##// END OF EJS Templates
largefiles: delete unused repo.status_nolfiles()...
Martin von Zweigbergk -
r43985:d77e8800 default
parent child Browse files
Show More
@@ -39,9 +39,6 b' def reposetup(ui, repo):'
39
39
40 lfstatus = False
40 lfstatus = False
41
41
42 def status_nolfiles(self, *args, **kwargs):
43 return super(lfilesrepo, self).status(*args, **kwargs)
44
45 # When lfstatus is set, return a context that gives the names
42 # When lfstatus is set, return a context that gives the names
46 # of largefiles instead of their corresponding standins and
43 # of largefiles instead of their corresponding standins and
47 # identifies the largefiles as always binary, regardless of
44 # identifies the largefiles as always binary, regardless of
General Comments 0
You need to be logged in to leave comments. Login now