diff -r 2572bb2e06f8 -r cc497d2830b0 hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Thu May 12 11:48:39 2016 +0200 +++ b/hgext/largefiles/reposetup.py Thu May 12 11:49:23 2016 +0200 @@ -16,7 +16,7 @@ from mercurial import ( error, localrepo, - match as match_, + match as matchmod, scmutil, ) @@ -103,7 +103,7 @@ parentworking = working and ctx1 == self['.'] if match is None: - match = match_.always(self.root, self.getcwd()) + match = matchmod.always(self.root, self.getcwd()) wlock = None try: