/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/commands.py

  • Committer: Robert Collins
  • Date: 2007-09-16 23:48:15 UTC
  • mfrom: (2824 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2825.
  • Revision ID: robertc@robertcollins.net-20070916234815-85qrvjbtikmge5wa
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
 
797
797
 
798
798
def run_bzr_catch_errors(argv):
 
799
    # Note: The except clause logic below should be kept in sync with the
 
800
    # profile() routine in lsprof.py.
799
801
    try:
800
802
        return run_bzr(argv)
801
803
    except (KeyboardInterrupt, Exception), e: