~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

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: