tests/test-double-merge
changeset 5057 99a4592ea886
parent 5045 f191bc3916f7
equal deleted inserted replaced
5056:34a54cc5df1b 5057:99a4592ea886
    13 hg ci -m 'cp foo bar; change both' -d "1000000 0"
    13 hg ci -m 'cp foo bar; change both' -d "1000000 0"
    14 
    14 
    15 # in another branch, change foo in a way that doesn't conflict with
    15 # in another branch, change foo in a way that doesn't conflict with
    16 # the other changes
    16 # the other changes
    17 hg up -qC 0
    17 hg up -qC 0
    18 echo line 0 >| foo
    18 echo line 0 > foo
    19 hg cat foo >> foo
    19 hg cat foo >> foo
    20 hg ci -m 'change foo' -d "1000000 0"
    20 hg ci -m 'change foo' -d "1000000 0"
    21 
    21 
    22 # we get conflicts that shouldn't be there
    22 # we get conflicts that shouldn't be there
    23 hg merge --debug
    23 hg merge --debug