Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
status: put added files that have disappeared in the deleted list
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
revert: unify forget and remove lists
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
commands.revert: don't call hg.revert
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
dirstate.status: avoid putting ignored files in the unknown list
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
revert: don't assume ignored files will be returned in the unknown list
|
Wed, 29 Aug 2007 16:15:23 -0700 |
Brendan Cully |
When reverting a file which was renamed, also revert the old name
|
Fri, 16 Mar 2007 22:58:49 -0300 |
Alexis S. L. Carvalho |
Merge some matcher fixes/cleanups and add some more hg locate tests
|
Fri, 16 Mar 2007 22:48:20 -0300 |
Alexis S. L. Carvalho |
util._matcher: use "." as the root of empty {rel,}path patterns
|
Fri, 16 Mar 2007 00:22:52 -0300 |
Alexis S. L. Carvalho |
Fix confusing message from hg revert (issue332)
|
Tue, 29 Aug 2006 19:02:57 +0200 |
Benoit Boissinot |
Add a hint for revert --all when aborting
|
Mon, 28 Aug 2006 21:49:02 +0200 |
Benoit Boissinot |
fix incorrect warning when walking on a particular rev
|
Mon, 21 Aug 2006 09:44:52 -0700 |
Vadim Gelfer |
revert: require --all to revert all files.
|
Wed, 07 Jun 2006 13:16:25 -0700 |
Vadim Gelfer |
revert: better fix for not printing 'reverting' message
|
Thu, 11 May 2006 22:10:47 -0700 |
Vadim Gelfer |
revert: fix corner case found by faheem mitha.
|
Tue, 02 May 2006 18:44:02 +0200 |
Thomas Arendsen Hein |
Make hg update more verbose by default (issue12)
|
Sat, 29 Apr 2006 20:39:28 -0700 |
Vadim Gelfer |
make test-revert check executable bit.
|
Mon, 03 Apr 2006 21:01:33 +0200 |
Thomas Arendsen Hein |
Minor fix for revert: No need to make a backup when forgetting added files.
|
Mon, 03 Apr 2006 10:02:09 -0700 |
Vadim Gelfer |
small changes to revert command.
|
Sat, 01 Apr 2006 11:58:50 +0200 |
Thomas Arendsen Hein |
Don't abort when backup files already exist. Don't allow alternative names.
|
Fri, 31 Mar 2006 10:52:56 -0800 |
Vadim Gelfer |
forgot to rerun tests after changed backup extension to .orig.
|
Fri, 31 Mar 2006 10:37:25 -0800 |
Vadim Gelfer |
rewrite revert command. fix issues 93, 123, 147.
|
Wed, 02 Nov 2005 15:46:31 -0800 |
Benoit Boissinot |
fix handling of files of unsupported type in the walk code
|
Tue, 25 Oct 2005 15:51:28 -0700 |
Benoit Boissinot |
revert added and removed files to their normal state before reverting
|