Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 19633:217f2b9acee0
age | author | description |
---|---|---|
Fri, 19 Jul 2013 02:41:11 +0400 | Alexander Plavin | hgweb: search() function supports direct pointing to revision |
Thu, 22 Aug 2013 16:42:10 +0400 | Alexander Plavin | hgweb: pass arguments which a function depends on explicitly in search |
Thu, 22 Aug 2013 16:45:23 +0400 | Alexander Plavin | hgweb: add dynamic search function selection, depending on the query |
Fri, 19 Jul 2013 02:08:19 +0400 | Alexander Plavin | hgweb: cleaner if conditions in changelog() function |
Mon, 15 Jul 2013 01:10:22 +0400 | Alexander Plavin | hgweb: separate search itself and template generation |
Thu, 25 Jul 2013 15:27:41 +0400 | Alexander Plavin | hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5- stable |