~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: 2008-07-07 15:15:31 UTC
  • mfrom: (3526.1.1 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20080707151531-ra9moj8zrk9tiw2a
(Martin von Gagern) Remove an unused format_date

Show diffs side-by-side

added added

removed removed

Lines of Context:
698
698
 
699
699
    def log_revision(self, revision):
700
700
        to_file = self.to_file
701
 
        date_str = format_date(revision.rev.timestamp,
702
 
                               revision.rev.timezone or 0,
703
 
                               self.show_timezone)
704
701
        is_merge = ''
705
702
        if len(revision.rev.parent_ids) > 1:
706
703
            is_merge = ' [merge]'