changeset 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 13f8e9cc90c6
files hgsubversion/svnmeta.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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