diff -r b3e487d65e5f -r 5534e42a0078 bzr.rst --- a/bzr.rst Sun Jan 23 23:39:57 2011 +0200 +++ b/bzr.rst Mon Jan 24 00:20:29 2011 +0200 @@ -108,3 +108,21 @@ Related branches: parent branch: /cygdrive/e/home/devel/tmp/vcs-bzr/proj +* Shelf changes. + + $ bzr st +modified: + README + $ bzr shelve --all +Selected changes: + M README +Changes shelved with id "1". + $ bzr diff + $ bzr shelve --list + 1: + $ bzr unshelve +Using changes with id "1". + M README +All changes applied successfully. +Deleted changes with id "1". +