Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel
This commit is contained in:
commit
daa3253b52
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue