mercurial/localrepo.py
changeset 24113 b08af8f0ac01
parent 24033 ed5e8a9598ce
child 24114 fafd9a1284cf
--- 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):