Submitter | phabricator |
---|---|
Date | Oct. 19, 2019, 7:38 a.m. |
Message ID | <differential-rev-PHID-DREV-4cdpa7nwf2jtsyslyeip-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42488/ |
State | Superseded |
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