tests/test-rename-after-merge.t
changeset 12399 4fee1fd3de9a
parent 12328 b63f6422d2a7
child 13446 1e497df514e2
equal deleted inserted replaced
12398:2bc926ad65c2 12399:4fee1fd3de9a
     1 Test issue 746: renaming files brought by the second parent of a merge
     1 Issue746: renaming files brought by the second parent of a merge was
     2 was broken.
     2 broken.
     3 
     3 
     4 Create source repository:
     4 Create source repository:
     5 
     5 
     6   $ hg init t
     6   $ hg init t
     7   $ cd t
     7   $ cd t
    57   $ hg st
    57   $ hg st
    58   M b
    58   M b
    59 
    59 
    60   $ cd ..
    60   $ cd ..
    61 
    61 
    62 Test issue 1476: renaming a first parent file into another first
    62 Issue 1476: renaming a first parent file into another first parent
    63 parent file while none of them belong to the second parent was broken
    63 file while none of them belong to the second parent was broken
    64 
    64 
    65   $ hg init repo1476
    65   $ hg init repo1476
    66   $ cd repo1476
    66   $ cd repo1476
    67   $ echo a > a
    67   $ echo a > a
    68   $ hg ci -Am adda
    68   $ hg ci -Am adda