##// END OF EJS Templates
continue: added support for graft...
continue: added support for graft This adds support of graft to hg continue plan. The patch creates a seperate function `cmdutil.continuegraft` so that continue logic for graft can be called independently. This logic is registered to the statedetection API as `continuefunc`. Results are shown as tests. Differential Revision: https://phab.mercurial-scm.org/D6655

File last commit:

r29435:b8ede1f7 default
r42843:0fff3cc9 default
Show More
tags.tmpl
6 lines | 153 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
av6
hgweb: remove a couple of superfluous spaces in rss style
r29435 <title>{repo|escape}: tags</title>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <description>{repo|escape} tag history</description>
{entriesnotip%tagentry}
</channel>
</rss>