dirstate: fix typo introduced by 3507f6c7715c
authorPatrick Mezard <pmezard@gmail.com>
Sat, 13 Jun 2009 22:42:16 +0200
changeset 8804 820723a4bd17
parent 8803 2b35ced86b69
child 8805 2726a6df11e9
dirstate: fix typo introduced by 3507f6c7715c
mercurial/dirstate.py
--- 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