From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST 1/5] cs-adjust-flight: `branch' command ought to be `branch-set' Date: Mon, 5 Oct 2015 15:35:04 +0100 Message-ID: <1444055708-15836-1-git-send-email-ian.campbell@citrix.com> References: <1444055694.5302.9.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444055694.5302.9.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Also add a doc string and since this op is not a change adjust the doc comment accordingly. Signed-off-by: Ian Campbell --- v3: New patch. --- cs-adjust-flight | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cs-adjust-flight b/cs-adjust-flight index 834e2c8..a94ed5f 100755 --- a/cs-adjust-flight +++ b/cs-adjust-flight @@ -3,9 +3,9 @@ # destination flight must already exist # # args: -# [ ...] +# [ ...] # -# : +# : # copy # copy-jobs # jobs-list @@ -16,6 +16,7 @@ # runvar-perlop # recipe-set # intended-blessing +# branch-set # # : # @@ -330,7 +331,7 @@ sub change__intended_blessing { verbose "$dstflight blessing set to $blessing\n"; } -sub change__branch { +sub change__branch_set { die unless @changes >= 1; my $branch = shift @changes; -- 2.5.3