Mercurial > public > mercurial-scm > hg
diff hgext/largefiles/reposetup.py @ 24163:bb11081562d7
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 02 Mar 2015 01:20:14 -0600 |
parents | 240343e13c4d d414c28db84d |
children | d8e0c591781c |
line wrap: on
line diff
--- a/hgext/largefiles/reposetup.py Sat Feb 28 01:12:54 2015 -0500 +++ b/hgext/largefiles/reposetup.py Mon Mar 02 01:20:14 2015 -0600 @@ -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)