Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel

This commit is contained in:
James Cammarata
2014-02-17 15:38:56 -06:00

View File

@@ -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])