(fwd) bzr shelve feedback

Matthieu Moy Matthieu.Moy at imag.fr
Sat Nov 26 18:09:09 GMT 2005


Michael Ellerman <michael at ellerman.id.au> writes:

> I'm happy to accept suggestions to make the UI for shelve more intuitive, I 
> agree the current messages probably aren't very useful. I also plan to make 
> shelve default to shelving everything without prompting, with a flag to get 
> the hunk selection behaviour. I just haven't thought of a good name for the 
> flag, --pick, --select, --hunks ??

While you're here:

I think "unshelve" could also allow per-hunk selection. Suppose you
have 5 unrelated changes in your tree, and want to commit 5 revisions.
Then you probably want something like

$ bzr shelve --all
$ bzr unshelve --interactive # that's just to add one to the list of
                             # possible names for this option ;-)
<select patche hunks for the first commit>
$ bzr commit -m "first portion"
$ bzr unshelve --interactive
...
$ bzr commit ...

and so on.

-- 
Matthieu




More information about the bazaar mailing list