diff -r 42f56a0418b3 -r 2a393df0f5cc hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Fri Nov 30 21:47:04 2012 +0100 +++ b/hgext/largefiles/reposetup.py Fri Nov 30 22:34:21 2012 +0100 @@ -91,7 +91,7 @@ # self.lfstatus is False. # XXX large file status is buggy when used on repo proxy. # XXX this needs to be investigated. - @localrepo.unfilteredmeth + @localrepo.unfilteredmethod def status(self, node1='.', node2=None, match=None, ignored=False, clean=False, unknown=False, listsubrepos=False): listignored, listclean, listunknown = ignored, clean, unknown