19
19
from bzrlib import Branch
20
20
from bzrlib.diff import diff_trees
23
24
bzrlib.trace.create_tracefile([])
27
41
if not scriptlib.is_clean(cur_branch):
28
42
print "Error: This tree has uncommitted changes or unknown (?) files."
46
args = " ".join(("rsync", "-av", "--delete", pull_location, cur_branch.base))