tests/test-rebase-rename.out
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Fri, 13 Aug 2010 16:05:08 +0200
changeset 12036 31f02288bbc4
parent 11197 4bb4895e1693
permissions -rw-r--r--
mq: extend support for the --mq argument to extension commands This allows commands like `purge' to accept the --mq option.

adding a
adding b
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
created new head

% Rename is tracked
2:rename A
diff --git a/a b/a-renamed
rename from a
rename to a-renamed

% Rebase the revision containing the rename

% Rename is not lost
2:rename A
diff --git a/a b/a-renamed
rename from a
rename to a-renamed

adding a
adding b
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
created new head

% Copy is tracked
2:copy A
diff --git a/a b/a-copied
copy from a
copy to a-copied

% Rebase the revision containing the copy

% Copy is not lost
2:copy A
diff --git a/a b/a-copied
copy from a
copy to a-copied