mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix some minor spelling mistakes in the hg module documentation
This commit is contained in:
parent
4407ca8031
commit
caf394c8f6
1 changed files with 2 additions and 2 deletions
|
@ -54,13 +54,13 @@ options:
|
||||||
default: "default"
|
default: "default"
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
- Discards uncommited changes. Runs C(hg update -C).
|
- Discards uncommitted changes. Runs C(hg update -C).
|
||||||
required: false
|
required: false
|
||||||
default: "yes"
|
default: "yes"
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
purge:
|
purge:
|
||||||
description:
|
description:
|
||||||
- Delets untracked files. Runs C(hg purge). Note this requires C(purge) extension to
|
- Deletes untracked files. Runs C(hg purge). Note this requires C(purge) extension to
|
||||||
be enabled if C(purge=yes). This module will modify hgrc file on behalf of the user
|
be enabled if C(purge=yes). This module will modify hgrc file on behalf of the user
|
||||||
and undo the changes before exiting the task.
|
and undo the changes before exiting the task.
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue