##// END OF EJS Templates
dirstate: fixed typo in comment
Martin Geisler -
r8645:27638a23 default
parent child Browse files
Show More
@@ -497,7 +497,7 b' class dirstate(object):'
497 497 if kind == dirkind:
498 498 dostep3 = True
499 499 if nf in dmap:
500 #file deleted on disc but still in dirstate
500 #file deleted on disk but still in dirstate
501 501 results[nf] = None
502 502 if not dirignore(nf):
503 503 wadd(nf)
General Comments 0
You need to be logged in to leave comments. Login now