hg bundle produces different output for same args
Benoit Boissinot
bboissin at gmail.com
Sat Jun 20 16:12:24 CDT 2009
On Sat, Jun 20, 2009 at 02:36:05PM -0400, Greg Ward wrote:
> On Fri, Jun 19, 2009 at 4:00 PM, Benoit Boissinot<bboissin at gmail.com> wrote:
> > 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.
>
> First, here's a repro script:
Thanks!
> """
> #!/bin/sh
>
> [snip]
>
> Obviously this is pretty close to being a real Mercurial test script.
> I trimmed the sample repo a bit, but did not try to trim it further.
> (Do we really need two revisions on each branch before merging? I
> don't know.) Perhaps it should be added to an existing one?
>
> Anyways, the failure is in the two "bundle" steps:
>
> % test bundle (destination repo): expect 5 revisions
> searching for changes
> 7 changesets found
> % test bundle (base revision): expect 5 revisions
> 7 changesets found
>
> Your patch fixes it: bundle now reports "5 changesets found". And it
> looks like it bundled the correct 5 changesets too.
Unfortunately there are some problems with my patch, so that won't be
fixed for the release.
>
> Should I create a bug report for this? It's a bit vague to talk about
> "the bundle issue".
Please open one, and assign it to me (and put your script there). I'll
fix it with the "cset discovery" refactor after the release.
thanks,
Benoit
--
:wq
More information about the Mercurial
mailing list