Submitter | Laurent Charignon |
---|---|
Date | March 26, 2015, 5:39 p.m. |
Message ID | <64ace01defe1deba8043.1427391583@dev919.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/8296/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-commit-interactive-curses.t b/tests/test-commit-interactive-curses.t --- a/tests/test-commit-interactive-curses.t +++ b/tests/test-commit-interactive-curses.t @@ -180,5 +180,21 @@ This is the first line This is the second line This is the third line + $ hg update -C . + 1 files updated, 0 files merged, 0 files removed, 0 files unresolved + $ echo "hello" > x + $ hg add x + $ cat <<EOF >testModeCommands + > TOGGLE + > TOGGLE + > X + > EOF + $ hg st + A x + ? editor.sh + ? testModeCommands + $ hg commit -i -m "newly added file" -d "0 0" + $ hg st + ? editor.sh + ? testModeCommands -