def __init__(self):
     BaseHgPoller.__init__(self, 'http://localhost', 'whatever',
                           repo_branch=repo_branch)
     self.emptyRepo = True
 def __init__(self):
     BaseHgPoller.__init__(self, 'http://localhost', 'whatever',
                           repo_branch=repo_branch, maxChanges=maxChanges, mergePushChanges=mergePushChanges)
     self.emptyRepo = True
Example #3
0
 def __init__(self):
     BaseHgPoller.__init__(self, 'http://localhost', 'whatever',
             repo_branch=repo_branch, maxChanges=maxChanges)
     self.emptyRepo = True