# HG changeset patch # User Siddharth Agarwal # Date 1450903280 28800 # Node ID 97e39f70fb47dbd0751b362880c6642ec5dd7123 # Parent fe150586d9bd7e9a00f3317f6113cb5c72466b74 tests: explicitly request changed version in test-rebase-newancestor.t We're going to change the default for this in an upcoming patch, but in this instance we do want to continue picking the changed version. diff -r fe150586d9bd -r 97e39f70fb47 tests/test-rebase-newancestor.t --- a/tests/test-rebase-newancestor.t Wed Dec 23 12:41:20 2015 -0800 +++ b/tests/test-rebase-newancestor.t Wed Dec 23 12:41:20 2015 -0800 @@ -128,7 +128,9 @@ Full rebase all the way back from branching point: - $ hg rebase -r 'only(dev,default)' -d default + $ hg rebase -r 'only(dev,default)' -d default --config ui.interactive=True << EOF + > c + > EOF rebasing 1:1d1a643d390e "dev: create branch" note: rebase of 1:1d1a643d390e created no changes to commit rebasing 2:ec2c14fb2984 "dev: f-dev stuff" @@ -157,7 +159,9 @@ $ cd ../ancestor-merge-2 $ hg phase -fdr0: - $ hg rebase -r 'children(only(dev,default))' -d default + $ hg rebase -r 'children(only(dev,default))' -d default --config ui.interactive=True << EOF + > c + > EOF rebasing 2:ec2c14fb2984 "dev: f-dev stuff" rebasing 4:4b019212aaf6 "dev: merge default" remote changed f-default which local deleted