[Pkg-bazaar-commits] ./bzr/unstable r78: align fields in info output

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:05 UTC 2009


------------------------------------------------------------
revno: 78
committer: mbp at sourcefrog.net
timestamp: Thu 2005-03-24 11:15:34 +1100
message:
  align fields in info output
modified:
  bzrlib/info.py
-------------- next part --------------
=== modified file 'bzrlib/info.py'
--- a/bzrlib/info.py	2005-03-24 00:13:07 +0000
+++ b/bzrlib/info.py	2005-03-24 00:15:34 +0000
@@ -65,8 +65,8 @@
         firstrev = b.get_revision(history[0])
         age = int((time.time() - firstrev.timestamp) / 3600 / 24)
         print '  %5d day%s old' % (age, plural(age))
-        print '  first revision: %s' % format_date(firstrev.timestamp,
-                                                   firstrev.timezone)
+        print '   first revision: %s' % format_date(firstrev.timestamp,
+                                                    firstrev.timezone)
 
         lastrev = b.get_revision(history[-1])
         print '  latest revision: %s' % format_date(lastrev.timestamp,



More information about the Pkg-bazaar-commits mailing list