# HG changeset patch # User Siddharth Agarwal # Date 2013-04-29 04:27:21 # Node ID e579687cb5d8cf557a3a86835aa303fed3af109a # Parent 1835de2d9c4b3bbfe813b70d04716a2ad5fa026c localrepo.commit: hook into match.explicitdir diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -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()