diff -r 39e2b2d062c1 -r 493034cc3265 hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Thu Jul 18 12:03:29 2024 +0200 +++ b/hgext/largefiles/reposetup.py Thu Jul 18 12:36:12 2024 +0200 @@ -140,7 +140,6 @@ wlock = util.nullcontextmanager() gotlock = False with wlock, self.dirstate.running_status(self): - # First check if paths or patterns were specified on the # command line. If there were, and they don't match any # largefiles, we should just bail here and let super