Removed "HG: manifest hash" line from commit message.
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 09 Feb 2006 07:16:13 +0100
changeset 1708 4fdcfedf2a19
parent 1707 33d09f4a6fef
child 1709 069129d24b26
Removed "HG: manifest hash" line from commit message.
mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -440,7 +440,6 @@ class localrepository(object):
             edittext = "\n"
             if p2 != nullid:
                 edittext += "HG: branch merge\n"
-            edittext += "HG: manifest hash %s\n" % hex(mn)
             edittext += "".join(["HG: changed %s\n" % f for f in changed])
             edittext += "".join(["HG: removed %s\n" % f for f in remove])
             if not changed and not remove: