mercurial/localrepo.py
changeset 3720 5cc99f4b5041
parent 3713 8ae88ed2a3b6
child 3721 98f2507c5551
--- a/mercurial/localrepo.py	Tue Nov 28 11:28:45 2006 +0100
+++ b/mercurial/localrepo.py	Tue Nov 28 19:11:46 2006 +0100
@@ -1841,6 +1841,7 @@
                        (total_files, util.bytecount(total_bytes)))
         start = time.time()
         for i in xrange(total_files):
+            # XXX doesn't support '\n' or '\r' in filenames
             l = fp.readline()
             try:
                 name, size = l.split('\0', 1)