hgext/bugzilla.py
branchstable
changeset 46080 1d252e73af61
parent 43970 3194cc8c8de0
child 46081 734d051d0efb
equal deleted inserted replaced
46079:e614eeb794f9 46080:1d252e73af61
  1209         if bugs:
  1209         if bugs:
  1210             for bug in bugs:
  1210             for bug in bugs:
  1211                 bz.update(bug, bugs[bug], ctx)
  1211                 bz.update(bug, bugs[bug], ctx)
  1212             bz.notify(bugs, stringutil.email(ctx.user()))
  1212             bz.notify(bugs, stringutil.email(ctx.user()))
  1213     except Exception as e:
  1213     except Exception as e:
  1214         raise error.Abort(_(b'Bugzilla error: %s') % e)
  1214         raise error.Abort(_(b'Bugzilla error: %s') % stringutil.forcebytestr(e))