##// END OF EJS Templates
localrepo.commit: hook into match.explicitdir
Siddharth Agarwal -
r19138:e579687c default
parent child Browse files
Show More
@@ -1145,7 +1145,7 b' class localrepository(object):'
1145
1145
1146 if not force:
1146 if not force:
1147 vdirs = []
1147 vdirs = []
1148 match.dir = vdirs.append
1148 match.explicitdir = vdirs.append
1149 match.bad = fail
1149 match.bad = fail
1150
1150
1151 wlock = self.wlock()
1151 wlock = self.wlock()
General Comments 0
You need to be logged in to leave comments. Login now