##// END OF EJS Templates
test-status: add test for removed-and-untracked state (BC)...
Yuya Nishihara -
r21942:64fe488b stable
parent child Browse files
Show More
@@ -280,6 +280,13 b' hg status -A --change 1 and revset:'
280 280 R removed
281 281 C deleted
282 282
283 status of removed but existing in working directory. "? removed" should
284 not be included:
285
286 $ touch removed
287 $ hg status --rev 0 removed
288 R removed
289
283 290 $ cd ..
284 291
285 292 hg status of binary file starting with '\1\n', a separator for metadata:
General Comments 0
You need to be logged in to leave comments. Login now