tests/test-merge-types.t
branchstable
changeset 18505 9de9727cea53
parent 18338 384df4db6520
child 18541 5ed6a375e9ca
equal deleted inserted replaced
18504:d1d5fdcc2d46 18505:9de9727cea53
   195   [1]
   195   [1]
   196   $ tellmeabout f
   196   $ tellmeabout f
   197   f is a plain file with content:
   197   f is a plain file with content:
   198   f
   198   f
   199 
   199 
       
   200 Test removed 'x' flag merged with content change - both ways
       
   201 
       
   202   $ hg up -Cqr0
       
   203   $ echo change > f
       
   204   $ hg ci -qm3
       
   205   $ hg merge -r1
       
   206   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
   207   (branch merge, don't forget to commit)
       
   208   $ tellmeabout f
       
   209   f is a plain file with content:
       
   210   change
       
   211 
       
   212   $ hg up -qCr1
       
   213   $ hg merge -r3
       
   214   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
   215   (branch merge, don't forget to commit)
       
   216   $ tellmeabout f
       
   217   f is a plain file with content:
       
   218   change
       
   219 
   200   $ cd ..
   220   $ cd ..
   201 
   221 
   202 Test merge with no common ancestor:
   222 Test merge with no common ancestor:
   203 a: just different
   223 a: just different
   204 b: x vs -, different (cannot calculate x, cannot ask merge tool)
   224 b: x vs -, different (cannot calculate x, cannot ask merge tool)