sapling/mercurial/templates/paper
Anton Shestakov fa59efaa89 hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
This adds UI portion of the feature that has resided in mercurial since 2012.
Back then the interface was added together with the code, but was shortly
backed out because it was deemed "not ready". Code, however, stayed.

For the original feature and its implementation, see issue2810 and
3ff83729b63f.

In short, the backed-out interface had two outstanding issues:
1. it was introducing an entirely new term (baseline) and
2. it was present on every changeset's page, even for changesets with 1 parent
   (or no parents), which didn't make sense

This patch implements a hopefully better interface because:
1. it uses the usual terms (diff) and
2. it only shows up when there actually are 2 parents.
2015-01-03 17:50:21 +08:00
..
bookmarks.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
branches.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
changeset.tmpl hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904) 2015-01-03 17:50:21 +08:00
diffstat.tmpl hgweb: make stripes in diffstat with CSS 2013-07-13 18:06:57 +04:00
error.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
fileannotate.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filecomparison.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filediff.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filelog.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
filelogentry.tmpl hgweb: make stripes in file log with CSS 2013-07-13 18:03:35 +04:00
filerevision.tmpl hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style 2014-04-17 09:36:08 +09:00
footer.tmpl web: Made elapsed time calculation dynamic (javascript). 2011-04-28 17:02:39 +02:00
graph.tmpl hgweb: avoid invalid infinity scroll request when overwritten web.style 2014-01-08 00:35:03 +09:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
helptopics.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
index.tmpl hgweb: make stripes in repo list with CSS 2013-07-13 17:49:20 +04:00
manifest.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
map hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904) 2015-01-03 17:50:21 +08:00
notfound.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
search.tmpl templates: fix broken "less" & "more" links in paper style (issue4460) 2014-11-21 13:58:49 +08:00
shortlog.tmpl hgweb: avoid invalid infinity scroll request when overwritten web.style 2014-01-08 00:35:03 +09:00
shortlogentry.tmpl paper: get rid of changelogtag template duplication 2013-07-22 17:07:19 +04:00
tags.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00