88
70
- Generate a bundle relative to a remembered location
90
71
bzr bundle-revisions BASE
91
72
- Bundle to apply the current tree into BASE
93
73
bzr bundle-revisions --revision A
94
74
- Bundle to apply revision A to remembered location
96
75
bzr bundle-revisions --revision A..B
97
76
- Bundle to transform A into B
78
takes_options = ['verbose', 'revision', 'remember',
108
84
def run(self, base=None, revision=None, output=None, remember=False):
109
85
from bzrlib import user_encoding
110
86
from bzrlib.bundle.serializer import write_bundle