# HG changeset patch # User Matt Mackall # Date 2006-01-28 23:23:52 # Node ID cf40d2a30fefac117ff2c2e76e1c0dc4f531a7d0 # Parent f2ebd5251e88cd4f8215e607c8446a9f903a90a9 Fix comment syntax diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -108,8 +108,8 @@ class manifest(revlog): files = map.keys() files.sort() - % if this is changed to support newlines in filenames, - % be sure to check the templates/ dir again (especially *-raw.tmpl) + # if this is changed to support newlines in filenames, + # be sure to check the templates/ dir again (especially *-raw.tmpl) text = ["%s\000%s%s\n" % (f, hex(map[f]), flags[f] and "x" or '') for f in files]