hgext/largefiles/reposetup.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
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)