mercurial/commands.py
changeset 22553 67b6b82a6bbe
parent 22552 bb14cca8c4e4
child 22554 bfc50ff55f3f
--- a/mercurial/commands.py	Sun Sep 21 12:38:47 2014 +0900
+++ b/mercurial/commands.py	Sun Sep 21 12:46:23 2014 +0900
@@ -6013,7 +6013,7 @@
         fm.startitem()
         fm.write('tag', '%s', t, label=label)
         fmt = " " * (30 - encoding.colwidth(t)) + ' %5d:%s'
-        fm.condwrite(not ui.quiet, 'rev id', fmt,
+        fm.condwrite(not ui.quiet, 'rev node', fmt,
                      repo.changelog.rev(n), hn, label=label)
         fm.condwrite(ui.verbose and tagtype, 'type', ' %s',
                      tagtype, label=label)