/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 bzrlib/log.py

  • Committer: Andrew Bennetts
  • Date: 2010-02-12 11:58:21 UTC
  • mfrom: (4797.2.15 2.1)
  • mto: This revision was merged to the branch mainline in revision 5033.
  • Revision ID: andrew.bennetts@canonical.com-20100212115821-ps4st4876n681w3d
MergeĀ lp:bzr/2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1424
1424
        """
1425
1425
        # Revision comes directly from a foreign repository
1426
1426
        if isinstance(rev, foreign.ForeignRevision):
1427
 
            return rev.mapping.vcs.show_foreign_revid(rev.foreign_revid)
 
1427
            return self._format_properties(rev.mapping.vcs.show_foreign_revid(rev.foreign_revid))
1428
1428
 
1429
1429
        # Imported foreign revision revision ids always contain :
1430
1430
        if not ":" in rev.revision_id: