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