/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/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:
59
59
    pass
60
60
else:
61
61
    CAPABILITIES.append("import")
 
62
    CAPABILITIES.append("refspec *:*")
62
63
 
63
64
 
64
65
def open_remote_dir(url):