~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-13 14:42:06 UTC
  • mfrom: (0.16.105 shelf-updates)
  • Revision ID: pqm@pqm.ubuntu.com-20081113144206-sc0ufw1l26942lyv
(abentley) Remove references to 'shelf' command in docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
4749
4749
 
4750
4750
    You can put multiple items on the shelf, and by default, 'unshelve' will
4751
4751
    restore the most recently shelved changes.
4752
 
 
4753
 
    While you have patches on the shelf you can view and manipulate them with
4754
 
    the 'shelf' command. Run 'bzr shelf -h' for more info.
4755
4752
    """
4756
4753
 
4757
4754
    takes_args = ['file*']