-
- Downloads
hgweb: display diff for a changeset against any parents (issue2810)
During merge of branches, it is useful to compare merge results against the two parents. This change adds this support to hgweb. To specify which parent to compare to, use rev/12300:12345 where 12300 is a parent changeset number. Two links are added to changeset web page so that one can choose which parent to compare to.
Showing
- mercurial/hgweb/webcommands.py 7 additions, 3 deletionsmercurial/hgweb/webcommands.py
- mercurial/hgweb/webutil.py 31 additions, 12 deletionsmercurial/hgweb/webutil.py
- mercurial/templater.py 1 addition, 0 deletionsmercurial/templater.py
- mercurial/templates/paper/changeset.tmpl 8 additions, 0 deletionsmercurial/templates/paper/changeset.tmpl
- mercurial/templates/paper/map 2 additions, 0 deletionsmercurial/templates/paper/map
- tests/test-hgweb-commands.t 8 additions, 0 deletionstests/test-hgweb-commands.t
- tests/test-hgweb-diffs.t 16 additions, 0 deletionstests/test-hgweb-diffs.t
- tests/test-hgweb-removed.t 8 additions, 0 deletionstests/test-hgweb-removed.t
Loading
Please register or sign in to comment