/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_git_remote_helper.py

  • Committer: Jelmer Vernooij
  • Date: 2020-01-30 18:07:32 UTC
  • mfrom: (7472 work)
  • mto: This revision was merged to the branch mainline in revision 7473.
  • Revision ID: jelmer@jelmer.uk-20200130180732-6xcdyr3bhipain1k
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        self.helper.cmd_capabilities(f, [])
137
137
        capabs = f.getvalue()
138
138
        base = b"fetch\noption\npush\n"
139
 
        self.assertTrue(capabs in (base + b"\n", base + b"import\n\n"), capabs)
 
139
        self.assertTrue(capabs in (base + b"\n", base + b"import\nrefspec *:*\n\n"), capabs)
140
140
 
141
141
    def test_option(self):
142
142
        f = BytesIO()