mercurial/commands.py
changeset 22704 386339ffe421
parent 22703 bd6e95cb82b4
child 22705 d4869b280cd6
--- a/mercurial/commands.py	Thu Oct 02 22:59:56 2014 +0900
+++ b/mercurial/commands.py	Thu Oct 02 23:13:56 2014 +0900
@@ -1123,9 +1123,7 @@
         fm.write('branch', '%s', tag, label=label)
         rev = ctx.rev()
         padsize = max(31 - len(str(rev)) - encoding.colwidth(tag), 0)
-        fmt = ' ' * padsize + '%d:%s'
-        if not ui.quiet:
-            fm.plain(' ')
+        fmt = ' ' * padsize + ' %d:%s'
         fm.condwrite(not ui.quiet, 'rev node', fmt, rev, hexfunc(ctx.node()),
                      label='log.changeset changeset.%s' % ctx.phasestr())
         if not ui.quiet: