mercurial/localrepo.py
changeset 19138 e579687cb5d8
parent 19097 3f5e75c22585
child 19199 d6d0f1ed8ebb
equal deleted inserted replaced
19137:1835de2d9c4b 19138:e579687cb5d8
  1143         if not match:
  1143         if not match:
  1144             match = matchmod.always(self.root, '')
  1144             match = matchmod.always(self.root, '')
  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()
  1152         try:
  1152         try:
  1153             wctx = self[None]
  1153             wctx = self[None]