~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: 2009-12-14 09:31:20 UTC
  • mfrom: (4889.1.3 492091-shelve-show)
  • Revision ID: pqm@pqm.ubuntu.com-20091214093120-s9xi50yxgx12vumr
(mbp) add unshelve --keep

Show diffs side-by-side

added added

removed removed

Lines of Context:
5793
5793
            enum_switch=False, value_switches=True,
5794
5794
            apply="Apply changes and remove from the shelf.",
5795
5795
            dry_run="Show changes, but do not apply or remove them.",
5796
 
            delete_only="Delete changes without applying them."
 
5796
            delete_only="Delete changes without applying them.",
 
5797
            keep="Apply changes but don't delete them.",
5797
5798
        )
5798
5799
    ]
5799
5800
    _see_also = ['shelve']