mercurial/cmdutil.py
changeset 33877 eae63a9e59da
parent 33845 158dddc635ff
child 33879 6f6c87888b22
--- a/mercurial/cmdutil.py	Wed Aug 16 16:48:41 2017 +0200
+++ b/mercurial/cmdutil.py	Wed Aug 16 10:26:26 2017 +0200
@@ -2019,7 +2019,7 @@
     To be used by debug function."""
     if index is not None:
         fm.write('index', '%i ', index)
-    fm.write('precnode', '%s ', hex(marker.prednode()))
+    fm.write('prednode', '%s ', hex(marker.prednode()))
     succs = marker.succnodes()
     fm.condwrite(succs, 'succnodes', '%s ',
                  fm.formatlist(map(hex, succs), name='node'))