diff tests/test-status @ 2661:5c10b7ed3411

status: add -c (clean) and -A (all files) options also add new localrepo.status what is more uniform than localrepo.changes. localrepo.changes is deprecated and will go away soon.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 20 Jul 2006 16:21:07 -0700
parents 001703ec311d
children a7b61c3b0f93
line wrap: on
line diff
--- a/tests/test-status
+++ b/tests/test-status
@@ -35,3 +35,8 @@ hg status modified added removed deleted
 hg copy modified copied
 echo "hg status -C:"
 hg status -C
+
+echo "hg status -t:"
+hg status -t
+echo "hg status -A:"
+hg status -A