Tue, 30 Dec 2008 18:58:58 -0800 Pure python base85 fallback
Brendan Cully <brendan@kublai.com> [Tue, 30 Dec 2008 18:58:58 -0800] rev 7701
Pure python base85 fallback Encoding takes about 100x longer than native on a large binary.
Sat, 24 Jan 2009 00:12:18 +0100 pure Python implementation of parsers.c
Martin Geisler <mg@daimi.au.dk> [Sat, 24 Jan 2009 00:12:18 +0100] rev 7700
pure Python implementation of parsers.c
Sat, 24 Jan 2009 00:12:17 +0100 pure Python implementation of mpatch.c
Martin Geisler <mg@daimi.au.dk> [Sat, 24 Jan 2009 00:12:17 +0100] rev 7699
pure Python implementation of mpatch.c
Sun, 25 Jan 2009 12:33:49 +0100 i18n: sort Danish translation by file
Martin Geisler <mg@daimi.au.dk> [Sun, 25 Jan 2009 12:33:49 +0100] rev 7698
i18n: sort Danish translation by file
Sun, 25 Jan 2009 12:33:46 +0100 i18n: strip string locations from Danish translation
Martin Geisler <mg@daimi.au.dk> [Sun, 25 Jan 2009 12:33:46 +0100] rev 7697
i18n: strip string locations from Danish translation
Fri, 23 Jan 2009 14:51:09 -0600 simplify colwidth a bit
Matt Mackall <mpm@selenic.com> [Fri, 23 Jan 2009 14:51:09 -0600] rev 7696
simplify colwidth a bit
Wed, 21 Jan 2009 20:29:47 +0900 Also find correct column width of wide characters.
Shun-ichi GOTO <shunichi.goto@gmail.com> [Wed, 21 Jan 2009 20:29:47 +0900] rev 7695
Also find correct column width of wide characters. Use unicodedata.east_asian_width() to determine wide/full width characters if available. Otherwise, return character count as before.
Thu, 22 Jan 2009 10:48:37 -0700 added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
Bill Barry <after.fallout@gmail.com> [Thu, 22 Jan 2009 10:48:37 -0700] rev 7694
added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
Thu, 22 Jan 2009 11:02:50 -0700 consolidated url help into urls help topic and added information about path aliases
Bill Barry <after.fallout@gmail.com> [Thu, 22 Jan 2009 11:02:50 -0700] rev 7693
consolidated url help into urls help topic and added information about path aliases
Thu, 22 Jan 2009 20:49:47 +0100 i18n: updated Danish translation
Martin Geisler <mg@daimi.au.dk> [Thu, 22 Jan 2009 20:49:47 +0100] rev 7692
i18n: updated Danish translation This fixes a crash due to a bad string interpolation, fixes a bunch of typos and adds more translated strings.
Thu, 22 Jan 2009 08:39:34 -0700 Clarified 'hg paths' command help
Bill Barry <after.fallout@gmail.com> [Thu, 22 Jan 2009 08:39:34 -0700] rev 7691
Clarified 'hg paths' command help
Sun, 25 Jan 2009 18:58:12 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Jan 2009 18:58:12 +0100] rev 7690
Merge with crew-stable
Sun, 25 Jan 2009 18:55:29 +0100 Fix a corner case when committing a rename after a merge (issue1476)
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Jan 2009 18:55:29 +0100] rev 7689
Fix a corner case when committing a rename after a merge (issue1476)
Sun, 25 Jan 2009 15:11:43 +0800 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com> [Sun, 25 Jan 2009 15:11:43 +0800] rev 7688
i18n: Starting Chinese Translation of Mercurial
Sun, 25 Jan 2009 12:33:47 +0100 i18n: sort by file when generating hg.pot
Martin Geisler <mg@daimi.au.dk> [Sun, 25 Jan 2009 12:33:47 +0100] rev 7687
i18n: sort by file when generating hg.pot This will make the order more stable and give smaller patches when translations merge in new and deleted strings from the hg.pot file.
Sun, 25 Jan 2009 12:21:57 +0100 Do not install executable man pages
Christian Ebert <blacktrash@gmx.net> [Sun, 25 Jan 2009 12:21:57 +0100] rev 7686
Do not install executable man pages Default mode of install might be 755, therefore specify 644.
Sat, 24 Jan 2009 18:52:46 +0100 patchbomb: respect diff settings
Martin Geisler <mg@daimi.au.dk> [Sat, 24 Jan 2009 18:52:46 +0100] rev 7685
patchbomb: respect diff settings
Sun, 25 Jan 2009 11:27:53 +0200 status: make options optional (issue1481)
Alexander Solovyov <piranha@piranha.org.ua> [Sun, 25 Jan 2009 11:27:53 +0200] rev 7684
status: make options optional (issue1481)
Fri, 23 Jan 2009 23:39:28 +0100 Retrieve Beyond Compare's path from registry
Pascal Quantin <pascal.quantin@gmail.com> [Fri, 23 Jan 2009 23:39:28 +0100] rev 7683
Retrieve Beyond Compare's path from registry Switch from a hardcoded path to registry key to find Beyond Compare's executable. Calling BCompare.exe works fine with version 3.0.14.
Thu, 22 Jan 2009 16:07:44 +0100 templater: fix age filter to state the obvious on future timestamps
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 Jan 2009 16:07:44 +0100] rev 7682
templater: fix age filter to state the obvious on future timestamps
Thu, 22 Jan 2009 15:22:37 +0100 tests: fix issue in test-audit-path with HGTMP on OS X
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 Jan 2009 15:22:37 +0100] rev 7681
tests: fix issue in test-audit-path with HGTMP on OS X
Thu, 22 Jan 2009 14:33:49 +0100 tests: eliminate use of sed -i (which fails on NetBSD)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 Jan 2009 14:33:49 +0100] rev 7680
tests: eliminate use of sed -i (which fails on NetBSD)
Thu, 22 Jan 2009 14:32:39 +0100 tests: fix up tests to cope with 6a0bc2dc9da6
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 Jan 2009 14:32:39 +0100] rev 7679
tests: fix up tests to cope with 6a0bc2dc9da6
Thu, 22 Jan 2009 14:19:29 +0100 help: some improvements for the templating topic
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 Jan 2009 14:19:29 +0100] rev 7678
help: some improvements for the templating topic
Thu, 22 Jan 2009 14:18:08 +0100 help: add a topic about some of the templating features
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 22 Jan 2009 14:18:08 +0100] rev 7677
help: add a topic about some of the templating features
Wed, 21 Jan 2009 14:14:56 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 21 Jan 2009 14:14:56 -0600] rev 7676
Merge with stable
Wed, 21 Jan 2009 11:15:47 -0600 verify: don't trip over binary files starting with 01 0a
Matt Mackall <mpm@selenic.com> [Wed, 21 Jan 2009 11:15:47 -0600] rev 7675
verify: don't trip over binary files starting with 01 0a
Mon, 19 Jan 2009 17:00:23 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 19 Jan 2009 17:00:23 -0600] rev 7674
Merge with stable
Thu, 15 Jan 2009 01:38:52 +0100 notify: fix neglect of custom headers set via template
Christian Ebert <blacktrash@gmx.net> [Thu, 15 Jan 2009 01:38:52 +0100] rev 7673
notify: fix neglect of custom headers set via template e981725da3fe introduced a bug that discarded all custom headers. Add custom header to test template.
Mon, 19 Jan 2009 16:19:09 -0600 Give a useful message about PYTHONPATH if startup fails
Matt Mackall <mpm@selenic.com> [Mon, 19 Jan 2009 16:19:09 -0600] rev 7672
Give a useful message about PYTHONPATH if startup fails
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip