changeset 19170 | b184e5041f2f |
parent 19143 | 3cb9468535bd |
child 19171 | 252de7b77cfd |
--- a/mercurial/dirstate.py Thu May 09 15:22:54 2013 -0500 +++ b/mercurial/dirstate.py Tue May 07 09:29:43 2013 -0700 @@ -607,6 +607,7 @@ results['.hg'] = None # step 1: find all explicit files + dirsnotfound = [] for ff in files: if normalize: nf = normalize(normpath(ff), False, True) @@ -642,6 +643,7 @@ if fn.startswith(prefix): if matchedir: matchedir(nf) + dirsnotfound.append(nf) skipstep3 = False break else: