diff --git a/source_control/hg b/source_control/hg index fcaa73457ad..1b95bcd5ac3 100644 --- a/source_control/hg +++ b/source_control/hg @@ -167,7 +167,7 @@ class Hg(object): def pull(self): return self._command( - ['pull', '-r', self.revision, '-R', self.dest, self.repo]) + ['pull', '-R', self.dest, self.repo]) def update(self): return self._command(['update', '-R', self.dest])