/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: Martin von Gagern
  • Date: 2008-07-07 09:15:41 UTC
  • mto: This revision was merged to the branch mainline in revision 3528.
  • Revision ID: martin.vgagern@gmx.net-20080707091541-5ks2f7uxzd8mpjy6
Remove unused calculation. date_str is not used in this method.

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]'