|
@@ -13,6 +13,7 @@
|
|
|
# See the License for the specific language governing permissions and
|
|
# See the License for the specific language governing permissions and
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
+from optparse import SUPPRESS_HELP
|
|
|
import os
|
|
import os
|
|
|
import re
|
|
import re
|
|
|
import subprocess
|
|
import subprocess
|
|
@@ -51,7 +52,7 @@ the manifest.
|
|
|
help='do not verify repo source code')
|
|
help='do not verify repo source code')
|
|
|
p.add_option('--repo-upgraded',
|
|
p.add_option('--repo-upgraded',
|
|
|
dest='repo_upgraded', action='store_true',
|
|
dest='repo_upgraded', action='store_true',
|
|
|
- help='perform additional actions after a repo upgrade')
|
|
|
|
|
|
|
+ help=SUPPRESS_HELP)
|
|
|
|
|
|
|
|
def _Fetch(self, *projects):
|
|
def _Fetch(self, *projects):
|
|
|
fetched = set()
|
|
fetched = set()
|