Submitter | phabricator |
---|---|
Date | Nov. 11, 2019, 12:34 p.m. |
Message ID | <b3ddcc96e842e3c9f9dd0087a7f22cb2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43109/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py +++ b/hgext/largefiles/reposetup.py @@ -39,9 +39,6 @@ lfstatus = False - def status_nolfiles(self, *args, **kwargs): - return super(lfilesrepo, self).status(*args, **kwargs) - # When lfstatus is set, return a context that gives the names # of largefiles instead of their corresponding standins and # identifies the largefiles as always binary, regardless of