diff --git a/master/buildbot/steps/source/mercurial.py b/master/buildbot/steps/source/mercurial.py index 83f36058024..32102e87212 100644 --- a/master/buildbot/steps/source/mercurial.py +++ b/master/buildbot/steps/source/mercurial.py @@ -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