mercurial/commands.py
changeset 6816 d8159dd15db3
parent 6803 4a8b9cf62a6b
parent 6814 88804fad71bc
child 6843 b114a8c7998f
--- a/mercurial/commands.py	Sun Jul 20 20:00:02 2008 +0200
+++ b/mercurial/commands.py	Sun Jul 20 21:51:13 2008 +0200
@@ -389,10 +389,10 @@
             if ui.quiet:
                 ui.write("%s\n" % tag)
             else:
-                rev = str(node).rjust(32 - util.locallen(tag))
+                rev = str(node).rjust(31 - util.locallen(tag))
                 isinactive = ((not isactive) and " (inactive)") or ''
                 data = tag, rev, hexfunc(repo.lookup(node)), isinactive
-                ui.write("%s%s:%s%s\n" % data)
+                ui.write("%s %s:%s%s\n" % data)
 
 def bundle(ui, repo, fname, dest=None, **opts):
     """create a changegroup file