[issue2413] transplant: error when using range of revisions

Eduard-Cristian Stefan bugs at mercurial.selenic.com
Sun Oct 3 19:09:35 UTC 2010


New submission from Eduard-Cristian Stefan <alexandrul.ct at gmail.com>:

When I'm using transplant extension with a range of revisions (33:37 for the
attached repository) I get the following error:

    RuntimeError: nothing committed after transplant

For the same range of revisions, if I transplant them
one revision at a time, everything is ok.

It seems that something breaks inside the extension when the range of
revisions includes at least two revisions that consist only of single file
changes (pom.xml for the attached repository) like:

    -  <version>1.5</version>
    +  <version>1.6</version>

and

    -  <version>1.6</version>
    +  <version>1.7</version>

Tested with Mercurial 1.6.3 and 1.6.4.

----------
files: transplant_error.7z
messages: 13814
nosy: alexandrul
priority: bug
status: unread
title: transplant: error when using range of revisions
topic: transplant

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2413>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transplant_error.7z
Type: application/x-7z-compressed
Size: 72066 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20101003/50576969/attachment.7z>


More information about the Mercurial-devel mailing list