Changeset View
Changeset View
Standalone View
Standalone View
tests/test-mq-qrefresh-interactive.t
Show First 20 Lines • Show All 119 Lines • ▼ Show 20 Line(s) | Base commit | ||||
> loves | > loves | ||||
> me | > me | ||||
> EOF | > EOF | ||||
$ hg add 1.txt 2.txt dir/a.txt | $ hg add 1.txt 2.txt dir/a.txt | ||||
$ hg commit -m aaa | $ hg commit -m aaa | ||||
$ hg qrecord --config ui.interactive=false patch | $ hg qrecord --config ui.interactive=false patch | ||||
abort: running non-interactively, use qnew instead | abort: running non-interactively, use qnew instead | ||||
[255] | [10] | ||||
$ hg qnew -i --config ui.interactive=false patch | $ hg qnew -i --config ui.interactive=false patch | ||||
abort: running non-interactively | abort: running non-interactively | ||||
[255] | [10] | ||||
$ hg qnew -d '0 0' patch | $ hg qnew -d '0 0' patch | ||||
Changing files | Changing files | ||||
$ sed -e 's/2/2 2/;s/4/4 4/' 1.txt > 1.txt.new | $ sed -e 's/2/2 2/;s/4/4 4/' 1.txt > 1.txt.new | ||||
$ sed -e 's/b/b b/' 2.txt > 2.txt.new | $ sed -e 's/b/b b/' 2.txt > 2.txt.new | ||||
$ sed -e 's/hello world/hello world!/' dir/a.txt > dir/a.txt.new | $ sed -e 's/hello world/hello world!/' dir/a.txt > dir/a.txt.new | ||||
Show All 34 Lines | Whole diff | ||||
someone | someone | ||||
up | up | ||||
partial qrefresh | partial qrefresh | ||||
$ hg qrefresh -i --config ui.interactive=false | $ hg qrefresh -i --config ui.interactive=false | ||||
abort: running non-interactively | abort: running non-interactively | ||||
[255] | [10] | ||||
$ hg qrefresh -i -d '0 0' <<EOF | $ hg qrefresh -i -d '0 0' <<EOF | ||||
> y | > y | ||||
> y | > y | ||||
> n | > n | ||||
> y | > y | ||||
> y | > y | ||||
> n | > n | ||||
> EOF | > EOF | ||||
▲ Show 20 Lines • Show All 185 Lines • Show Last 20 Lines |