]> git.ozlabs.org Git - patchwork/commit
pwclient: add project option to single-patch commands
authorBrian Norris <computersforpeace@gmail.com>
Sun, 23 Nov 2014 04:38:45 +0000 (20:38 -0800)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 22 Mar 2015 13:08:30 +0000 (21:08 +0800)
commit7e072a3308fb43fba06e94e9b30d8c9f1638a77b
tree4a17c1f8ae968853be70e13db8ebdd6a0419535c
parent1f3baf18e72b0b77c1987afceb4dbe9dca6676b4
pwclient: add project option to single-patch commands

Previously, we could not target a particular server instance with the
apply, git-am, info, and view subcommands. Under a single-server design,
we never needed to target a particular project for a patch. We just
targeted the patch itself. But with the advent of multi-server
.pwclientrc configurations, we should allow pwclient to specify the
project for these commands.

This adds the '-p PROJECT' option to:
 * apply
 * git-am
 * info
 * view

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient