diff -r ddbebce94665 -r 0531dff73d0b hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Sun Feb 10 14:35:36 2019 -0800 +++ b/hgext/largefiles/reposetup.py Sat Feb 09 22:50:53 2019 -0800 @@ -103,7 +103,7 @@ parentworking = working and ctx1 == self['.'] if match is None: - match = matchmod.always(self.root, self.getcwd()) + match = matchmod.always() wlock = None try: