No subject


Sun Aug 16 18:15:20 UTC 2009


On 25.08.2009 08:43, Peter Williams wrote:
> +    from hgext import rebase
> +    opts['base'] = 'qbase'
> +    return rebase.rebase(ui, repo, **opts)

There, you _rebase_ the qbase.

BTW, how is that difficult to explain? "Rebasing the qbase"
seems pretty clear. You rebase the queue.

'Reparenting' the qbase sounds rather silly...

An entirely different question is whether it is a good thing
to make the mq extension dependent on the rebase extension.

Which is probably a much bigger issue than the name of the
proposed new command.




More information about the Mercurial-devel mailing list