# HG changeset patch # User Patrick Mezard # Date 2009-06-13 20:42:16 # Node ID 820723a4bd174235427f6ae1e83faa3260480f10 # Parent 2b35ced86b69479cc894462bcc6f2933e05b26f5 dirstate: fix typo introduced by 3507f6c7715c diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -473,7 +473,7 @@ class dirstate(object): # 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