libmozdata/patchanalysis.py [583:590]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        COMMENT_INCLUDE_FIELDS = ["id", "text", "author", "time"]

        Bugzilla(
            bug_id,
            INCLUDE_FIELDS,
            bughandler=bughandler,
            commenthandler=commenthandler,
            comment_include_fields=COMMENT_INCLUDE_FIELDS,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



libmozdata/patchanalysis.py [772:779]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        COMMENT_INCLUDE_FIELDS = ["id", "text", "author", "time"]

        Bugzilla(
            bug_id,
            INCLUDE_FIELDS,
            bughandler=bughandler,
            commenthandler=commenthandler,
            comment_include_fields=COMMENT_INCLUDE_FIELDS,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



