88
88
- Generate a bundle relative to a remembered location
90
89
bzr bundle-revisions BASE
91
90
- Bundle to apply the current tree into BASE
93
91
bzr bundle-revisions --revision A
94
92
- Bundle to apply revision A to remembered location
96
93
bzr bundle-revisions --revision A..B
97
94
- Bundle to transform A into B
96
takes_options = ['verbose', 'revision', 'remember',
100
97
Option("output", help="write bundle to specified file",
106
102
def run(self, base=None, revision=None, output=None, remember=False):
107
103
from bzrlib import user_encoding