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