~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Martin Pool
  • Date: 2007-04-04 01:22:11 UTC
  • mfrom: (2393.1.1 bzr.docs)
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: mbp@sourcefrog.net-20070404012211-sq269me6bai9m6xk
merge trunk and doc fix from elliot

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