Mercurial > hg-stable
changeset 43633:d77e8800790b
largefiles: delete unused repo.status_nolfiles()
Differential Revision: https://phab.mercurial-scm.org/D7142
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 18 Oct 2019 22:08:20 -0700 |
parents | 99b881195abf |
children | 7f4d58c21aec |
files | hgext/largefiles/reposetup.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/largefiles/reposetup.py Fri Oct 18 21:36:19 2019 -0700 +++ b/hgext/largefiles/reposetup.py Fri Oct 18 22:08:20 2019 -0700 @@ -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