392
392
If you want to forget your local changes and just update your branch to
393
393
match the remote one, use --overwrite.
395
takes_options = ['remember', 'overwrite', 'revision', 'verbose']
396
396
takes_args = ['location?']
398
def run(self, location=None, remember=False, overwrite=False, verbose=False):
398
def run(self, location=None, remember=False, overwrite=False, revision=None, verbose=False):
399
399
from shutil import rmtree
401
401
# FIXME: too much stuff is in the command class