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

  • Committer: Jelmer Vernooij
  • Date: 2020-06-15 01:29:36 UTC
  • mfrom: (7490.40.4 work)
  • mto: (7490.40.19 work)
  • mto: This revision was merged to the branch mainline in revision 7516.
  • Revision ID: jelmer@jelmer.uk-20200615012936-1adqbu592y7lzmy8
Merge upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
            return refs
1204
1204
        self.target.repository.send_pack(
1205
1205
            get_changed_refs,
1206
 
            self.source.repository._git.object_store.generate_pack_data)
 
1206
            self.source.repository._git.generate_pack_data)
1207
1207
        return result
1208
1208
 
1209
1209