~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-10-06 07:52:14 UTC
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1418.
  • Revision ID: mbp@sourcefrog.net-20051006075214-a6660e0d6ce1dd75
- remove accidental pdb invocation

Show diffs side-by-side

added added

removed removed

Lines of Context:
649
649
            bzrlib.trace.note('broken pipe')
650
650
            return 2
651
651
        else:
652
 
            import pdb
653
 
            pdb.pm()
 
652
            ## import pdb
 
653
            ## pdb.pm()
654
654
            bzrlib.trace.log_exception()
655
655
            return 2
656
656