changeset 19138:e579687cb5d8

localrepo.commit: hook into match.explicitdir
author Siddharth Agarwal <sid0@fb.com>
date Sun, 28 Apr 2013 21:27:21 -0700
parents 1835de2d9c4b
children 31c863bd21e8
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()