forked from openlp/openlp
Added an explanatory comment
This commit is contained in:
parent
63350ab6eb
commit
563fb794b5
@ -52,6 +52,9 @@ TAGS = [
|
||||
['2.0', '2118'],
|
||||
['2.1.0', '2119']
|
||||
]
|
||||
# Depending on the repository, we sometimes have the 2.0.x tags in the repo too. They come up with a revision number of
|
||||
# "?", which I suspect is due to the fact that we're using shared repositories. This regular expression matches all
|
||||
# 2.0.x tags.
|
||||
TAG_SEARCH = re.compile('2\.0\.\d')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user