Skip to content
Snippets Groups Projects
Commit 48b1d894 authored by Laurent Charignon's avatar Laurent Charignon
Browse files

revert: remove unused debug code in the test file

I left a test environment variable in a previous commit and it is doing nothing
useful. This patch removes it.
parent 62da2d77
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@
$ hg st
4) Use interactive revert to recover f and change it on the fly
$ HGEDITOR="\"sh\" \"${TESTTMP}/editor.sh\"" PRINTHUNK="YES" hg revert -i -r ".^^" <<EOF
$ HGEDITOR="\"sh\" \"${TESTTMP}/editor.sh\"" hg revert -i -r ".^^" <<EOF
> y
> e
> EOF
......
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