Skip to content
Snippets Groups Projects
Commit 820723a4 authored by Patrick Mezard's avatar Patrick Mezard
Browse files

dirstate: fix typo introduced by 3507f6c7715c

parent 2b35ced8
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@
# step 1: find all explicit files
for ff in sorted(files):
nf = normalize(normpath(ff), True)
nf = normalize(normpath(ff), False)
if nf in results:
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment