def cherry_pick(sbox, rev, source, target): """Cherry-pick merge revision REV from branch SOURCE to branch TARGET (both WC-relative paths), and commit.""" sbox.simple_update(target) svn_merge(rev, source, target) sbox.simple_commit()
def cherry_pick(sbox, rev, source, target): """Cherry-pick merge revision REV from branch SOURCE to branch TARGET (both WC-relative paths), and commit.""" svn_merge(rev, source, target) sbox.simple_commit()