~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2005-11-12 15:33:37 UTC
  • mto: (1185.65.8 bzr.revision-storage)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: aaron.bentley@utoronto.ca-20051112153337-ab72703188dbde9a
Fixed missing --verbose

Show diffs side-by-side

added added

removed removed

Lines of Context:
808
808
        self.runbzr('push', retcode=3)
809
809
        # and there are difference
810
810
        self.runbzr('missing ../output-branch', retcode=1)
 
811
        self.runbzr('missing --verbose ../output-branch', retcode=1)
811
812
        # but we can force a push
812
813
        self.runbzr('push --overwrite')
813
814
        # nothing missing