changeset 17996 | b3af182a1944 |
parent 17995 | a5d85476da6e |
child 17997 | 6089956e9880 |
--- a/mercurial/localrepo.py Mon Nov 26 19:25:44 2012 +0100 +++ b/mercurial/localrepo.py Mon Nov 26 19:26:24 2012 +0100 @@ -394,6 +394,7 @@ def hook(self, name, throw=False, **args): return hook.hook(self.ui, self, name, throw, **args) + @unfilteredmeth def _tag(self, names, node, message, local, user, date, extra={}): if isinstance(names, str): names = (names,)