122
def patch_tree(tree, patches, strip=0, reverse=False, dry_run=False, quiet=False,
124
return run_patch(tree.basedir, patches, strip, reverse, dry_run, quiet,
119
def patch_tree(tree, patches, strip=0, reverse=False, dry_run=False,
130
return run_patch(tree.basedir, patches, strip, reverse, dry_run,
128
134
def run_patch(directory, patches, strip=0, reverse=False, dry_run=False,