# HG changeset patch # User Pierre-Yves David # Date 1497626186 -7200 # Node ID 20c1e035101b0d0885b889893d6125ae68aea113 # Parent e987b403d04784ef39f6eb9e23230503a54678c2 template: update successors doc I'm not very happy about it, but at lease there is a show description now diff -r e987b403d047 -r 20c1e035101b hgext3rd/evolve/templatekw.py --- a/hgext3rd/evolve/templatekw.py Fri Jun 16 17:14:11 2017 +0200 +++ b/hgext3rd/evolve/templatekw.py Fri Jun 16 17:16:26 2017 +0200 @@ -85,9 +85,10 @@ @eh.templatekw("successors") def shownextvisiblesuccessors(repo, ctx, templ, **args): - """Returns a string of sets of successors for a changectx in this format: - [ctx1, ctx2], [ctx3] if ctx has been splitted into ctx1 and ctx2 while - also diverged into ctx3""" + """Returns a string of sets of successors for a changectx + + Format used is: [ctx1, ctx2], [ctx3] if ctx has been splitted into ctx1 and + ctx2 while also diverged into ctx3""" if not ctx.obsolete(): return ''