How to use shelf1?

John Arbash Meinel john at arbash-meinel.com
Thu Dec 3 16:30:05 GMT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Óscar Fuentes wrote:
> John Szakmeister <john at szakmeister.net> writes:
> 
>> 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".

^- Above you just said "bzr shelve --all" not "bzr shelve1 --all". You
can't use "bzr shelf1" to work with "shelve" created content.

If you wanted to do it that way, you would do:

bzr shelve1 --all
bzr shelf1 list

etc.
John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksX540ACgkQJdeBCYSNAAPbKQCfQ915AEWGFpLWnbg5EX9549qn
k0UAnjT5KFuzl+S7FzqSmj0AkempKOHF
=QvHz
-----END PGP SIGNATURE-----



More information about the bazaar mailing list