88
88
- Generate a bundle relative to a remembered location
89
90
bzr bundle-revisions BASE
90
91
- Bundle to apply the current tree into BASE
91
93
bzr bundle-revisions --revision A
92
94
- Bundle to apply revision A to remembered location
93
96
bzr bundle-revisions --revision A..B
94
97
- Bundle to transform A into B
96
takes_options = ['verbose', 'revision', 'remember',
97
100
Option("output", help="write bundle to specified file",