21
21
In the future, uncommit will create a changeset, which can then
24
takes_options = ['all', 'dry-run', 'verbose', 'revision']
24
takes_options = ['all', 'verbose', 'revision',
25
27
takes_args = ['location?']
28
30
def run(self, location=None, all=False,
29
31
dry_run=False, verbose=False,
31
33
from bzrlib.branch import Branch
32
34
from bzrlib.log import log_formatter