Tue, 18 Dec 2007 14:11:13 -0600 Fix income/pull with bundle and -R (issue 820).
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Tue, 18 Dec 2007 14:11:13 -0600] rev 5664
Fix income/pull with bundle and -R (issue 820). Uses ui.setconfig() to tell bundlerepo where the main repo is. This is needed for when the --repository option is used. Adds tests to test-bundle and a new test script test-mq-pull-from-bundle, which plays out the situation that initially made me detect this bug (hg -R .hg/patches pull ../bundle.hg).
Sat, 03 Nov 2007 11:11:13 +0100 Add output markers to test-bundle so it's easier to spot the source of
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Sat, 03 Nov 2007 11:11:13 +0100] rev 5663
Add output markers to test-bundle so it's easier to spot the source of output diffs.
Mon, 10 Dec 2007 12:16:59 -0600 hgk: add black and blue as preferred colors
Steve Borho <steve@borho.org> [Mon, 10 Dec 2007 12:16:59 -0600] rev 5662
hgk: add black and blue as preferred colors
Mon, 10 Dec 2007 00:35:04 +0000 Remove spurious escape attempt in hg.1.txt
Christian Ebert <blacktrash@gmx.net> [Mon, 10 Dec 2007 00:35:04 +0000] rev 5661
Remove spurious escape attempt in hg.1.txt
Wed, 05 Dec 2007 20:40:01 +0900 Use VISUAL in addition to EDITOR when choosing the editor to use.
Osku Salerma <osku@iki.fi> [Wed, 05 Dec 2007 20:40:01 +0900] rev 5660
Use VISUAL in addition to EDITOR when choosing the editor to use.
Tue, 18 Dec 2007 14:01:42 -0600 util: get rid of is_win_9x wart
Matt Mackall <mpm@selenic.com> [Tue, 18 Dec 2007 14:01:42 -0600] rev 5659
util: get rid of is_win_9x wart
Sun, 09 Dec 2007 17:14:38 +0900 Add --verbose support to tags command.
Osku Salerma <osku@iki.fi> [Sun, 09 Dec 2007 17:14:38 +0900] rev 5658
Add --verbose support to tags command.
Sun, 09 Dec 2007 16:32:05 +0900 Properly check tag's existence as a local/global tag when removing it.
Osku Salerma <osku@iki.fi> [Sun, 09 Dec 2007 16:32:05 +0900] rev 5657
Properly check tag's existence as a local/global tag when removing it.
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
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip