sapling/mercurial/hgweb
Alexander Plavin 39b918d7ca hgweb: always start log with searched revision
This makes the specified revision be always on top of the list.
Before the patch, for example with repo having revisions 0, 1, 2, 3 and user
searching for '2', all revisions were shown and the specified one wasn't
the first.
2013-07-13 02:36:29 +04:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: refactor checks for granting and revoking user permissions 2013-04-15 18:57:04 -03:00
hgweb_mod.py merge with mpm 2013-04-02 08:58:42 -07:00
hgwebdir_mod.py hgweb: refactor checks for granting and revoking user permissions 2013-04-15 18:57:04 -03:00
protocol.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
request.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
server.py serve: don't send any content headers with 304 responses 2013-01-15 20:54:57 +01:00
webcommands.py hgweb: always start log with searched revision 2013-07-13 02:36:29 +04:00
webutil.py hgweb: fix empty navigation detection 2013-04-30 15:11:12 +02:00
wsgicgi.py hgweb.cgi: fix internal WSGI emulation (issue3804) 2013-02-04 23:25:25 +01:00