##// END OF EJS Templates
revlog: document the `rev` method...
marmoute -
r51900:ccddd2f5 default
parent child Browse files
Show More
@@ -941,6 +941,7 b' class revlog:'
941 941 self.index.update_nodemap_data(*nodemap_data)
942 942
943 943 def rev(self, node):
944 """return the revision number associated with a <nodeid>"""
944 945 try:
945 946 return self.index.rev(node)
946 947 except TypeError:
General Comments 0
You need to be logged in to leave comments. Login now