Commit Graph

29 Commits (f27a9986c19b5c63d3c6b75eeef2a7f2de6aed40)

Author SHA1 Message Date
Mads Weitling ce799b9e0e Fix Hg.__init__(...) reading value from self.hg_path
13 years ago
Mads Weitling 740a33bcab Fix 'hg module fails with: AttributeError: 'AnsibleModule' object has no attribute 'parames''
13 years ago
James Tanner b98ab745f1 fix docstring indentation on scc modules
13 years ago
Skylar Saveland b339485da8 add executable option to subversion module
13 years ago
Skylar Saveland d8c61528db add executable option to hg, refactor in doing so
13 years ago
Skylar Saveland c4947ebc7d add executable option to bzr module, refactor in doing so
13 years ago
Skylar Saveland 5243bd5fa3 executable option to git module
13 years ago
Steve Fox bd48251b34 Elaborate on capabilities of subversion module
13 years ago
James Cammarata 7bd8c18fa7 Merge branch 'gitfix' of https://github.com/johanwiren/ansible into johanwiren-gitfix
13 years ago
Johan Wirén dcd556b92f Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
13 years ago
Stephen Fromm cc58403e48 Apply consistent parameter alises to hg and subversion
13 years ago
Drew Blas 9ede377380 Added git disclaimer about dealing with ssh host checking
13 years ago
Michael DeHaan b31cef48e9 Merge pull request #3744 from jimi1283/issue_3360
13 years ago
James Cammarata 7d521ee22c Allow destination paths in the hg module to include a tilde (~)
13 years ago
Petr Svoboda d9576b3529 Tidy up fix of git module traceback
13 years ago
Petr Svoboda 2d5b942ffe Fix traceback in git module when version checkout fails
13 years ago
Michael DeHaan 32d5038d72 Don't add --version HEAD parameter is already HEAD, some versions of git don't like this.
13 years ago
James Laska 95a22338a2 Resolve incompatability between depth and version
13 years ago
Michael DeHaan 0fd7864482 Merge pull request #3432 from jlund/hg-spelling
13 years ago
Matt Spaulding 871f781ec7 Fix git submodule update when version specified
13 years ago
Joshua Lund caf394c8f6 Fix some minor spelling mistakes in the hg module documentation
13 years ago
Stephen Fromm 76d848331f Add submodule support to git module
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago
Michael DeHaan 6ae9804738 Docs standardization
13 years ago
Benjamin Schwarze a0c89e742e remove unused git function is_current_branch (looks like it returns always True anyway which might be wrong)
13 years ago
Benjamin Schwarze 3cae9d6d0d use module.get_bin_path('git', True) once and pass git_path to functions
13 years ago
Stoned Elipot c9f268ac48 Fix typo in git module documentation preventing it to be processed by ansible-doc
13 years ago
Jesse Keating f645d27f5e Add an update option to the git module
13 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation.
13 years ago