mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge branch 'devel' of https://github.com/calebbrown/ansible into calebbrown-devel
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user