hgext/largefiles/reposetup.py
changeset 41676 0531dff73d0b
parent 35084 61888bd0b300
child 41759 aaad36b88298
--- 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: