/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/git/tests/test_blackbox.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-22 18:46:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7358.
  • Revision ID: jelmer@jelmer.uk-20190622184621-k2jrjew87roio42m
Fix test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        self.assertEqual("", output)
161
161
        self.assertContainsRe(
162
162
            error,
163
 
            'Pushed up to revision git(.*).\n')
 
163
            'Pushed up to revision id git(.*).\n')
164
164
 
165
165
    def test_push_lossy_non_mainline(self):
166
166
        self.run_bzr(['init', '--git', 'bla'])