88
69
- Generate a bundle relative to a remembered location
90
70
bzr bundle-revisions BASE
91
71
- Bundle to apply the current tree into BASE
93
72
bzr bundle-revisions --revision A
94
73
- Bundle to apply revision A to remembered location
96
74
bzr bundle-revisions --revision A..B
97
75
- Bundle to transform A into B
77
takes_options = ['verbose', 'revision', 'remember',
100
78
Option("output", help="write bundle to specified file",
106
83
def run(self, base=None, revision=None, output=None, remember=False):
107
84
from bzrlib import user_encoding
108
85
from bzrlib.bundle.serializer import write_bundle