Matt Mackall <mpm@selenic.com> [Wed, 04 Oct 2006 14:09:26 -0500] rev 3247
merge: reorder dirstate update slightly for correctness
Brendan Cully <brendan@kublai.com> [Wed, 04 Oct 2006 11:14:33 -0700] rev 3246
hgweb: fix manifest link in gitweb summary
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 04 Oct 2006 18:43:40 +0200] rev 3245
Corrected install location of manpages.
(man/manSECTION/ instead of man/man.SECTION/)
Wojciech Milkowski <wmilkowski@interia.pl> [Wed, 04 Oct 2006 18:06:03 +0200] rev 3244
Fix static file serving over HTTP on Windows.
Files to be served should be opened in binary mode.
Brendan Cully <brendan@kublai.com> [Tue, 03 Oct 2006 16:36:40 -0700] rev 3243
mq: update qfold to call delete correctly
Brendan Cully <brendan@kublai.com> [Tue, 03 Oct 2006 12:28:27 -0700] rev 3242
Make changectx.filenode raise repo.LookupError on failure
Brendan Cully <brendan@kublai.com> [Tue, 03 Oct 2006 12:14:33 -0700] rev 3241
Merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 03 Oct 2006 11:54:11 +0200] rev 3240
Fix minor indentation problem in template-vars.txt
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 03 Oct 2006 11:53:35 +0200] rev 3239
Install all files/subdirectories below templates.
This is needed because styles are now in their own subdirectory.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 03 Oct 2006 11:30:59 +0200] rev 3238
Applied coding style to setup.py
Brendan Cully <brendan@kublai.com> [Mon, 02 Oct 2006 17:59:39 -0700] rev 3237
Use parentrevs shortcut in filectx.annotate
Brendan Cully <brendan@kublai.com> [Mon, 02 Oct 2006 17:37:57 -0700] rev 3236
Move raw theme into subdirectory
Brendan Cully <brendan@kublai.com> [Mon, 02 Oct 2006 17:35:41 -0700] rev 3235
Move RSS theme into subdirectory
Brendan Cully <brendan@kublai.com> [Mon, 02 Oct 2006 17:30:45 -0700] rev 3234
Move gitweb theme into subdirectory
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 02 Oct 2006 22:35:52 +0200] rev 3233
[extendedchangelog] add extra metadata in the changelog entry
- add a third item in the date field that holds arbitrary
key:value items
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 02 Oct 2006 22:35:37 +0200] rev 3232
[extendedchangelog] encode/decode function
encode '\n', '\r' and '\0'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 02 Oct 2006 21:10:31 +0200] rev 3231
fix warnings from pychecker
Brendan Cully <brendan@kublai.com> [Mon, 02 Oct 2006 09:58:03 -0700] rev 3230
Fix gitweb index archive link
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 02 Oct 2006 08:40:26 +0200] rev 3229
merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 02 Oct 2006 08:36:29 +0200] rev 3228
test-merge-revert2 solaris fix
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 13:44:08 -0700] rev 3227
Make filectx.__init__ use LookupError
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 12:56:58 -0700] rev 3226
hgweb: add methods to get contexts from request
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 12:42:50 -0700] rev 3225
Raise LookupError in changectx.filectx if filenode can't be found
Brendan Cully <brendan@kublai.com> [Sun, 01 Oct 2006 11:58:55 -0700] rev 3224
Add hg.LookupError
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 01 Oct 2006 19:26:33 +0200] rev 3223
Whitespace/Tab cleanup
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Sep 2006 21:24:53 +0200] rev 3222
Add gitweb style hgwebdir
Edouard Gomez <ed.gomez@free.fr> [Thu, 21 Sep 2006 21:24:26 +0200] rev 3221
Add style support to hgwebdir
Brendan Cully <brendan@kublai.com> [Sat, 30 Sep 2006 21:32:29 -0700] rev 3220
hgweb: use contexts in more handlers
Brendan Cully <brendan@kublai.com> [Sat, 30 Sep 2006 20:56:26 -0700] rev 3219
filelog.annotate is now obsolete
Matt Mackall <mpm@selenic.com> [Tue, 03 Oct 2006 01:21:46 -0500] rev 3218
merge: use new working context object in update