Sat, 11 Aug 2007 13:07:47 +0200 fancyopts: Copy list arguments in command table before modifying.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 11 Aug 2007 13:07:47 +0200] rev 5093
fancyopts: Copy list arguments in command table before modifying. Before this, executing commands.dispatch(['log', '-r', '0']) commands.dispatch(['log', '-r', 'tip']) would look like: hg log -r 0 hg log -r 0 -r tip Reported by TK Soh, patch by Alexis S. L. Carvalho
Sat, 11 Aug 2007 12:47:58 +0200 Print less scary message if the system supports symlinks:
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 11 Aug 2007 12:47:58 +0200] rev 5092
Print less scary message if the system supports symlinks: "Skipping test-no-symlinks: system supports symbolic links" instead of "Skipping test-no-symlinks: unexpected feature: symbolic links"
Sat, 11 Aug 2007 12:36:04 +0200 Hide absolute path from test-no-symlinks output.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 11 Aug 2007 12:36:04 +0200] rev 5091
Hide absolute path from test-no-symlinks output. And add missing eol and remove trailing space which where introduced by the patches adding this test.
Thu, 09 Aug 2007 23:14:52 +0200 hghave: prefix temporary files with "hg-hghave-"
Patrick Mezard <pmezard@gmail.com> [Thu, 09 Aug 2007 23:14:52 +0200] rev 5090
hghave: prefix temporary files with "hg-hghave-"
Thu, 09 Aug 2007 23:14:50 +0200 test-no-symlinks: rename .bundle into .hg for consistency.
Patrick Mezard <pmezard@gmail.com> [Thu, 09 Aug 2007 23:14:50 +0200] rev 5089
test-no-symlinks: rename .bundle into .hg for consistency.
Thu, 09 Aug 2007 12:34:25 -0700 fix up previous commit for stable
Brendan Cully <brendan@kublai.com> [Thu, 09 Aug 2007 12:34:25 -0700] rev 5088
fix up previous commit for stable
Wed, 08 Aug 2007 18:04:06 -0700 Cache extension load failures.
Brendan Cully <brendan@kublai.com> [Wed, 08 Aug 2007 18:04:06 -0700] rev 5087
Cache extension load failures. hg commands call extensions.loadall twice, once during dispatch and once when the repository is instantiated. Without this change, load caches successful loads, but not unsuccessful, causing errors to be displayed twice.
Thu, 09 Aug 2007 01:04:27 +0200 unobfuscate part of f94dbc6c7eaf
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 09 Aug 2007 01:04:27 +0200] rev 5086
unobfuscate part of f94dbc6c7eaf
Wed, 08 Aug 2007 22:47:18 +0200 Test symlink handling on platform not supporting them
Patrick Mezard <pmezard@gmail.com> [Wed, 08 Aug 2007 22:47:18 +0200] rev 5085
Test symlink handling on platform not supporting them
Wed, 08 Aug 2007 23:07:39 +0200 hghave: feature absence can be checked by prefixing with 'no-'
Patrick Mezard <pmezard@gmail.com> [Wed, 08 Aug 2007 23:07:39 +0200] rev 5084
hghave: feature absence can be checked by prefixing with 'no-'
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip