hgext/largefiles/reposetup.py
branchstable
changeset 24158 d414c28db84d
parent 23958 df463ca0adef
child 24163 bb11081562d7
--- a/hgext/largefiles/reposetup.py	Wed Feb 18 22:17:35 2015 +0900
+++ b/hgext/largefiles/reposetup.py	Thu Feb 26 06:03:39 2015 +0900
@@ -24,6 +24,9 @@
         return
 
     class lfilesrepo(repo.__class__):
+        # the mark to examine whether "repo" object enables largefiles or not
+        _largefilesenabled = True
+
         lfstatus = False
         def status_nolfiles(self, *args, **kwargs):
             return super(lfilesrepo, self).status(*args, **kwargs)