~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-21 22:39:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050321223952-3012f91b2396b433
'selftest' command instead of 'doctest'

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
    doctest.testmod(bzrlib.tests)
501
501
 
502
502
 
 
503
cmd_selftest = cmd_doctest
 
504
 
 
505
 
503
506
######################################################################
504
507
# help
505
508