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

r9946:2059be77 default
r10135:9a4034b6 stable
Show More
map
23 lines | 630 B | text/plain | TextLexer
Dirkjan Ochtman
hgweb: move HTTP content types out of header templates...
r5928 mimetype = 'text/plain; charset={encoding}'
header = ''
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 footer = ''
changeset = changeset.tmpl
Dirkjan Ochtman
raw: use newer template syntax everywhere
r8429 difflineplus = '{line}'
difflineminus = '{line}'
difflineat = '{line}'
diffline = '{line}'
changesetparent = '# Parent {node}'
changesetchild = '# Child {node}'
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 filenodelink = ''
Dirkjan Ochtman
raw: use newer template syntax everywhere
r8429 fileline = '{line}'
diffblock = '{lines}'
Thomas Arendsen Hein
Moved hgweb map-* files into their style directories and adjusted them.
r3277 filediff = filediff.tmpl
fileannotate = fileannotate.tmpl
Benoit Boissinot
web: fix annotate raw template, forgotten in ccc2481e3954
r6967 annotateline = '{author|user}@{rev}: {line}'
Brendan Cully
hgweb: add raw manifest template
r3941 manifest = manifest.tmpl
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 direntry = 'drwxr-xr-x {basename}\n'
fileentry = '{permissions|permissions} {size} {basename}\n'
Benoit Boissinot
hgweb: add raw template to hgwebdir
r4024 index = index.tmpl
Bryan O'Sullivan
hgweb: flesh out raw templates
r5559 notfound = notfound.tmpl
error = error.tmpl
Dirkjan Ochtman
raw: use newer template syntax everywhere
r8429 indexentry = '{url}\n'