From patchwork Wed Jul 20 18:32:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 2885 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B41332405D for ; Wed, 20 Jul 2011 18:33:00 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 7A3EAA1879C for ; Wed, 20 Jul 2011 18:33:00 +0000 (UTC) Received: by qwb8 with SMTP id 8so370643qwb.11 for ; Wed, 20 Jul 2011 11:33:00 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr7862254qci.114.1311186779970; Wed, 20 Jul 2011 11:32:59 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs121189qcb; Wed, 20 Jul 2011 11:32:59 -0700 (PDT) Received: by 10.216.178.194 with SMTP id f44mr5087wem.22.1311186779074; Wed, 20 Jul 2011 11:32:59 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id m35si1017615weq.128.2011.07.20.11.32.58; Wed, 20 Jul 2011 11:32:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjbZp-0008Mi-8L for ; Wed, 20 Jul 2011 18:32:57 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id DB591CCA1E for ; Wed, 20 Jul 2011 18:32:30 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-tool X-Launchpad-Branch: ~linaro-validation/lava-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 164 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 164: Default add_help to True Message-Id: <20110720183230.7180.93121.launchpad@loganberry.canonical.com> Date: Wed, 20 Jul 2011 18:32:30 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13468"; Instance="initZopeless config overlay" X-Launchpad-Hash: 2a32864ea85abf3b344ece7f8e105d9bf4f077d8 Merge authors: Paul Larson (pwlars) Related merge proposals: https://code.launchpad.net/~pwlars/lava-tool/add-help/+merge/66034 proposed by: Paul Larson (pwlars) review: Approve - Spring Zhang (qzhang) ------------------------------------------------------------ revno: 164 [merge] committer: Paul Larson branch nick: trunk timestamp: Wed 2011-07-20 13:30:53 -0500 message: Default add_help to True modified: lava_tool/dispatcher.py --- lp:lava-tool https://code.launchpad.net/~linaro-validation/lava-tool/trunk You are subscribed to branch lp:lava-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription === modified file 'lava_tool/dispatcher.py' --- lava_tool/dispatcher.py 2011-06-17 13:11:50 +0000 +++ lava_tool/dispatcher.py 2011-06-27 17:23:41 +0000 @@ -38,7 +38,7 @@ def __init__(self): # XXX The below needs to allow some customization. - parser_args = dict(add_help=False) + parser_args = dict(add_help=True) if self.description is not None: parser_args['description'] = self.description if self.epilog is not None: