From e6ab08670994d9029f000308b2458034365aa659 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 24 Jun 2019 14:42:25 -0700 Subject: [PATCH] DRAFT weboslayers.py: tag= is broken => drop mention from "submission" item --- files/weboslayers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/weboslayers.py b/files/weboslayers.py index 540c7c6..fb7a475 100644 --- a/files/weboslayers.py +++ b/files/weboslayers.py @@ -37,10 +37,10 @@ # # submission = Information used by Git to fetch the layer and to name the local # branch. This item has the form: -# [branch=][,][commit=|tag=] +# [branch=][,][commit=] # The default for is the branch pointed to by -# "origin/HEAD", which is usually "master". If neither "commit" -# nor "tag" are present, the current head of +# "origin/HEAD", which is usually "master". If "commit" is not +# present, the current head of # is fetched. Note that the commit fetched does not have to lie # along . If the value of the item is '', no # fetch is done for the layer.