# HG changeset patch # User Vadim Gelfer # Date 1146078381 25200 # Node ID 3335564f2518135acb9e97525e96c8f3417f6a0a # Parent 11ad47f22023c76bf6fe6bbf8c84a9c7c28d94ec mke test-nested-repo use "revert" instead of "forget" diff --git a/tests/test-nested-repo b/tests/test-nested-repo --- a/tests/test-nested-repo +++ b/tests/test-nested-repo @@ -14,6 +14,6 @@ hg add b/x echo '# should print A b/x' hg st echo '# should forget b/x' -hg forget +hg revert echo '# should print nothing' hg st b