revert/shelf/undo/redo
Matthieu Moy
Matthieu.Moy at imag.fr
Wed Oct 19 17:38:29 BST 2005
Aaron Bentley <aaron.bentley at utoronto.ca> writes:
> Anyhow, to "apply" the "changeset", we generate the revision it
> represents, and then do a merge using that revision.
Thanks for the precision.
So, this means the "changeset" contains the revision id of the its
base revision (no problem). It also means that the base revision must
be available to the recipient.
So, the case
$ bzr branch ...
$ <hack hack hack>
$ bzr send # send *all* the changes since the "branch"
is covered, but I guess it's not possible directly to send one
particular patch among an unpublished branch (the workaround being to
create a "submission branch", to cherrypick the desired patch in it,
and then to send the patch for this submission branch).
--
Matthieu
More information about the bazaar
mailing list