Exemple #1
0
    def startVC(self, branch, revision, patch):
        branch = self.getProperty('branch')
        if branch != 'PATCH_TRY' and branch != 'HG_TRY':
            self.repourl = self.baseURL + '/' + branch
        else:
            self.repourl = self.getProperty('mozillaRepoPath')

        Mercurial.startVC(self, None, revision, patch)
    def startVC(self, branch, revision, patch):
        branch = self.getProperty('branch')
        if branch != 'PATCH_TRY' and branch != 'HG_TRY':
            self.repourl = self.baseURL + '/' + branch
        else:
            self.repourl = self.getProperty('mozillaRepoPath')

        Mercurial.startVC(self, None, revision, patch)
Exemple #3
0
 def startVC(self, branch, revision, patch):
     # if we're running a main tree and locales in the same tree,
     # we get a "branch" parameter here which doesn't have the locale
     # information which is encoded in repoURL. Strip it.
     Mercurial.startVC(self, None, revision, patch)
Exemple #4
0
 def startVC(self, branch, revision, patch):
     # strip out the "branch" which is fake... we always use a repourl
     Mercurial.startVC(self, None, revision, patch)
Exemple #5
0
 def startVC(self, branch, revision, patch):
     # if we're running a main tree and locales in the same tree,
     # we get a "branch" parameter here which doesn't have the locale
     # information which is encoded in repoURL. Strip it.
     Mercurial.startVC(self, None, revision, patch)
Exemple #6
0
 def startVC(self, branch, revision, patch):
     # strip out the "branch" which is fake... we always use a repourl
     Mercurial.startVC(self, None, revision, patch)