Tue, 18 Dec 2007 14:01:34 -0600 [RFC] convert: fix --datesort
Kirill Smelkov <kirr@mns.spb.ru> [Tue, 18 Dec 2007 14:01:34 -0600] rev 5656
[RFC] convert: fix --datesort The problem is that previously commit.date was used for sorting, but it's a string like "1 Jan xxx 2007", so it it wrong to use it for sorting. Another problem is that why we are using depth for sorting -- I have no clear answer -- it seems to be plain wrong. This patch is just an RFC.
Wed, 12 Dec 2007 14:44:59 +0100 highlight: pass encoding to lexers and formatter
Christian Ebert <blacktrash@gmx.net> [Wed, 12 Dec 2007 14:44:59 +0100] rev 5655
highlight: pass encoding to lexers and formatter Try to avoid UnicodeDecodeError by: - encoding to local - passing util._encoding as lexer input encoding - passing hgweb.encoding as formatter output encoding
Wed, 12 Dec 2007 14:36:34 +0100 highlight: mandatory arguments where possible
Christian Ebert <blacktrash@gmx.net> [Wed, 12 Dec 2007 14:36:34 +0100] rev 5654
highlight: mandatory arguments where possible
Mon, 17 Dec 2007 23:42:48 +0100 patch: simplify directory creation
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:42:48 +0100] rev 5653
patch: simplify directory creation
Mon, 17 Dec 2007 23:42:46 +0100 patch: write rej files for missing targets (issue 853)
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:42:46 +0100] rev 5652
patch: write rej files for missing targets (issue 853)
Mon, 17 Dec 2007 23:06:04 +0100 patch: avoid file existence tests when possible in selectfile()
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:06:04 +0100] rev 5651
patch: avoid file existence tests when possible in selectfile()
Mon, 17 Dec 2007 23:06:01 +0100 patch: move diff parsing in iterhunks generator
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:06:01 +0100] rev 5650
patch: move diff parsing in iterhunks generator
Mon, 17 Dec 2007 22:19:21 +0100 patch: move NoHunk detection up with parsing code
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 22:19:21 +0100] rev 5649
patch: move NoHunk detection up with parsing code
Mon, 17 Dec 2007 13:45:30 +0100 merge with main
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 17 Dec 2007 13:45:30 +0100] rev 5648
merge with main
Fri, 14 Dec 2007 16:47:41 +0100 Workaround for "Not enough space" error due to the bug of Windows.
Shun-ichi GOTO <shunichi.goto@gmail.com> [Fri, 14 Dec 2007 16:47:41 +0100] rev 5647
Workaround for "Not enough space" error due to the bug of Windows. Large write requests fail when stdout is switched to binary mode. As a workaround, limit the data size to write once.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip