##// END OF EJS Templates
bundle2: provide number of changesets information to 'addchangegroup'...
bundle2: provide number of changesets information to 'addchangegroup' We can now link the two efforts and provided more useful information when pulling changesets.

File last commit:

r24588:0bf54479 default
r25518:ca656f3d default
Show More
changelist.tmpl
5 lines | 124 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(entries%changelistentry, ", ")}]
}