sapling/mercurial/hgweb
Weiwen 64b5450a1f 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.
2012-11-12 14:05:39 -08:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: respond 403 forbidden for ssl required error 2012-09-05 23:59:27 +09:00
hgweb_mod.py hgweb: use ui.nontty to disable all cooked I/O 2012-05-20 14:37:22 -05:00
hgwebdir_mod.py hgwebdir: make collapsed folders easier to distinguish from repositories 2012-07-26 21:29:39 +02:00
protocol.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
request.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
server.py improve some comments and docstrings, fixing issues found when spell checking 2012-08-21 02:41:20 +02:00
webcommands.py hgweb: display diff for a changeset against any parents (issue2810) 2012-11-12 14:05:39 -08:00
webutil.py hgweb: display diff for a changeset against any parents (issue2810) 2012-11-12 14:05:39 -08:00
wsgicgi.py fix trivial spelling errors 2012-08-15 22:38:42 +02:00