← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/bzr-tags-fix into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bzr-tags-fix into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bzr-tags-fix/+merge/257591

Add the 2.1.4 tag into the list of allowable tags.
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bzr-tags-fix into lp:openlp.
=== modified file '.bzrignore'
--- .bzrignore	2015-02-27 22:28:24 +0000
+++ .bzrignore	2015-04-27 22:21:05 +0000
@@ -42,3 +42,4 @@
 *.~\?~
 .coverage
 cover
+*.kdev4

=== modified file 'tests/utils/test_bzr_tags.py'
--- tests/utils/test_bzr_tags.py	2015-02-21 20:05:25 +0000
+++ tests/utils/test_bzr_tags.py	2015-04-27 22:21:05 +0000
@@ -46,7 +46,8 @@
     ['2.1.0', '2119'],
     ['2.1.1', '2438'],
     ['2.1.2', '2488'],
-    ['2.1.3', '2513']
+    ['2.1.3', '2513'],
+    ['2.1.4', '2532']
 ]
 # 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


Follow ups