~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

Merged fix for missing --verbose

Show diffs side-by-side

added added

removed removed

Lines of Context:
836
836
        self.runbzr('push', retcode=3)
837
837
        # and there are difference
838
838
        self.runbzr('missing ../output-branch', retcode=1)
 
839
        self.runbzr('missing --verbose ../output-branch', retcode=1)
839
840
        # but we can force a push
840
841
        self.runbzr('push --overwrite')
841
842
        # nothing missing