Esempio n. 1
0
 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
Esempio n. 2
0
 def __init__(self, hunks, path, rev):
     Job.__init__(self)
     self.hunks = hunks
     self.path = path
     self.rev = rev
     self.bug_revs = {}
Esempio n. 3
0
 def __init__ (self, hunks, path, rev):
     Job.__init__(self)
     self.hunks = hunks
     self.path = path
     self.rev = rev
     self.bug_revs = {}