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

test-revert: enable for Windows

parent d628bcb3a567
No related merge requests found
$ "$TESTDIR/hghave" execbit || exit 80
$ hg init repo
$ cd repo
$ echo 123 > a
......@@ -155,6 +153,7 @@
$ hg update -C
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
#if execbit
$ chmod +x c
$ hg revert --all
reverting c
......@@ -175,6 +174,7 @@
$ test -x c && echo executable
executable
#endif
$ cd ..
......
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