[Bug 4741] bzr shelve is confusing to me
James Blackwell
jblack at merconline.com
Wed Nov 30 03:19:59 GMT 2005
On Thu, Nov 24, 2005 at 02:48:52PM -0500, Brad Bollenbach wrote:
> I'm looking for undo behaviour, which implies redo. If, as you
> suggest later, there were something to undo a revert, then yes, bzr
> revert would be what I want.
>
> A common use case for undo/redo, IME, is waking up in the morning,
> undo'ing changes I've made on a branch, synching down the latest
> version of HEAD, and then redo'ing my changes back onto the branch to
> make sure I'm synched up and the conflict pain is kept to a minimum.
I know that its not quite the answer you're looking for, but there is
another behaviour that you can perform that will also minimize conflict
pain:
$ bzr branch url code
$ hack, hack, hack commit
$ bzr merge
$ hack, hack, hack commit
$ bzr merge
$ hack, hack, hack, sleep
$ # Good morning
$ bzr st; bzr diff
$ commit
$ bzr merge
$ hack, hack, hack commit
$ merge request
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051129/cc4615a1/attachment.pgp
More information about the bazaar
mailing list