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