##// END OF EJS Templates
record_curses: add test for newly added files...
Laurent Charignon -
r24469:e71053ef default
parent child Browse files
Show More
@@ -181,4 +181,23 b' Editing patch of newly added file'
181 This is the second line
181 This is the second line
182 This is the third line
182 This is the third line
183
183
184 Newly added files can be selected with the curses interface
184
185
186 $ hg update -C .
187 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
188 $ echo "hello" > x
189 $ hg add x
190 $ cat <<EOF >testModeCommands
191 > TOGGLE
192 > TOGGLE
193 > X
194 > EOF
195 $ hg st
196 A x
197 ? editor.sh
198 ? testModeCommands
199 $ hg commit -i -m "newly added file" -d "0 0"
200 $ hg st
201 ? editor.sh
202 ? testModeCommands
203
General Comments 0
You need to be logged in to leave comments. Login now