# HG changeset patch # User Siddharth Agarwal # Date 1367209641 25200 # Node ID e579687cb5d8cf557a3a86835aa303fed3af109a # Parent 1835de2d9c4b3bbfe813b70d04716a2ad5fa026c localrepo.commit: hook into match.explicitdir diff -r 1835de2d9c4b -r e579687cb5d8 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()