Show More
@@ -763,6 +763,21 b' Test rebasing a commit with copy informa' | |||||
763 |
|
763 | |||
764 | $ cd .. |
|
764 | $ cd .. | |
765 |
|
765 | |||
|
766 | Test rebasing a commit with copy information | |||
|
767 | ||||
|
768 | $ hg init rebase-rename | |||
|
769 | $ cd rebase-rename | |||
|
770 | $ echo a > a | |||
|
771 | $ hg ci -Aqm 'add a' | |||
|
772 | $ echo a2 > a | |||
|
773 | $ hg ci -m 'modify a' | |||
|
774 | $ hg co -q 0 | |||
|
775 | $ hg mv a b | |||
|
776 | $ hg ci -qm 'rename a to b' | |||
|
777 | $ hg rebase -d 1 2>&1 | grep '** ProgrammingError' | |||
|
778 | ** ProgrammingError: copydata() called on clean context | |||
|
779 | $ cd .. | |||
|
780 | ||||
766 | Test rebasing when the file we are merging in destination is empty |
|
781 | Test rebasing when the file we are merging in destination is empty | |
767 |
|
782 | |||
768 | $ hg init test |
|
783 | $ hg init test |
General Comments 0
You need to be logged in to leave comments.
Login now