tests/test-status.t
changeset 24419 0e41f110e69e
parent 23402 2963d5c9d90b
child 24663 7d01371e6358
--- a/tests/test-status.t	Tue Mar 17 13:41:24 2015 -0700
+++ b/tests/test-status.t	Sat Aug 16 13:44:16 2014 +0900
@@ -240,6 +240,17 @@
   $ rm deleted
   $ hg copy modified copied
 
+Specify working directory revision explicitly, that should be the same as
+"hg status"
+
+  $ hg status --change "wdir()"
+  M modified
+  A added
+  A copied
+  R removed
+  ! deleted
+  ? unknown
+
 Run status with 2 different flags.
 Check if result is the same or different.
 If result is not as expected, raise error