Mon, 20 Oct 2008 14:57:04 +0200 clean up trailing spaces, leading spaces in C
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 14:57:04 +0200] rev 7186
clean up trailing spaces, leading spaces in C
Mon, 20 Oct 2008 14:52:58 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 14:52:58 +0200] rev 7185
merge with crew-stable
Mon, 20 Oct 2008 14:51:55 +0200 clean up trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 14:51:55 +0200] rev 7184
clean up trailing spaces
Mon, 20 Oct 2008 14:13:37 +0200 hgweb: working diff for removed files
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 14:13:37 +0200] rev 7183
hgweb: working diff for removed files
Mon, 20 Oct 2008 12:41:09 +0200 hgweb: remove links to non-existent file versions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 12:41:09 +0200] rev 7182
hgweb: remove links to non-existent file versions
Mon, 20 Oct 2008 10:20:35 +0200 coal/paper: widen author column in log table
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 10:20:35 +0200] rev 7181
coal/paper: widen author column in log table
Mon, 20 Oct 2008 10:15:26 +0200 hgweb: be sure to drain request data even in early error conditions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 20 Oct 2008 10:15:26 +0200] rev 7180
hgweb: be sure to drain request data even in early error conditions Thanks to Mads Kiilerich with noticing this. The hg client can only read data after all the sent data has been read, so we have to read all the request data even if we're not going to do anything with it (in error conditions). This is not easy to fix in the client, because we're using Python's httplib, which is strictly stateful. Abstracted the draining into a separate method.
Sun, 19 Oct 2008 22:07:43 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Oct 2008 22:07:43 +0200] rev 7179
merge with crew-stable
Sun, 19 Oct 2008 19:49:56 +0200 Fix Debian bug #494889 (fetching from static-http://... broken)
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Oct 2008 19:49:56 +0200] rev 7178
Fix Debian bug #494889 (fetching from static-http://... broken) Changeset 6605a03cbf87 which fixed issue965 (hg clone static-http does not work for empty repos) broke cloning of repos with old layout (without store) via static-http. This fix makes cloning from old-style repositories possible again, but will not allow cloning of empty old-style repositories as this can not be detected reliably.
Sun, 19 Oct 2008 16:31:24 +0200 mq: Fix --qrefresh --short to work with --exclude and --include
Mads Kiilerich <mads@kiilerich.com> [Sun, 19 Oct 2008 16:31:24 +0200] rev 7177
mq: Fix --qrefresh --short to work with --exclude and --include pmezard expects hg qref -s -X b to apply the -X to the list of files in the patch, and thus remove b from the patch. That's how it worked before f7fc5f5ecd62. That change seemed sensible, but it wasn't... mpm says (17:22:30) pmezard_: kiilerix1: do you mean that -X should be forbidden with -s ? (17:22:54) pmezard_: kiilerix1: and --include too (17:23:03) mpm: No because you should be able to say hg qref -s foo* -X foo-bar so mpm expects hg qref -s -X b * to apply the -X to the list of files in the working directory, and thus don't include b in the patch This patch tries to make both usecases work by creating a matchfn which uses the include/excludes but not the filelist.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip