# HG changeset patch # User eugene.petrenko@jetbrains.com # Date 1389623154 -3600 # Node ID 41013464149f06942339d3db4ea8aeb08a2bd917 # Parent eea966084204c187105f897fa3231f779019d765 fix prefix message diff -r eea966084204 -r 41013464149f mercurial-common/src/python/load-substates-command.py --- 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):