Thu, 03 Nov 2005 14:19:54 -0800 Merge from Hidetaka Iwai
Matt Mackall <mpm@selenic.com> [Thu, 03 Nov 2005 14:19:54 -0800] rev 1501
Merge from Hidetaka Iwai
Thu, 03 Nov 2005 11:56:51 +0900 Fixed to convert to man properly.
Hidetaka Iwai <tyuyu@debian.or.jp> [Thu, 03 Nov 2005 11:56:51 +0900] rev 1500
Fixed to convert to man properly.
Thu, 03 Nov 2005 11:54:07 +0900 Fixed wrong encoding of files.
Hidetaka Iwai <tyuyu@debian.or.jp> [Thu, 03 Nov 2005 11:54:07 +0900] rev 1499
Fixed wrong encoding of files.
Thu, 03 Nov 2005 18:45:27 +0100 hgweb: Added archive download buttons to manifest page.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 03 Nov 2005 18:45:27 +0100] rev 1498
hgweb: Added archive download buttons to manifest page.
Thu, 03 Nov 2005 00:45:54 -0800 Add permissions handling test
Matt Mackall <mpm@selenic.com> [Thu, 03 Nov 2005 00:45:54 -0800] rev 1497
Add permissions handling test
Thu, 03 Nov 2005 00:43:05 -0800 remove the deprecated --text (t) option to rawcommit and tag
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 03 Nov 2005 00:43:05 -0800] rev 1496
remove the deprecated --text (t) option to rawcommit and tag
Wed, 02 Nov 2005 20:22:29 -0800 Deal with merge abort more gracefully
Matt Mackall <mpm@selenic.com> [Wed, 02 Nov 2005 20:22:29 -0800] rev 1495
Deal with merge abort more gracefully We save parent info last rather than first.
Wed, 02 Nov 2005 20:09:19 -0800 Handle empty logs in repo.checksize
Matt Mackall <mpm@selenic.com> [Wed, 02 Nov 2005 20:09:19 -0800] rev 1494
Handle empty logs in repo.checksize
Wed, 02 Nov 2005 19:26:23 -0800 verify: add check for mismatch of index and data length
Matt Mackall <mpm@selenic.com> [Wed, 02 Nov 2005 19:26:23 -0800] rev 1493
verify: add check for mismatch of index and data length
Wed, 02 Nov 2005 18:59:40 -0800 Allow interrupting all parts of verify
Matt Mackall <mpm@selenic.com> [Wed, 02 Nov 2005 18:59:40 -0800] rev 1492
Allow interrupting all parts of verify
Wed, 02 Nov 2005 16:13:41 -0800 fix a bug in dirstate.changes when cwd != repo.root
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 02 Nov 2005 16:13:41 -0800] rev 1491
fix a bug in dirstate.changes when cwd != repo.root - use lstat instead of stat - add a testcase (thanks to Johannes Hofmann)
Wed, 02 Nov 2005 16:13:34 -0800 minor doc fix
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 02 Nov 2005 16:13:34 -0800] rev 1490
minor doc fix
Wed, 02 Nov 2005 16:13:24 -0800 Added Japanese translations of manpages.
"Hidetaka Iwai <tyuyu@debian.or.jp>" [Wed, 02 Nov 2005 16:13:24 -0800] rev 1489
Added Japanese translations of manpages.
Wed, 02 Nov 2005 16:08:48 -0800 only files in normal state should be marked as deleted
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 02 Nov 2005 16:08:48 -0800] rev 1488
only files in normal state should be marked as deleted fix a traceback when you removed an added file
Wed, 02 Nov 2005 15:46:31 -0800 fix handling of files of unsupported type in the walk code
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 02 Nov 2005 15:46:31 -0800] rev 1487
fix handling of files of unsupported type in the walk code if a file was of unsupported type, it was considered as 'seen' while walking. this way it was possible to have file in the dirstate not yielded by the walk function.
Wed, 02 Nov 2005 15:45:41 -0800 zsh: allow 'hg clone' to complete paths listed in ~/.hgrc
Steve Borho <steve@borho.org> [Wed, 02 Nov 2005 15:45:41 -0800] rev 1486
zsh: allow 'hg clone' to complete paths listed in ~/.hgrc
Mon, 31 Oct 2005 10:47:27 -0800 mention running multiple hooks in the doc
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Oct 2005 10:47:27 -0800] rev 1485
mention running multiple hooks in the doc
Mon, 31 Oct 2005 09:58:05 -0800 zsh completion improvements.
Steve Borho <steve@borho.org> [Mon, 31 Oct 2005 09:58:05 -0800] rev 1484
zsh completion improvements. File completers now correctly deal with filenames that contain spaces. The completers also use 'hg status .' so they'll work correctly when the default behaviour changes.
Mon, 31 Oct 2005 09:57:54 -0800 Fix traceback on bad system hgrc files
Soh Tk-r28629 <tksoh@freescale.com> [Mon, 31 Oct 2005 09:57:54 -0800] rev 1483
Fix traceback on bad system hgrc files
Mon, 31 Oct 2005 10:56:42 -0700 fix handling of daylight saving time
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Oct 2005 10:56:42 -0700] rev 1482
fix handling of daylight saving time
Sat, 29 Oct 2005 13:45:01 -0700 Change test-hook to test multiple hooks
Matt Mackall <mpm@selenic.com> [Sat, 29 Oct 2005 13:45:01 -0700] rev 1481
Change test-hook to test multiple hooks
Sat, 29 Oct 2005 13:44:05 -0700 allow multiples hook
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Oct 2005 13:44:05 -0700] rev 1480
allow multiples hook suggested by Vadim Gelfer This patch allows to have multiple hooks of the same kind: for example commit.email = /my/email/hook commit.autobuild = /my/build/hook
Fri, 28 Oct 2005 17:18:50 -0700 fix a bug where hg could remove file ending with .tmp
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 17:18:50 -0700] rev 1479
fix a bug where hg could remove file ending with .tmp util.opener used a fixed filename for writing tempfile instead of using the tempfile module.
Fri, 28 Oct 2005 11:03:18 -0700 add a test for hgignore
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 11:03:18 -0700] rev 1478
add a test for hgignore
Fri, 28 Oct 2005 11:01:25 -0700 util.opener already create the base directory if it doesn't exist
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 11:01:25 -0700] rev 1477
util.opener already create the base directory if it doesn't exist
Fri, 28 Oct 2005 10:57:40 -0700 fix dirstate.change: it should walk ignored files
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 10:57:40 -0700] rev 1476
fix dirstate.change: it should walk ignored files
Thu, 27 Oct 2005 13:49:15 -0700 Elevate parents to a "common" command in help
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 13:49:15 -0700] rev 1475
Elevate parents to a "common" command in help
Thu, 27 Oct 2005 13:48:00 -0700 Add missing test output
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 13:48:00 -0700] rev 1474
Add missing test output
Thu, 27 Oct 2005 13:40:56 -0700 make readconfig take a filename instead of a file pointer as argument
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:40:56 -0700] rev 1473
make readconfig take a filename instead of a file pointer as argument catch parse error while reading a config file add a testcase for parse error
Thu, 27 Oct 2005 13:31:12 -0700 make revert use standard matcher
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:31:12 -0700] rev 1472
make revert use standard matcher
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip