/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_help.py

  • Committer: Vincent Ladeuil
  • Date: 2010-01-14 16:41:04 UTC
  • mto: This revision was merged to the branch mainline in revision 4961.
  • Revision ID: v.ladeuil+lp@free.fr-20100114164104-uwvhmf7fowi1lzmg
Remove pdb call

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
            return cmds
123
123
        commands = extract_cmd_names(help_commands)
124
124
        hidden = extract_cmd_names(help_hidden)
125
 
        import pdb; pdb.set_trace()
126
125
        self.assertTrue('commit' in commands)
127
126
        self.assertTrue('commit' not in hidden)
128
127
        self.assertTrue('rocks' in hidden)