def __init__ (self, file_id, commit_id, path, rev): Job.__init__(self) self.file_id = file_id self.commit_id = commit_id self.path = path self.rev = rev self.authors = None
def __init__(self, hunks, path, rev): Job.__init__(self) self.hunks = hunks self.path = path self.rev = rev self.bug_revs = {}
def __init__ (self, hunks, path, rev): Job.__init__(self) self.hunks = hunks self.path = path self.rev = rev self.bug_revs = {}