From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web12.2083.1572998558137346921 for ; Tue, 05 Nov 2019 16:02:38 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: ashley.e.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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2019 16:02:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,271,1569308400"; d="scan'208";a="285489396" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga001.jf.intel.com with ESMTP; 05 Nov 2019 16:02:37 -0800 From: "Desimone, Ashley E" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH 1/8] EdkRepo: Argument String Refactor - Removed Unused Strings Date: Tue, 5 Nov 2019 16:02:23 -0800 Message-Id: <20191106000230.7432-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 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_strings.py index 0a7db59..93db079 100644 --- a/edkrepo/common/argument_strings.py +++ b/edkrepo/common/argument_strings.py @@ -33,11 +33,6 @@ SPARSE_HELP = 'Enables a sparse checkout based on the contents of the DSC file(s NO_SPARSE_DESCRIPTION = 'Disables sparse checkout support.' NO_SPARSE_HELP = 'Disables sparse checkout if enabled by default in the manifest.\n' -#Args for send_review_command.py -BRANCH_DESCRIPTION = 'Branch description' -BRANCH_HELP = 'Branch help' -DRY_RUN_HELP = 'Lists the reviewers, target branch, and affected files but does not send a review.' - #Args for sync_command.py SYNC_COMMAND_DESCRIPTION = 'Updates the local copy of the current combination\'s target branches with the latest changes from the server. Does not update local branches.' FETCH_DESCRIPTION = 'Downloads the changes from the remote server to the local workspace with out performing a merge' -- 2.16.2.windows.1