changeset 2240:56fddd98fef5

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 09 May 2006 14:40:13 -0700
parents 5e5adc1910ed (diff) 25af3f17ce95 (current diff)
children 78ab05ef1339 20cf545b4725
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/bugzilla.py	Tue May 09 13:29:55 2006 -0700
+++ b/hgext/bugzilla.py	Tue May 09 14:40:13 2006 -0700
@@ -214,6 +214,7 @@
                 break
             start = m.end()
             for id in bugzilla._split_re.split(m.group(1)):
+                if not id: continue
                 ids[int(id)] = 1
         ids = ids.keys()
         if ids: