# HG changeset patch # User Martin von Zweigbergk # Date 1571461700 25200 # Node ID d77e8800790bc1cff422b1b686db5dafad91c838 # Parent 99b881195abf0f57ee04b38c3b4c087c49561ebc largefiles: delete unused repo.status_nolfiles() Differential Revision: https://phab.mercurial-scm.org/D7142 diff -r 99b881195abf -r d77e8800790b hgext/largefiles/reposetup.py --- 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