Versionadded tags for https_user and https_pass args new in 2015.5.0

This commit is contained in:
rallytime 2015-05-20 11:06:45 -06:00
parent 63164900bd
commit 14eae22c91
2 changed files with 16 additions and 0 deletions

View file

@ -184,9 +184,13 @@ def clone(cwd, repository, opts=None, user=None, identity=None,
https_user : None
HTTP Basic Auth username for HTTPS (only) clones
.. versionadded:: 20515.5.0
https_pass : None
HTTP Basic Auth password for HTTPS (only) clones
.. versionadded:: 2015.5.0
CLI Example:
.. code-block:: bash
@ -746,9 +750,13 @@ def remote_set(cwd, name='origin', url=None, user=None, https_user=None,
https_user : None
HTTP Basic Auth username for HTTPS (only) clones
.. versionadded:: 2015.5.0
https_pass : None
HTTP Basic Auth password for HTTPS (only) clones
.. versionadded:: 2015.5.0
CLI Example:
.. code-block:: bash
@ -943,9 +951,13 @@ def ls_remote(cwd, repository="origin", branch="master", user=None,
https_user : None
HTTP Basic Auth username for HTTPS (only) clones
.. versionadded:: 2015.5.0
https_pass : None
HTTP Basic Auth password for HTTPS (only) clones
.. versionadded:: 2015.5.0
CLI Example:
.. code-block:: bash

View file

@ -114,9 +114,13 @@ def latest(name,
https_user
HTTP Basic Auth username for HTTPS (only) clones
.. versionadded:: 2015.5.0
https_pass
HTTP Basic Auth password for HTTPS (only) clones
.. versionadded:: 2015.5.0
onlyif
A command to run as a check, run the named command only if the command
passed to the ``onlyif`` option returns true