##// END OF EJS Templates
obsolete: clarify that 'successorssets' returns the latest successors...
Pierre-Yves David -
r26265:077f20ee default
parent child Browse files
Show More
@@ -841,7 +841,7 b' def foreground(repo, nodes):'
841
841
842
842
843 def successorssets(repo, initialnode, cache=None):
843 def successorssets(repo, initialnode, cache=None):
844 """Return all set of successors of initial nodes
844 """Return set of all latest successors of initial nodes
845
845
846 The successors set of a changeset A are the group of revisions that succeed
846 The successors set of a changeset A are the group of revisions that succeed
847 A. It succeeds A as a consistent whole, each revision being only a partial
847 A. It succeeds A as a consistent whole, each revision being only a partial
General Comments 0
You need to be logged in to leave comments. Login now