##// END OF EJS Templates
test-revert: add case for nothing changed
Adrian Buehlmann -
r14745:cae09a39 stable
parent child Browse files
Show More
@@ -5,6 +5,14 b''
5 $ echo 123 > e
5 $ echo 123 > e
6 $ hg add a c e
6 $ hg add a c e
7 $ hg commit -m "first" a c e
7 $ hg commit -m "first" a c e
8
9 nothing changed
10
11 $ hg revert
12 abort: no files or directories specified
13 (use --all to discard all changes)
14 [255]
15
8 $ echo 123 > b
16 $ echo 123 > b
9
17
10 should show b unknown
18 should show b unknown
General Comments 0
You need to be logged in to leave comments. Login now