This website requires JavaScript.
Explore
Gists
Help
Sign in
ansible-collections
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2025-04-25 03:41:25 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
06a58dcad7
community.general
/
lib
/
ansible
/
modules
/
source_control
History
Download ZIP
Download TAR.GZ
Nate Coraor
771fdfb1f8
Fix a few bugs and misbehavior in the hg module: 1. Don't pull when
dest
is already at the desired changeset. 2. Don't change the working copy when cleaning or pulling and a revision was specified. 3. Change the default for the
revision
param to match the behavior of hg.
2016-12-08 11:22:36 -05:00
..
__init__.py
package files
2016-12-08 11:22:22 -05:00
git.py
git fetch --tags overwrites normal fetching with git < 1.8.x so do a normal fetch followed by using the refspec format for fetching tags
2016-12-08 11:22:34 -05:00
hg.py
Fix a few bugs and misbehavior in the hg module: 1. Don't pull when
dest
is already at the desired changeset. 2. Don't change the working copy when cleaning or pulling and a revision was specified. 3. Change the default for the
revision
param to match the behavior of hg.
2016-12-08 11:22:36 -05:00
subversion.py
file extensions!
2016-12-08 11:22:22 -05:00