Comments
Patch
@@ -87,15 +87,10 @@ class namespaces(object):
def templatename(self, namespace):
"""method that returns the template name of a namespace"""
return self._names[namespace].templatename
- def names(self, repo, namespace, node):
- """method that returns a (sorted) list of names in a namespace that
- match a given node"""
- return sorted(self._names[namespace].nodemap(repo, node))
-
class namespace(object):
"""provides an interface to a namespace
Namespaces are basically generic many-to-many mapping between some
(namespaced) names and nodes. The goal here is to control the pollution of