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

  • Committer: Jelmer Vernooij
  • Date: 2010-05-13 13:21:24 UTC
  • mto: (0.200.912 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20100513132124-i8dfyslc917af6vo
Properly look up Bazaar revision ids for revision parents in case they are round-tripped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
        raise GitSmartRemoteNotSupported()
333
333
 
334
334
    def last_revision(self):
335
 
        return self.mapping.revision_id_foreign_to_bzr(self.head)
 
335
        return self.lookup_foreign_revision_id(self.head)
336
336
 
337
337
    def _get_config(self):
338
338
        class EmptyConfig(object):