|
generate_patches(repo,
start,
end,
outdir,
options)
Generate patch files from git |
|
|
|
export_patches(repo,
branch,
options)
Export patches from the pq branch into a patch series |
|
|
tuple
|
safe_patches(series)
Safe the current patches in a temporary directory below .git/ |
|
|
|
import_quilt_patches(repo,
branch,
series,
tries,
force)
apply a series of quilt patches in the series file 'series' to branch
the patch-queue branch for 'branch' |
|
|
|
|
|
switch_pq(repo,
current)
Switch to patch-queue branch if on base branch and vice versa |
|
|
|
|
|
|