Rev 5450: Catch lines with multiple bugs (1159 bugs seen). in file:///home/vila/src/bzr/experimental/fixed-in/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Sep 27 23:21:33 BST 2010
At file:///home/vila/src/bzr/experimental/fixed-in/
------------------------------------------------------------
revno: 5450
revision-id: v.ladeuil+lp at free.fr-20100927222133-52tted8xgkt1h80i
parent: v.ladeuil+lp at free.fr-20100927222036-ye9qqlpq4bc4a542
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: fixed-in
timestamp: Tue 2010-09-28 00:21:33 +0200
message:
Catch lines with multiple bugs (1159 bugs seen).
-------------- next part --------------
=== modified file 'tools/fixed-in.py'
--- a/tools/fixed-in.py 2010-09-27 22:20:36 +0000
+++ b/tools/fixed-in.py 2010-09-27 22:21:33 +0000
@@ -20,7 +20,7 @@
release_re = re.compile("bzr[ -]")
release_prefix_length = len('bzr ')
- bug_pattern = re.compile("(#(?:[0-9]+)(?:,\s)?)+")
+ bug_pattern = re.compile("(#(?:[0-9]+)(?:,\s)?)+?")
def __init__(self, news):
self.news = news
More information about the bazaar-commits
mailing list