##// END OF EJS Templates
dirstate: fix typo introduced by 3507f6c7715c
Patrick Mezard -
r8804:820723a4 default
parent child Browse files
Show More
@@ -473,7 +473,7 b' class dirstate(object):'
473
473
474 # step 1: find all explicit files
474 # step 1: find all explicit files
475 for ff in sorted(files):
475 for ff in sorted(files):
476 nf = normalize(normpath(ff), True)
476 nf = normalize(normpath(ff), False)
477 if nf in results:
477 if nf in results:
478 continue
478 continue
479
479
General Comments 0
You need to be logged in to leave comments. Login now