How to use shelf1?
John Szakmeister
john at szakmeister.net
Thu Dec 3 09:30:59 GMT 2009
On Thu, Dec 3, 2009 at 3:28 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> After editing some files, I shelve the changes:
>
> bzr shelf --all
>
> oscar at qcore:~/dev/other/bzr-emacs/trunk$ bzr shelve --all
> Selected changes:
> M INSTALL
> M README
> Changes shelved with id "1".
>
> Now I try to see the contents of the shelve:
>
> oscar at qcore:~/dev/other/bzr-emacs/trunk$ bzr shelf1 list
> Patches on shelf '1': None
> oscar at qcore:~/dev/other/bzr-emacs/trunk$ bzr shelf1 switch 1
> Default shelf is now '1'
> oscar at qcore:~/dev/other/bzr-emacs/trunk$ bzr shelf1 list
> Patches on shelf '1': None
>
> What I'm doing wrong?
Use "bzr shelve --list". "shelf1" is actually from bzrtools and a
modified version of that became "shelve" in the bzr core. I think now
that bzr shelve is working on Windows, "shelf1" and friends should
probably be dropped?
HTH!
-John
More information about the bazaar
mailing list