20
20
In the future, uncommit will create a changeset, which can then
23
takes_options = ['remove', 'dry-run', 'verbose', 'revision']
23
takes_options = ['all', 'dry-run', 'verbose', 'revision']
24
24
takes_args = ['location?']
27
def run(self, location=None, remove=False,
27
def run(self, location=None, all=False,
28
28
dry_run=False, verbose=False,
30
30
from bzrlib.branch import Branch