Rev 4962: Remove pdb call in file:///home/vila/src/bzr/cleanup/various/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Jan 14 16:41:04 GMT 2010


At file:///home/vila/src/bzr/cleanup/various/

------------------------------------------------------------
revno: 4962
revision-id: v.ladeuil+lp at free.fr-20100114164104-uwvhmf7fowi1lzmg
parent: v.ladeuil+lp at free.fr-20100114163702-ggjle6fe8kvp1cik
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Thu 2010-01-14 17:41:04 +0100
message:
  Remove pdb call
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_help.py'
--- a/bzrlib/tests/blackbox/test_help.py	2010-01-14 16:37:02 +0000
+++ b/bzrlib/tests/blackbox/test_help.py	2010-01-14 16:41:04 +0000
@@ -122,7 +122,6 @@
             return cmds
         commands = extract_cmd_names(help_commands)
         hidden = extract_cmd_names(help_hidden)
-        import pdb; pdb.set_trace()
         self.assertTrue('commit' in commands)
         self.assertTrue('commit' not in hidden)
         self.assertTrue('rocks' in hidden)



More information about the bazaar-commits mailing list