tests/test-commit-interactive-curses.t
branchstable
changeset 37876 2baf79933b45
parent 37875 03350f5234a4
child 38431 00368bc0a614
equal deleted inserted replaced
37875:03350f5234a4 37876:2baf79933b45
   213   +++ b/x	Thu Jan 01 00:00:00 1970 +0000
   213   +++ b/x	Thu Jan 01 00:00:00 1970 +0000
   214   @@ -0,0 +1,1 @@
   214   @@ -0,0 +1,1 @@
   215   +hello world
   215   +hello world
   216 
   216 
   217 Make file empty
   217 Make file empty
   218   $ echo -n > x
   218   $ printf "" > x
   219   $ cat <<EOF >testModeCommands
   219   $ cat <<EOF >testModeCommands
   220   > X
   220   > X
   221   > EOF
   221   > EOF
   222   $ hg ci -i -m emptify -d "0 0"
   222   $ hg ci -i -m emptify -d "0 0"
   223   $ hg update -C '.^' -q
   223   $ hg update -C '.^' -q