D7142: largefiles: delete unused repo.status_nolfiles()

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon Nov 11 12:34:10 UTC 2019


Closed by commit rHGd77e8800790b: largefiles: delete unused repo.status_nolfiles() (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7142?vs=17354&id=18007

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7142/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7142

AFFECTED FILES
  hgext/largefiles/reposetup.py

CHANGE DETAILS

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



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list