Mercurial > hg
comparison tests/test-revert-unknown @ 2982:890e285c52a1
revert: require --all to revert all files.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Mon, 21 Aug 2006 09:44:52 -0700 |
parents | 7544700fd931 |
children |
comparison
equal
deleted
inserted
replaced
2964:26c8d37496c2 | 2982:890e285c52a1 |
---|---|
11 hg add b | 11 hg add b |
12 hg ci -m "2" -d "1000000 0" | 12 hg ci -m "2" -d "1000000 0" |
13 | 13 |
14 echo %% Should show unknown | 14 echo %% Should show unknown |
15 hg status | 15 hg status |
16 hg revert -r 0 | 16 hg revert -r 0 --all |
17 echo %% Should show unknown and b removed | 17 echo %% Should show unknown and b removed |
18 hg status | 18 hg status |
19 echo %% Should show a and unknown | 19 echo %% Should show a and unknown |
20 ls | 20 ls |