diff -r 5d5ec4fb7ada -r b08af8f0ac01 mercurial/localrepo.py --- a/mercurial/localrepo.py Thu Feb 05 13:10:07 2015 -0800 +++ b/mercurial/localrepo.py Wed Oct 01 20:26:33 2014 -0400 @@ -504,7 +504,6 @@ """ return hook.hook(self.ui, self, name, throw, **args) - @unfilteredmethod def _tag(self, names, node, message, local, user, date, extra={}, editor=False): if isinstance(names, str):