/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-26 13:46:16 UTC
  • mfrom: (7463.3.8 git-remote-brz-refspec)
  • Revision ID: breezy.the.bot@gmail.com-20200126134616-pmrqyrpwdcqn24ud
Attempt to batch operations when fastexporting a remote bzr repository.

Merged from https://code.launchpad.net/~jelmer/brz/fastexport-perf/+merge/378079

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()