#! /bin/sh -pe # take patches from patchwork into bzr # authentication must be in ~/.netrc # TODO: Scan all pending patches and say which ones apply cleanly. # these should be moved into some kind of per-project configuration PWK_ROOT='http://patchwork.ozlabs.org/bazaar-ng' PWK_AUTH_ROOT='https://patchwork.ozlabs.org/bazaar-ng' usage() { cat <