changeset 51686 | 493034cc3265 |
parent 51621 | e32f23f15623 |
child 51696 | 7f0cb9ee0534 |
--- 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