~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-29 19:10:09 UTC
  • mfrom: (2379.5.2 remove_bundle_verbose)
  • Revision ID: pqm@pqm.ubuntu.com-20070329191009-2b533e883212576c
(Robert Widhopf-Fenk, bug #98591) Remove '--verbose' flag from 'bzr bundle'

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    bzr bundle-revisions --revision A..B
97
97
        - Bundle to transform A into B
98
98
    """
99
 
    takes_options = ['verbose', 'revision', 'remember',
 
99
    takes_options = ['revision', 'remember',
100
100
                     Option("output", help="write bundle to specified file",
101
101
                            type=unicode)]
102
102
    takes_args = ['base?']