tests/test-rebase-rename.out
changeset 11197 4bb4895e1693
parent 7954 b969611064ae
equal deleted inserted replaced
11196:573bef78763f 11197:4bb4895e1693
     8 diff --git a/a b/a-renamed
     8 diff --git a/a b/a-renamed
     9 rename from a
     9 rename from a
    10 rename to a-renamed
    10 rename to a-renamed
    11 
    11 
    12 % Rebase the revision containing the rename
    12 % Rebase the revision containing the rename
    13 saving bundle to 
       
    14 
    13 
    15 % Rename is not lost
    14 % Rename is not lost
    16 2:rename A
    15 2:rename A
    17 diff --git a/a b/a-renamed
    16 diff --git a/a b/a-renamed
    18 rename from a
    17 rename from a
    28 diff --git a/a b/a-copied
    27 diff --git a/a b/a-copied
    29 copy from a
    28 copy from a
    30 copy to a-copied
    29 copy to a-copied
    31 
    30 
    32 % Rebase the revision containing the copy
    31 % Rebase the revision containing the copy
    33 saving bundle to 
       
    34 
    32 
    35 % Copy is not lost
    33 % Copy is not lost
    36 2:copy A
    34 2:copy A
    37 diff --git a/a b/a-copied
    35 diff --git a/a b/a-copied
    38 copy from a
    36 copy from a