[Pkg-bazaar-commits] ./bzr/unstable r53: 'selftest' command instead of 'doctest'

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:26:45 UTC 2009


------------------------------------------------------------
revno: 53
committer: mbp at sourcefrog.net
timestamp: Tue 2005-03-22 09:39:52 +1100
message:
  'selftest' command instead of 'doctest'
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-21 22:29:49 +0000
+++ b/bzrlib/commands.py	2005-03-21 22:39:52 +0000
@@ -500,6 +500,9 @@
     doctest.testmod(bzrlib.tests)
 
 
+cmd_selftest = cmd_doctest
+
+
 ######################################################################
 # help
 



More information about the Pkg-bazaar-commits mailing list