changeset 713:41013464149f

fix prefix message
author eugene.petrenko@jetbrains.com
date Mon, 13 Jan 2014 15:25:54 +0100
parents eea966084204
children 78266f6904df
files mercurial-common/src/python/load-substates-command.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/python/load-substates-command.py	Mon Jan 13 15:22:15 2014 +0100
+++ b/mercurial-common/src/python/load-substates-command.py	Mon Jan 13 15:25:54 2014 +0100
@@ -43,7 +43,7 @@
     def fetch_commits():
       ui.write("Iterating over commits graph...")
       with open(outputFile + ".commits", "w", 5 * 1024 * 1024) as result:
-        result.write("format: prefix commitID base64(.hgsub) base64(.hgsubstate) \n")
+        result.write("format: prefix commitID commitHash num_parents parent branch num_tags tag user message date [.hgsub]\n")
         result.flush()
 
         for r in list(repo.changelog):