/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: Neil Martinsen-Burrell
  • Date: 2009-02-05 03:30:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3985.
  • Revision ID: nmb@wartburg.edu-20090205033036-a14ugk99kprd6o1w
Add custom properties handling to short log format

Show diffs side-by-side

added added

removed removed

Lines of Context:
946
946
                            self.show_timezone, date_fmt="%Y-%m-%d",
947
947
                            show_offset=False),
948
948
                tags, is_merge))
 
949
        self.show_properties(revision.rev, indent+offset)
949
950
        if self.show_ids:
950
951
            to_file.write(indent + offset + 'revision-id:%s\n'
951
952
                          % (revision.rev.revision_id,))