~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: John Arbash Meinel
  • Date: 2011-01-10 23:58:01 UTC
  • mto: This revision was merged to the branch mainline in revision 5599.
  • Revision ID: john@arbash-meinel.com-20110110235801-ehbaukwaqk0w4iyx
Remove extra pdb stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005-2010 Canonical Ltd
 
1
# Copyright (C) 2005-2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
432
432
            self.rev_id = self.builder.commit(self.message)
433
433
 
434
434
        except Exception, e:
435
 
            import pdb; pdb.set_trace()
436
435
            mutter("aborting commit write group because of exception:")
437
436
            trace.log_exception_quietly()
438
437
            note("aborting commit write group: %r" % (e,))