~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: 2010-01-13 00:25:44 UTC
  • mfrom: (4902.1.9 2.1.0rc1-unshelve-preview)
  • Revision ID: pqm@pqm.ubuntu.com-20100113002544-mztf6nwrfgqienjc
(salgado) bug # 308122, Implement 'bzr unshelve --preview'

Show diffs side-by-side

added added

removed removed

Lines of Context:
5751
5751
            enum_switch=False, value_switches=True,
5752
5752
            apply="Apply changes and remove from the shelf.",
5753
5753
            dry_run="Show changes, but do not apply or remove them.",
 
5754
            preview="Instead of unshelving the changes, show the diff that "
 
5755
                    "would result from unshelving.",
5754
5756
            delete_only="Delete changes without applying them.",
5755
5757
            keep="Apply changes but don't delete them.",
5756
5758
        )