# HG changeset patch # User Patrick Mezard # Date 1244925736 -7200 # Node ID 820723a4bd174235427f6ae1e83faa3260480f10 # Parent 2b35ced86b69479cc894462bcc6f2933e05b26f5 dirstate: fix typo introduced by 3507f6c7715c diff -r 2b35ced86b69 -r 820723a4bd17 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