diff tests/test-keyword @ 6157:09b00faa8670

keyword: remove "identify" and "remove" from nokwcommands These two commands care about the list of modified files returned by repo.status and we may need to do a full content comparison to populate that list.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 21 Feb 2008 16:22:31 -0300
parents e27f39865d7e
children 991f7518c3f3
line wrap: on
line diff
--- a/tests/test-keyword	Thu Feb 21 16:22:31 2008 -0300
+++ b/tests/test-keyword	Thu Feb 21 16:22:31 2008 -0300
@@ -67,6 +67,7 @@
 echo % status
 hg status
 echo % identify
+hg debugrebuildstate
 hg --quiet identify
 echo % cat
 cat a b
@@ -216,6 +217,7 @@
 echo
 
 echo % remove
+hg debugrebuildstate
 hg remove a
 hg --debug commit -m rma
 echo % status