Skip to content

Commit

Permalink
Merge branch 'mercurial_tag' of git://github.com/pepsiman/buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 1, 2013
2 parents eb25016 + 8c03a7b commit 764a8ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions master/buildbot/steps/source/mercurial.py
Expand Up @@ -219,8 +219,6 @@ def _checkBranchChange(self, _):

def _pullUpdate(self, res):
command = ['pull' , self.repourl]
if self.revision:
command.extend(['--rev', self.revision])
d = self._dovccmd(command)
d.addCallback(self._checkBranchChange)
return d
Expand Down

0 comments on commit 764a8ac

Please sign in to comment.