[PATCH] rebase: add support to keep branch names

Patrick Mézard pmezard at gmail.com
Wed Dec 3 02:44:55 CST 2008


Patrick Mezard a écrit :
> # HG changeset patch
> # User Augie Fackler <durin42 at gmail.com>
> # Date 1227066361 21600
> # Node ID 18877b897712f2bb171b7ee723efdb002c2f0d94
> # Parent  79d1bb737c16b343e33be7cd7e22dcc4e7bfab0b
> rebase: add support to keep branch names
> 
> Callback on extra fields added by Patrick Mezard <pmezard at gmail.com>.

Here is an update on Augie initial proposal. I am not completely happy with passing the extrafn callback as a rebase() keyword argument but this is the simpler solution short of splitting rebase() into a CLI entry point and an API dedicated call. Tell me if you prefer the second option.

If this is accepted, I'd like it to go in 1.1.1, this feature is blocking svn branches rebasing IIRC.

--
Patrick Mézard


More information about the Mercurial-devel mailing list