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

  • Committer: Jelmer Vernooij
  • Date: 2016-07-03 12:37:40 UTC
  • mto: (0.200.1643 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20160703123740-apsj70abappsk6yk
Use new RefsContainer.follow().

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
        bzr_refs = {}
239
239
        refs = {}
240
240
        for k in self.target._git.refs.allkeys():
241
 
            v = self.target._git.refs.read_ref(k)
 
241
            v = self.target._git.refs[k]
242
242
            try:
243
243
                for (kind, type_data) in self.source_store.lookup_git_sha(v):
244
244
                    if kind == "commit" and self.source.has_revision(type_data[0]):