##// END OF EJS Templates
context: drop incorrect and superfluous docstring...
Martin von Zweigbergk -
r40097:a38a99c7 default
parent child Browse files
Show More
@@ -385,7 +385,6 b' class changectx(basectx):'
385 changeset convenient. It represents a read-only context already present in
385 changeset convenient. It represents a read-only context already present in
386 the repo."""
386 the repo."""
387 def __init__(self, repo, rev, node):
387 def __init__(self, repo, rev, node):
388 """changeid is a revision number, node, or tag"""
389 super(changectx, self).__init__(repo)
388 super(changectx, self).__init__(repo)
390 self._rev = rev
389 self._rev = rev
391 self._node = node
390 self._node = node
General Comments 0
You need to be logged in to leave comments. Login now