Rev 3528: (Martin von Gagern) Remove an unused format_date in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Jul 7 16:15:41 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3528
revision-id:pqm at pqm.ubuntu.com-20080707151531-ra9moj8zrk9tiw2a
parent: pqm at pqm.ubuntu.com-20080707083451-33s2p0jaawgzkyfk
parent: martin.vgagern at gmx.net-20080707091541-5ks2f7uxzd8mpjy6
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2008-07-07 16:15:31 +0100
message:
  (Martin von Gagern) Remove an unused format_date
modified:
  bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
    ------------------------------------------------------------
    revno: 3526.1.1
    revision-id:martin.vgagern at gmx.net-20080707091541-5ks2f7uxzd8mpjy6
    parent: pqm at pqm.ubuntu.com-20080704171330-ieh195xj7su2k2xq
    committer: Martin von Gagern <Martin.vGagern at gmx.net>
    branch nick: cleanup
    timestamp: Mon 2008-07-07 11:15:41 +0200
    message:
      Remove unused calculation. date_str is not used in this method.
    modified:
      bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py	2008-06-11 07:22:00 +0000
+++ b/bzrlib/log.py	2008-07-07 09:15:41 +0000
@@ -698,9 +698,6 @@
 
     def log_revision(self, revision):
         to_file = self.to_file
-        date_str = format_date(revision.rev.timestamp,
-                               revision.rev.timezone or 0,
-                               self.show_timezone)
         is_merge = ''
         if len(revision.rev.parent_ids) > 1:
             is_merge = ' [merge]'




More information about the bazaar-commits mailing list