~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

Merge from bzr.dev

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?']