svnmeta: remove taglocations property

This is now unused so we'll remove it in favor of generating a cached property.
This commit is contained in:
Sean Farley 2014-03-24 11:20:53 -05:00
parent 59ebc066f2
commit 1761dd403f

View File

@ -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