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
Thu, 27 Oct 2005 13:29:35 -0700 rewrote changes function in dirstate to use generic walk code
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:29:35 -0700] rev 1471
rewrote changes function in dirstate to use generic walk code now, file with unsupported type will not show up in status anymore
Thu, 27 Oct 2005 13:29:28 -0700 minor fix on command help docstrings
TK Soh <teekaysoh@yahoo.com> [Thu, 27 Oct 2005 13:29:28 -0700] rev 1470
minor fix on command help docstrings
Thu, 27 Oct 2005 12:26:16 -0700 Merge bundle -r work from Eric Hopper
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 12:26:16 -0700] rev 1469
Merge bundle -r work from Eric Hopper
Sun, 16 Oct 2005 16:24:40 -0700 Added a test for clone -r.
Eric Hopper <hopper@omnifarious.org> [Sun, 16 Oct 2005 16:24:40 -0700] rev 1468
Added a test for clone -r.
Wed, 12 Oct 2005 11:32:51 -0700 Stupid spelling mistake in a variable name.
Eric Hopper <hopper@omnifarious.org> [Wed, 12 Oct 2005 11:32:51 -0700] rev 1467
Stupid spelling mistake in a variable name.
Tue, 11 Oct 2005 18:56:47 -0700 Added a lot of comments to changegroupsubset.
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 18:56:47 -0700] rev 1466
Added a lot of comments to changegroupsubset.
Tue, 11 Oct 2005 08:39:21 -0700 Implementing pull -r and changing clone -r. Both now support
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 08:39:21 -0700] rev 1465
Implementing pull -r and changing clone -r. Both now support multiple 'target' revisions.
Tue, 11 Oct 2005 08:06:52 -0700 Fixed silly bug involving a non-existent variable.
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 08:06:52 -0700] rev 1464
Fixed silly bug involving a non-existent variable.
Mon, 10 Oct 2005 17:20:38 -0700 Fix to handle case of empty list for roots or heads in nodesbetween.
Eric Hopper <hopper@omnifarious.org> [Mon, 10 Oct 2005 17:20:38 -0700] rev 1463
Fix to handle case of empty list for roots or heads in nodesbetween.
Mon, 10 Oct 2005 08:36:29 -0700 Optimizing manifest reads in changegroupsubset by using deltas.
Eric Hopper <hopper@omnifarious.org> [Mon, 10 Oct 2005 08:36:29 -0700] rev 1462
Optimizing manifest reads in changegroupsubset by using deltas.
Fri, 07 Oct 2005 19:51:09 -0700 Implementing clone -r, which clones all changesets needed to reach a
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 19:51:09 -0700] rev 1461
Implementing clone -r, which clones all changesets needed to reach a particular revision.
Fri, 07 Oct 2005 19:49:25 -0700 Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 19:49:25 -0700] rev 1460
Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Fri, 07 Oct 2005 17:07:57 -0700 Fix small bug in nodesbetween if heads is [nullid].
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 17:07:57 -0700] rev 1459
Fix small bug in nodesbetween if heads is [nullid].
Fri, 07 Oct 2005 10:57:11 -0700 This changes the revlog.group and re-implements the localrepo.changeroup
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 10:57:11 -0700] rev 1458
This changes the revlog.group and re-implements the localrepo.changeroup function in terms of it. revlog.group now takes a list of nodes, and some callback functions instead of a linkmap.
Fri, 07 Oct 2005 10:48:27 -0700 This implements the nodesbetween method, and it removes the newer method
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 10:48:27 -0700] rev 1457
This implements the nodesbetween method, and it removes the newer method and replaces it with calls to nodesbetween. nodesbetween calculates all the changesets needed to have a complete revision graph between a given set of base nodes and a given set of head nodes.
Wed, 26 Oct 2005 16:32:50 -0700 Remove copy/rename --parents option
Matt Mackall <mpm@selenic.com> [Wed, 26 Oct 2005 16:32:50 -0700] rev 1456
Remove copy/rename --parents option This is no longer needed now that we have more standard UNIX-like copy semantics.
Wed, 26 Oct 2005 16:24:10 -0700 [PATCH] copy/rename a directory
Robin Farine <robin.farine@terminus.org> [Wed, 26 Oct 2005 16:24:10 -0700] rev 1455
[PATCH] copy/rename a directory This patch adds support for 'hg copy dir1 dir2' or 'hg rename dir1 dir2'. When "dir2" exists, "dir1" is recursively copied (or moved) to "dir2/dir1". When "dir2" does not exists, "dir1" is copied to (renamed as) "dir2".
Wed, 26 Oct 2005 16:10:56 -0700 further fix traceback on invalid .hgignore patterns
Benoit Boissinot <mercurial-bugs@selenic.com> [Wed, 26 Oct 2005 16:10:56 -0700] rev 1454
further fix traceback on invalid .hgignore patterns Please apply this little fix (matchfn return None if no patterns are specified).
Wed, 26 Oct 2005 16:10:36 -0700 get command defaults from hgrc
TK Soh <teekaysoh@yahoo.com> [Wed, 26 Oct 2005 16:10:36 -0700] rev 1453
get command defaults from hgrc
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip