/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2009-12-11 05:48:21 UTC
  • mto: This revision was merged to the branch mainline in revision 4892.
  • Revision ID: mbp@sourcefrog.net-20091211054821-wolkr2xhx5xt37je
New option 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']