##// END OF EJS Templates
tests: test experimental.spacemovesdown config for commit -i...
av6 -
r30831:9f264adb default
parent child Browse files
Show More
@@ -318,6 +318,25 b' reflect this edition.'
318 foo
318 foo
319 hello world
319 hello world
320 lower
320 lower
321
322 Check spacemovesdown
323
324 $ cat <<EOF >> $HGRCPATH
325 > [experimental]
326 > spacemovesdown = true
327 > EOF
328 $ cat <<EOF >testModeCommands
329 > TOGGLE
330 > TOGGLE
331 > X
332 > EOF
333 $ hg status -q
334 M b
335 M x
336 $ hg commit -i -m "nothing to commit?" -d "0 0"
337 no changes to record
338 [1]
339
321 Check ui.interface logic for the chunkselector
340 Check ui.interface logic for the chunkselector
322
341
323 The default interface is text
342 The default interface is text
General Comments 0
You need to be logged in to leave comments. Login now