tests/test-commit-interactive-curses.t
changeset 24469 e71053ef0c46
parent 24435 1356086a7cf3
child 24837 edf907bd8144
--- a/tests/test-commit-interactive-curses.t	Wed Mar 25 17:18:48 2015 -0700
+++ b/tests/test-commit-interactive-curses.t	Wed Mar 25 16:40:37 2015 -0700
@@ -181,4 +181,23 @@
   This is the second line
   This is the third line
 
+Newly added files can be selected with the curses interface
 
+  $ 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
+