diff hgsubversion/svnmeta.py @ 1290:3549a84bdebe

svnmeta: remove taglocations property This is now unused so we'll remove it in favor of generating a cached property.
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:53 -0500
parents d29a3f988b74
children 7bbe120be193
line wrap: on
line diff
--- a/hgsubversion/svnmeta.py
+++ b/hgsubversion/svnmeta.py
@@ -363,10 +363,6 @@ class SVNMeta(object):
             path = path[1:]
         return path
 
-    @property
-    def taglocations(self):
-        return self.layoutobj.taglocations(self.metapath)
-
     def getmessage(self, rev):
         msg = rev.message