Skip to content
Snippets Groups Projects
Commit dc5bd66a authored by Jörg Sonnenberger's avatar Jörg Sonnenberger
Browse files

doc: fix description of "predecessors" to match reality

Differential Revision: https://phab.mercurial-scm.org/D6467
parent 16312ea4
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,7 @@
@templatekeyword("predecessors", requires={'repo', 'ctx'})
def showpredecessors(context, mapping):
"""Returns the list of the closest visible successors. (EXPERIMENTAL)"""
"""Returns the list of the closest visible predecessors. (EXPERIMENTAL)"""
repo = context.resource(mapping, 'repo')
ctx = context.resource(mapping, 'ctx')
predecessors = sorted(obsutil.closestpredecessors(repo, ctx.node()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment