##// END OF EJS Templates
namespaces: remove names method on the namespaces object...
Sean Farley -
r23738:3436e45d default
parent child Browse files
Show More
@@ -89,11 +89,6 b' class namespaces(object):'
89 89 """method that returns the template name of a namespace"""
90 90 return self._names[namespace].templatename
91 91
92 def names(self, repo, namespace, node):
93 """method that returns a (sorted) list of names in a namespace that
94 match a given node"""
95 return sorted(self._names[namespace].nodemap(repo, node))
96
97 92 class namespace(object):
98 93 """provides an interface to a namespace
99 94
General Comments 0
You need to be logged in to leave comments. Login now