# HG changeset patch # User Laurent Charignon # Date 1432920852 25200 # Node ID 48b1d8944406581c6b09204303e4dd2d9c244b9b # Parent 62da2d7745f9dc41422f7f81a75009c130a873cd 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. diff -r 62da2d7745f9 -r 48b1d8944406 tests/test-revert-interactive.t --- a/tests/test-revert-interactive.t Thu May 28 20:06:19 2015 -0700 +++ b/tests/test-revert-interactive.t Fri May 29 10:34:12 2015 -0700 @@ -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 ".^^" < y > e > EOF