341
341
print "Using saved location: %s" % stored_loc
343
343
cache_root = tempfile.mkdtemp()
349
345
from bzrlib.errors import DivergedBranches
350
346
br_from = Branch.open(location)
351
348
br_from.setup_caching(cache_root)
353
350
old_revno = br_to.revno()