changeset 712:eea966084204

fix whitespace
author eugene.petrenko@jetbrains.com
date Mon, 13 Jan 2014 15:22:15 +0100
parents 7d9e79de81e6
children 41013464149f
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:04:03 2014 +0100
+++ b/mercurial-common/src/python/load-substates-command.py	Mon Jan 13 15:22:15 2014 +0100
@@ -80,7 +80,7 @@
           result.write( util.datestr( node.date(), "%Y-%m-%dZ%H:%M:%ST%1:%2") )
 
           if ".hgsub" in node.files() or ".hgsubstate" in node.files():
-            result.write(".hgsub")
+            result.write(" .hgsub")
 
           result.write("\n")