##// END OF EJS Templates
tests: use shlex.quote instead of pipes.quote...
tests: use shlex.quote instead of pipes.quote The pipes module got removed in python 3.13. https://bugs.debian.org/1084553

File last commit:

r35390:b963750b default
r52905:cd788962 stable
Show More
graph.tmpl
5 lines | 117 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(nodes%graphentry, ", ")}]
}