##// 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:

r8428:5ccca717 default
r10135:9a4034b6 stable
Show More
map
11 lines | 332 B | text/plain | TextLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 default = 'changelog'
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 feedupdated = '<updated>{date|rfc3339date}</updated>'
Dirkjan Ochtman
hgweb: move HTTP content types out of header templates...
r5928 mimetype = 'application/atom+xml; charset={encoding}'
Robert Bachmann
Added support for the Atom syndication format
r5269 header = header.tmpl
changelog = changelog.tmpl
changelogentry = changelogentry.tmpl
filelog = filelog.tmpl
filelogentry = filelogentry.tmpl
tags = tags.tmpl
tagentry = tagentry.tmpl
Sune Foldager
hgweb: add atom error template
r7749 error = error.tmpl