562
562
takes_args = ['to_location', 'from_branch?']
563
563
takes_options = ['verbose']
565
568
def run(self, to_location, from_branch=None, fast=False, max_count=None,
566
569
verbose=False, dry_run=False):
567
570
to_location = os.path.realpath(str(to_location))