~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-16 02:44:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050516024434-910cc6dfaa55c5a7
- fix return value from run_bzr
  reported by mpe

Show diffs side-by-side

added added

removed removed

Lines of Context:
1146
1146
            os.close(pffileno)
1147
1147
            os.remove(pfname)
1148
1148
    else:
1149
 
        cmdobj = cmd_class(cmdopts, cmdargs).status 
 
1149
        return cmd_class(cmdopts, cmdargs).status 
1150
1150
 
1151
1151
 
1152
1152
def _report_exception(summary, quiet=False):