mercurial/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 14 Nov 2015 16:45:15 +0900
changeset 27213 ccae1588117f
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
graphlog: move creation of workingdir-parent nodes to displaygraph() Future patches will make a node symbol templatable. Because arguments of a templatekw function are repo and ctx, "showparents" list will have to be built from a repo object by that function.