comparison hgext/largefiles/reposetup.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
138 gotlock = True 138 gotlock = True
139 except error.LockError: 139 except error.LockError:
140 wlock = util.nullcontextmanager() 140 wlock = util.nullcontextmanager()
141 gotlock = False 141 gotlock = False
142 with wlock, self.dirstate.running_status(self): 142 with wlock, self.dirstate.running_status(self):
143
143 # First check if paths or patterns were specified on the 144 # First check if paths or patterns were specified on the
144 # command line. If there were, and they don't match any 145 # command line. If there were, and they don't match any
145 # largefiles, we should just bail here and let super 146 # largefiles, we should just bail here and let super
146 # handle it -- thus gaining a big performance boost. 147 # handle it -- thus gaining a big performance boost.
147 lfdirstate = lfutil.openlfdirstate(ui, self) 148 lfdirstate = lfutil.openlfdirstate(ui, self)