~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-08 13:33:08 UTC
  • mfrom: (3976.3.3 short-log-foreign)
  • Revision ID: pqm@pqm.ubuntu.com-20090208133308-rn4wcu897hduyl2d
(Neil Martinsen-Burrell) Add custom properties handling to short log
        format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1294
1294
                            self.show_timezone, date_fmt="%Y-%m-%d",
1295
1295
                            show_offset=False),
1296
1296
                tags, is_merge))
 
1297
        self.show_properties(revision.rev, indent+offset)
1297
1298
        if self.show_ids:
1298
1299
            to_file.write(indent + offset + 'revision-id:%s\n'
1299
1300
                          % (revision.rev.revision_id,))