1972
1972
In the future, uncommit will create a changeset, which can then
1975
takes_options = ['all', 'verbose', 'revision',
1976
1981
Option('dry-run', help='Don\'t actually make changes'),
1977
1982
Option('force', help='Say yes to all questions.')]
1978
1983
takes_args = ['location?']
1981
def run(self, location=None, all=False,
1982
1987
dry_run=False, verbose=False,
1983
1988
revision=None, force=False):
1984
1989
from bzrlib.branch import Branch