##// END OF EJS Templates
Fix comment syntax
Matt Mackall -
r1651:cf40d2a3 default
parent child Browse files
Show More
@@ -108,8 +108,8 b' class manifest(revlog):'
108 files = map.keys()
108 files = map.keys()
109 files.sort()
109 files.sort()
110
110
111 % if this is changed to support newlines in filenames,
111 # if this is changed to support newlines in filenames,
112 % be sure to check the templates/ dir again (especially *-raw.tmpl)
112 # be sure to check the templates/ dir again (especially *-raw.tmpl)
113 text = ["%s\000%s%s\n" %
113 text = ["%s\000%s%s\n" %
114 (f, hex(map[f]), flags[f] and "x" or '')
114 (f, hex(map[f]), flags[f] and "x" or '')
115 for f in files]
115 for f in files]
General Comments 0
You need to be logged in to leave comments. Login now