Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
23f89b96
Commit
23f89b96
authored
Apr 24, 2015
by
MEESSEN Christophe
Browse files
Fix comment for get_identifiers
parent
12006e61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
build_version.py
build_version.py
+3
-1
No files found.
build_version.py
View file @
23f89b96
...
...
@@ -368,10 +368,12 @@ def get_version():
def
get_identifiers
(
branch_type
):
"""
Print out
the list of identifiers for the branch type.
"""
Return
the list of identifiers for the branch
of type branch_
type.
Args:
branchType (str): one of "feature", "hotfix", "release" or "bugfix"
Return (str): a list of branch identifiers of type branch_type
"""
if
not
os
.
path
.
exists
(
GIT
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment