mercurial/commands.py
changeset 26976 c48fee950ce4
parent 26968 216cc65cf227
child 26993 d240ae897ba6
--- a/mercurial/commands.py	Sun Nov 15 22:45:20 2015 -0800
+++ b/mercurial/commands.py	Fri Nov 13 23:01:36 2015 -0800
@@ -2547,8 +2547,8 @@
                     flags = r[7]
                 else:
                     onode, flags = r[7:9]
-                ui.write(('file: %s (state "%s", hash %s)\n')
-                         % (f, state, hash))
+                ui.write(('file: %s (record type "%s", state "%s", hash %s)\n')
+                         % (f, rtype, state, hash))
                 ui.write(('  local path: %s (flags "%s")\n') % (lfile, flags))
                 ui.write(('  ancestor path: %s (node %s)\n') % (afile, anode))
                 ui.write(('  other path: %s (node %s)\n') % (ofile, onode))