changeset 1708:4fdcfedf2a19

Removed "HG: manifest hash" line from commit message.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 09 Feb 2006 07:16:13 +0100
parents 33d09f4a6fef
children 069129d24b26
files mercurial/localrepo.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Thu Feb 09 07:14:05 2006 +0100
+++ b/mercurial/localrepo.py	Thu Feb 09 07:16:13 2006 +0100
@@ -440,7 +440,6 @@
             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: