/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: Jelmer Vernooij
  • Date: 2010-02-10 13:08:45 UTC
  • mto: (4797.14.1 2.1-integration)
  • mto: This revision was merged to the branch mainline in revision 5033.
  • Revision ID: jelmer@samba.org-20100210130845-o7v8hndecfqqzo84
Fix formatting of foreign revision properties.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1405
1405
        """
1406
1406
        # Revision comes directly from a foreign repository
1407
1407
        if isinstance(rev, foreign.ForeignRevision):
1408
 
            return rev.mapping.vcs.show_foreign_revid(rev.foreign_revid)
 
1408
            return self._format_properties(rev.mapping.vcs.show_foreign_revid(rev.foreign_revid))
1409
1409
 
1410
1410
        # Imported foreign revision revision ids always contain :
1411
1411
        if not ":" in rev.revision_id: