Skip to content
Snippets Groups Projects
Commit cae09a39 authored by Adrian Buehlmann's avatar Adrian Buehlmann
Browse files

test-revert: add case for nothing changed

parent 23325c5e
No related merge requests found
......@@ -5,6 +5,14 @@
$ echo 123 > e
$ hg add a c e
$ hg commit -m "first" a c e
nothing changed
$ hg revert
abort: no files or directories specified
(use --all to discard all changes)
[255]
$ echo 123 > b
should show b unknown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment