~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-09-18 00:46:49 UTC
  • mto: (1185.8.2) (974.1.91)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: mbp@sourcefrog.net-20050918004649-4b19984b0d1de82d
- split out commandline error reporting for ease of testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
    bzrlib.trace.log_startup(argv)
639
639
    bzrlib.ui.ui_factory = bzrlib.ui.TextUIFactory()
640
640
 
 
641
    return run_bzr_catch_errors(argv)
 
642
 
 
643
 
 
644
def run_bzr_catch_errors(argv):
641
645
    try:
642
646
        try:
643
647
            try: