~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Guilherme Salgado
  • Date: 2009-12-21 14:15:36 UTC
  • mto: This revision was merged to the branch mainline in revision 4955.
  • Revision ID: salgado@canonical.com-20091221141536-kmclo10yl1bgkf5g
Change Unshelveer.show_changes() to write the diff to stdout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5799
5799
            'action', help="The action to perform.",
5800
5800
            enum_switch=False, value_switches=True,
5801
5801
            apply="Apply changes and remove from the shelf.",
5802
 
            dry_run="Show changes, but do not apply or remove them.",
 
5802
            dry_run="Show changes (including the diff that would result from "
 
5803
                    "applying the shelved changes), but do not apply or "
 
5804
                    "remove them.",
5803
5805
            delete_only="Delete changes without applying them.",
5804
5806
            keep="Apply changes but don't delete them.",
5805
5807
        )