Will re-basing support be added into Bazaar core ?
David Cournapeau
david at ar.media.kyoto-u.ac.jp
Mon Apr 20 09:16:56 BST 2009
David Timothy Strauss wrote:
>
> This is also unnecessary use of rebase. You can run "bzr diff --old=[mainline]" to get a patch that applies your feature branch's changes to the mainline. "bzr send" can produce something very similar with a merge directive that contains a human-readable patch.
>
No, it is totally different. To understand why it is useful to use
rebase in this context, you should not think about the tool at all, but
about the actual content of the things you are submitting for review.
The comparison is to be done with bzr looms/hg queues. Rebase acts as a
simple (but good enough) patch queue manager from a UI POV - it has the
same drawbacks than queues (and looms ?) once you want to publish things.
David
More information about the bazaar
mailing list