From 3218ae8caee336abb05210f161cc7c180d35a051 Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 2 Nov 2014 17:31:06 +0000 Subject: [PATCH 1/2] Added 2.1.1 tag --- tests/utils/test_bzr_tags.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 14da67bc7..7723dbd38 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -50,7 +50,8 @@ TAGS = [ ['1.9.11', '2039'], ['1.9.12', '2063'], ['2.0', '2118'], - ['2.1.0', '2119'] + ['2.1.0', '2119'], + ['2.1.1', '2427.1.11'] ] # 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 From 2b710a82ab1d148e8dc8af0f0f517f804ae8275e Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 2 Nov 2014 17:41:04 +0000 Subject: [PATCH 2/2] Correct tag --- tests/utils/test_bzr_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 7723dbd38..6e68eeef1 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -51,7 +51,7 @@ TAGS = [ ['1.9.12', '2063'], ['2.0', '2118'], ['2.1.0', '2119'], - ['2.1.1', '2427.1.11'] + ['2.1.1', '2438'] ] # 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