hg bundle produces different output for same args
Benoit Boissinot
bboissin at gmail.com
Fri Jun 19 15:00:17 CDT 2009
On Fri, Jun 19, 2009 at 3:26 PM, Greg Ward<greg-hg at gerg.ca> wrote:
> On Wed, Jun 17, 2009 at 3:18 PM, <dkarbott at comcast.net> wrote:
>> The bundle command seems to be adding extra changesets that I don't ask for if
>> the revs I'm trying to bundle to are the heads. The attached .tgz reproduces
>> the problem for me (hg version 1.2.1, on x86 gentoo)
>>
>> Without changeset 13 below, the following command gives me 8 changesets. With
>> changset 13 I get 4 (as I expect).
>>
>> Any idea what's going on? Is this a known bug?
>
> I agree; there seems to be something fishy going on here. I unpacked
> the tarball that you attached, and I can demonstrate with a simpler
> case (only one --base option needed).
>
This is partly due to the fix from
http://www.selenic.com/mercurial/bts/issue1320
I plan to refactor this stuff (cset discovery) but not for 1.3.
http://paste.lisp.org/display/82147 should fix the issue you're
seeing, it would be nice
if one of you could provide a script to reproduce the issue.
regards,
Benoit
More information about the Mercurial
mailing list