Sat, 09 Oct 2010 12:27:14 -0500 |
Augie Fackler |
web: add a help view for getting hg help output
|
Fri, 27 Aug 2010 13:32:40 -0400 |
Brodie Rao |
cleanup: remove unused variables
|
Thu, 26 Aug 2010 23:38:13 +0200 |
Patrick Mezard |
webcommands: remove unncessary access to repo.changelog
|
Wed, 09 Jun 2010 12:41:44 -1000 |
Julian Cowley |
hgweb: specify a charset when sending raw text files
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Thu, 14 Jan 2010 16:42:10 +0100 |
Dirkjan Ochtman |
hgweb: add less/more links for search logs (issue1972)
|
Thu, 14 Jan 2010 16:28:21 +0100 |
Dirkjan Ochtman |
hgweb: add less/more links to shortlog/filelog nav
|
Thu, 14 Jan 2010 16:07:34 +0100 |
Dirkjan Ochtman |
hgweb: make graph page size equal to shortlog
|
Thu, 27 Aug 2009 00:01:03 +0200 |
Martin Geisler |
Merge with crew-stable
|
Wed, 26 Aug 2009 14:58:09 +0200 |
Dirkjan Ochtman |
hgweb: show diff header line in raw diffs
|
Wed, 22 Jul 2009 23:12:54 +0200 |
Martin Geisler |
coding style: use a space after comma
|
Mon, 13 Jul 2009 09:50:26 +0900 |
Nicolas Dumazet |
for calls expecting bool args, pass bool instead of int
|
Fri, 19 Jun 2009 13:44:23 +0200 |
Peter Arrenbrecht |
graphmod/webcommands: use generic DAG walks
|
Wed, 10 Jun 2009 19:11:49 -0400 |
John Mulligan |
localrepo: remove 'closed' argument to heads(...) function
|
Thu, 04 Jun 2009 18:05:50 +0200 |
Dirkjan Ochtman |
hgweb: allow distinction between open/closed branches on branches page
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Tue, 12 May 2009 10:23:45 +0200 |
Dirkjan Ochtman |
hgweb: use context api in branches webcommand
|
Tue, 12 May 2009 09:43:36 +0200 |
Sune Foldager |
webcommands: add 'branches' command, similar to 'tags'
|
Tue, 28 Apr 2009 17:28:00 +0200 |
Martin Geisler |
webcommands: move nonempty logic from JavaScript to Python
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sat, 04 Apr 2009 17:46:11 +0200 |
Dirkjan Ochtman |
templater: move stylemap function from hgweb to templater
|
Mon, 23 Mar 2009 13:13:11 +0100 |
Peter Arrenbrecht |
cleanup: drop enumerate() when index is not used
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Mon, 19 Jan 2009 13:20:47 +0100 |
Dirkjan Ochtman |
hgweb: simplify parents/children generation code
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|