tests/test-commit-interactive-curses.t
changeset 30831 9f264adbe75b
parent 30564 d83ca854fa21
child 32243 2bf62ca7072f
equal deleted inserted replaced
30830:08fa3a76a080 30831:9f264adbe75b
   316 
   316 
   317   $ hg cat -r . x
   317   $ hg cat -r . x
   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
   324   $ cp $HGRCPATH.pretest $HGRCPATH
   343   $ cp $HGRCPATH.pretest $HGRCPATH
   325   $ chunkselectorinterface() {
   344   $ chunkselectorinterface() {