##// END OF EJS Templates
Files not getting added appropiately...
Chris Mason -
r1245:d0a960b4 default
parent child Browse files
Show More
@@ -260,7 +260,7 b' class dirstate:'
260 work.append(p)
260 work.append(p)
261 else:
261 else:
262 if statmatch(np, st):
262 if statmatch(np, st):
263 yield np
263 yield util.pconvert(np)
264
264
265 known = {'.hg': 1}
265 known = {'.hg': 1}
266 def seen(fn):
266 def seen(fn):
General Comments 0
You need to be logged in to leave comments. Login now