/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 breezy/tests/blackbox/test_push.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 11:48:50 UTC
  • mfrom: (7143.13.2 dpush-strict)
  • Revision ID: breezy.the.bot@gmail.com-20181116114850-vlcyfjxfeo32hyjn
Drop dpush_strict configuration option.

Merged from https://code.launchpad.net/~jelmer/brz/dpush-strict/+merge/358475

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
        output, error = self.run_bzr("push -d dc dp", retcode=3)
900
900
        self.assertEqual("", output)
901
901
        self.assertEqual(error, "brz: ERROR: It is not possible to losslessly"
902
 
            " push to dummy. You may want to use dpush instead.\n")
 
902
            " push to dummy. You may want to use --lossy.\n")
903
903
 
904
904
 
905
905
class TestPushOutput(script.TestCaseWithTransportAndScript):