diff mercurial/localrepo.py @ 24234:7977d35df13b

localrepo: back out changeset b08af8f0ac01 Running the tags function filtered will lead to different results with different filter levels. This seems too dangerous to be done blindly as b08af8f0ac01 did.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 05 Mar 2015 14:42:25 -0800
parents d8e0c591781c
children e9ede9b4c2f8
line wrap: on
line diff
--- a/mercurial/localrepo.py	Mon Mar 09 12:32:29 2015 -0400
+++ b/mercurial/localrepo.py	Thu Mar 05 14:42:25 2015 -0800
@@ -504,6 +504,7 @@
         """
         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):