Wed, 06 Aug 2008 15:10:05 +0200 ui: add an option to prompt for the username when it isn't provided
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 06 Aug 2008 15:10:05 +0200] rev 6862
ui: add an option to prompt for the username when it isn't provided When ui.askusername is set and not username are specified on the command line, in hgrc or in the variables $HGUSER or $EMAIL, then hg will prompt for the username. Feature requested, and documentation provided by Mark Edgington.
Sat, 02 Aug 2008 23:45:10 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Aug 2008 23:45:10 +0200] rev 6861
Merge with crew-stable
Sat, 02 Aug 2008 22:10:54 +0200 add additional bisect tests
Bernhard Leiner <bleiner@gmail.com> [Sat, 02 Aug 2008 22:10:54 +0200] rev 6860
add additional bisect tests
Sat, 02 Aug 2008 22:11:22 +0200 add additional complex bisect tests (with non-linear history)
Bernhard Leiner <bleiner@gmail.com> [Sat, 02 Aug 2008 22:11:22 +0200] rev 6859
add additional complex bisect tests (with non-linear history)
Sat, 02 Aug 2008 22:10:10 +0200 Add support for multiple possible bisect results (issue1228, issue1182)
Bernhard Leiner <bleiner@gmail.com> [Sat, 02 Aug 2008 22:10:10 +0200] rev 6858
Add support for multiple possible bisect results (issue1228, issue1182) The real reason for both issue is that bisect can not handle cases where there are multiple possibilities for the result. Example (from issue1228): rev 0 -> good rev 1 -> skipped rev 2 -> skipped rev 3 -> skipped rev 4 -> bad Note that this patch does not only fix the reported Assertion Error but also the problem of a non converging bisect: hg init for i in `seq 3`; do echo $i > $i; hg add $i; hg ci -m$i; done hg bisect -b 2 hg bisect -g 0 hg bisect -s From this state on, you can: a) mark as bad forever (non converging!) b) mark as good to get an inconsistent state c) skip for the Assertion Error Minor description and code edits by pmezard.
Sat, 02 Aug 2008 14:08:21 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Aug 2008 14:08:21 +0200] rev 6857
Merge with crew-stable
Tue, 15 Jul 2008 18:10:37 -0500 Add a reset before and after colorized output
Kevin Christen <kevin.christen@gmail.com> [Tue, 15 Jul 2008 18:10:37 -0500] rev 6856
Add a reset before and after colorized output This is how GNU's ls --color works, and it clears up problems in xterm and Windows command prompt windows.
Wed, 23 Jul 2008 20:33:23 -0500 Apply color to output of qseries --verbose
Kevin Christen <kevin.christen@gmail.com> [Wed, 23 Jul 2008 20:33:23 -0500] rev 6855
Apply color to output of qseries --verbose Fixes issue 1173.
Sat, 02 Aug 2008 13:49:13 +0200 color: improve mq extension detection
Patrick Mezard <pmezard@gmail.com> [Sat, 02 Aug 2008 13:49:13 +0200] rev 6854
color: improve mq extension detection
Fri, 01 Aug 2008 12:33:10 +0200 hgweb: do not use unassigned variables in exception handling
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 01 Aug 2008 12:33:10 +0200] rev 6853
hgweb: do not use unassigned variables in exception handling
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip