localrepo.commit: hook into match.explicitdir
authorSiddharth Agarwal <sid0@fb.com>
Sun, 28 Apr 2013 21:27:21 -0700
changeset 19138 e579687cb5d8
parent 19137 1835de2d9c4b
child 19139 31c863bd21e8
localrepo.commit: hook into match.explicitdir
mercurial/localrepo.py
--- a/mercurial/localrepo.py	Sun Apr 28 21:25:41 2013 -0700
+++ b/mercurial/localrepo.py	Sun Apr 28 21:27:21 2013 -0700
@@ -1145,7 +1145,7 @@
 
         if not force:
             vdirs = []
-            match.dir = vdirs.append
+            match.explicitdir = vdirs.append
             match.bad = fail
 
         wlock = self.wlock()