Tue, 31 Mar 2015 22:29:12 -0700 |
Gregory Szorc |
hgweb: add phase to {changeset} template
|
Thu, 12 Mar 2015 23:15:06 -0400 |
Matt Harbison |
hgweb: replace 'ctx._repo' with 'ctx.repo()'
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Mon, 02 Mar 2015 15:07:18 -0800 |
Gregory Szorc |
hgweb: extract changeset template mapping generation to own function
|
Thu, 19 Feb 2015 19:32:06 +0800 |
Anton Shestakov |
hgweb: use introrev() for finding parents (issue4506)
|
Tue, 06 Jan 2015 20:14:52 -0800 |
Gregory Szorc |
hgweb: extract changelist entry generation into own function
|
Thu, 17 Apr 2014 09:36:08 +0900 |
FUJIWARA Katsunori |
hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
|
Wed, 12 Mar 2014 13:20:04 -0400 |
Augie Fackler |
webutil: move from dict() construction to {} literals
|
Wed, 06 Nov 2013 18:19:04 -0500 |
Augie Fackler |
pathutil: tease out a new library to break an import cycle from canonpath use
|
Tue, 30 Apr 2013 13:53:49 +0200 |
Pierre-Yves David |
hgweb: handle filtered "0" rev in navigation
stable
|
Tue, 30 Apr 2013 15:11:12 +0200 |
Pierre-Yves David |
hgweb: fix empty navigation detection
stable
|
Wed, 30 Jan 2013 17:32:17 +0100 |
Pierre-Yves David |
hgweb: fix navigation label (issue3792)
stable
|
Wed, 16 Jan 2013 14:19:28 +0100 |
Pierre-Yves David |
hgweb: ignore filtered revision in revnav
|
Thu, 10 Jan 2013 19:29:48 +0100 |
Pierre-Yves David |
hgweb: generate revnav in two phase
|
Wed, 16 Jan 2013 13:18:22 +0100 |
Pierre-Yves David |
hgweb: pass repo object to revnav construction
|