[PATCH 0 of 3] Add -r/--rev support to bundle

Eric M. Hopper hopper at omnifarious.org
Tue Jan 31 12:53:35 UTC 2006


On Mon, 2006-01-30 at 09:01 +0100, Benoit Boissinot wrote:
> This series of patch add -r/--rev support to bundle.
> Patch 1 allows specifying a list of nodes do changegroup
> Patch 2 correct the output of unbundle when no changeset was applied
> Patch 3 adds --rev option to bundle

This would make the -r option for bundle act differently from the -r
option to all the other commands that move changegroups around.

I'm also think that Mercurial should do more to try to maintain the
integrity of the changeset graph.  This change adds an interface to that
allows the changeset graph to be completely ignored at the repo level,
which I don't think is the right thing to do.  And at the UI level it
requires users to essentially do their own graph connectivity
calculations before specifying a list of revisions.

I think a patch that causes the -r option for bundle to mean the same
thing as it does for pull, push and clone would be better.

Have fun (if at all possible),
-- 
The best we can hope for concerning the people at large is that they
be properly armed.  -- Alexander Hamilton
-- Eric Hopper (hopper at omnifarious.org  http://www.omnifarious.org/~hopper) --
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 185 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20060131/b8545843/attachment-0001.asc>


More information about the Mercurial mailing list