##// END OF EJS Templates
patch: better handling of sequence of offset patch hunks (issue1941)...
patch: better handling of sequence of offset patch hunks (issue1941) The built-in patch implementation applied the hunks to the wrong lines of the file if the file in the repo has been modified to skew the patch line numbers and the file contains repetitive sequences of lines.

File last commit:

r9581:3b930325 default
r10135:9a4034b6 stable
Show More
tagentry.tmpl
8 lines | 286 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 <entry>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{tag|escape}</title>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>{urlbase}{url}#tag-{node}</id>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{tag|strip|escape}</content>
Robert Bachmann
Added support for the Atom syndication format
r5269 </entry>