Issue1210

Title Problems when continuing 'transplant' in a cloned repository with transplants
Priority wish Status unread
Superseder Nosy List ccr, jglick
Assigned To Topics

Created on 2008-07-02.03:09:01 by ccr, last changed 2008-07-29.02:59:48 by jglick.

Messages
msg6462 (view) Author: ccr Date: 2008-07-02.03:09:00
The information in .hg/transplant/* (despite apparently somewhat redundant,
since the same information is also stored in the transplanted changesets) seems
to be used by transplant extension to determine which changesets have already
been transplated.

This results in awkwardness, if a repository with transplants (let's call it
repository "A") is cloned (into "B") and user tries to transplant more
changesets into "B" from the source repository - the extension does not know
that some of the changesets are already in "B", and begins the questionnaire
from scratch.

One way to resolve this would probably be to regenerate the files in
.hg/transplant , or clone them.
History
Date User Action Args
2008-07-29 02:59:48jglicksetnosy: + jglick
2008-07-02 03:09:01ccrcreate