community.general/lib/ansible/modules/commands
Yeuk Hon Wong ef25367353 Fixes #30073: Remove 'Consider hg command' warning. (#31159)
This PR addresses two issues:

1. The hg module was added to command module's check_command list,
so if someone runs hg directly from the command module, the command
module would warn the user "Consider using hg module rather than running hg".

We address this by removing hg from the list.

2. We added a new note to tell users push feature will be addressed
in issue #31156.
2017-10-02 23:33:13 +02:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
command.py Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
expect.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
raw.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
script.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
shell.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
telnet.py Add alias to command option in telnet (#30825) 2017-09-28 18:07:37 +05:30