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
Tue, 25 Oct 2005 22:17:31 -0700 Remove now unused sortdiff and diff from mdiff
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 22:17:31 -0700] rev 1452
Remove now unused sortdiff and diff from mdiff
Tue, 25 Oct 2005 22:15:44 -0700 Remove old manifest diff code, it's now buggy
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 22:15:44 -0700] rev 1451
Remove old manifest diff code, it's now buggy
Tue, 25 Oct 2005 16:31:38 -0700 Add Benoit to CONTRIBUTORS
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 16:31:38 -0700] rev 1450
Add Benoit to CONTRIBUTORS
Tue, 25 Oct 2005 15:54:44 -0700 Add test-confused-revert, fix permissions on test-revert
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 15:54:44 -0700] rev 1449
Add test-confused-revert, fix permissions on test-revert
Tue, 25 Oct 2005 15:52:27 -0700 Allow reverting a deleted file with two parents
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 15:52:27 -0700] rev 1448
Allow reverting a deleted file with two parents As elsewhere, we choose the first parent by default
Tue, 25 Oct 2005 15:51:28 -0700 revert added and removed files to their normal state before reverting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Oct 2005 15:51:28 -0700] rev 1447
revert added and removed files to their normal state before reverting add a test for revert
Tue, 25 Oct 2005 14:58:11 -0700 abort on invalid pattern in matcher
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Oct 2005 14:58:11 -0700] rev 1446
abort on invalid pattern in matcher
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip