dirstate: fix typo introduced by
3507f6c7715c
--- a/mercurial/dirstate.py Sat Jun 13 22:42:15 2009 +0200
+++ b/mercurial/dirstate.py Sat Jun 13 22:42:16 2009 +0200
@@ -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