Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 10:01 p.m. |
Message ID | <25caff9d6a3172ccfca00478074383ea@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44082/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -1099,7 +1099,6 @@ the given changeset in their comments. ''' start = 0 - hours = 0.0 bugs = {} bugmatch = self.bug_re.search(ctx.description(), start) fixmatch = self.fix_re.search(ctx.description(), start)