Commit daa3253b by James Cammarata

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

parents 9c9a940a 19f7db30
...@@ -167,7 +167,7 @@ class Hg(object): ...@@ -167,7 +167,7 @@ class Hg(object):
def pull(self): def pull(self):
return self._command( return self._command(
['pull', '-r', self.revision, '-R', self.dest, self.repo]) ['pull', '-R', self.dest, self.repo])
def update(self): def update(self):
return self._command(['update', '-R', self.dest]) return self._command(['update', '-R', self.dest])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment