Show More
@@ -1099,7 +1099,6 b' class bugzilla(object):' | |||||
1099 | the given changeset in their comments. |
|
1099 | the given changeset in their comments. | |
1100 | ''' |
|
1100 | ''' | |
1101 | start = 0 |
|
1101 | start = 0 | |
1102 | hours = 0.0 |
|
|||
1103 | bugs = {} |
|
1102 | bugs = {} | |
1104 | bugmatch = self.bug_re.search(ctx.description(), start) |
|
1103 | bugmatch = self.bug_re.search(ctx.description(), start) | |
1105 | fixmatch = self.fix_re.search(ctx.description(), start) |
|
1104 | fixmatch = self.fix_re.search(ctx.description(), start) |
General Comments 0
You need to be logged in to leave comments.
Login now