[PATCH 3 of 8] localrepo.commit: hook into match.explicitdir

Siddharth Agarwal sid0 at fb.com
Fri May 3 17:05:44 CDT 2013


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1367209641 25200
#      Sun Apr 28 21:27:21 2013 -0700
# Node ID 234e4e8080aa898afd5d3e3797ed2683bb6a5dff
# Parent  05f54b4c4bddfaa802f47c547139264ee4826366
localrepo.commit: hook into match.explicitdir

diff -r 05f54b4c4bdd -r 234e4e8080aa 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 @@ class localrepository(object):
 
         if not force:
             vdirs = []
-            match.dir = vdirs.append
+            match.explicitdir = vdirs.append
             match.bad = fail
 
         wlock = self.wlock()


More information about the Mercurial-devel mailing list