From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.173.1573080258480114245 for ; Wed, 06 Nov 2019 14:44:18 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 14:44:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="285814580" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga001.jf.intel.com with ESMTP; 06 Nov 2019 14:44:18 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.28]) by ORSMSX108.amr.corp.intel.com ([169.254.2.73]) with mapi id 14.03.0439.000; Wed, 6 Nov 2019 14:44:17 -0800 From: "Nate DeSimone" To: "Desimone, Ashley E" , "devel@edk2.groups.io" CC: "Pandya, Puja" Subject: Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument String Refactor - Removed Unused Strings Thread-Topic: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument String Refactor - Removed Unused Strings Thread-Index: AQHVlPMco9ShdLQ+0kG3lAjLn4XvG6d+vOyw Date: Wed, 6 Nov 2019 22:44:17 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5BA486A@ORSMSX113.amr.corp.intel.com> References: <20191106223944.18036-1-ashley.e.desimone@intel.com> In-Reply-To: <20191106223944.18036-1-ashley.e.desimone@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmQ3YWYwMTYtZmYyYy00YjhkLTg4ZmQtNDRhZDk5MDg2OWNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVlmNEF3Y2dwbVR5RkVadmwzOUhIdmZjcUdETGk3SXZnQllIS2JKOU5lNDZDSjF1MHBycGJqbnkwRThtTEVHYSJ9 x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone -----Original Message----- From: Desimone, Ashley E =20 Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument= String Refactor - Removed Unused Strings Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/common/argument_strings.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/edkrepo/common/argument_strings.py b/edkrepo/common/argument_s= trings.py index 0a7db59..93db079 100644 --- a/edkrepo/common/argument_strings.py +++ b/edkrepo/common/argument_strings.py @@ -33,11 +33,6 @@ SPARSE_HELP =3D 'Enables a sparse checkout based on the = contents of the DSC file(s NO_SPARSE_DESCRIPTION =3D 'Disables sparse chec= kout support.' NO_SPARSE_HELP =3D 'Disables sparse checkout if enabled by default in the = manifest.\n' =20 -#Args for send_review_command.py -BRANCH_DESCRIPTION =3D 'Branch description' -BRANCH_HELP =3D 'Branch help' -DRY_RUN_HELP =3D 'Lists the reviewers, target branch, and affected files b= ut does not send a review.' - #Args for sync_command.py SYNC_COMMAND_DESCRIPTION =3D 'Updates the local copy of the current combin= ation\'s target branches with the latest changes from the server. Does not = update local branches.' FETCH_DESCRIPTION =3D 'Downloads the changes from the remote server to the= local workspace with out performing a merge' -- 2.16.2.windows.1