Merge pull request #7837 from terminalmage/quickfix

Fix incorrect versionadded directives
This commit is contained in:
Thomas S Hatch 2013-10-14 22:21:44 -07:00
commit bb913dad72
2 changed files with 12 additions and 12 deletions

View File

@ -50,7 +50,7 @@ def _run_svn(cmd, cwd, user, username, password, opts, **kwargs):
password
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
opts
Any additional options to add to the command line
@ -100,7 +100,7 @@ def info(cwd,
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
fmt : str
How to fmt the output from info.
@ -162,7 +162,7 @@ def checkout(cwd,
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -231,7 +231,7 @@ def update(cwd, targets=None, user=None, username=None, password=None, *opts):
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
username : None
Connect to the Subversion server as another user
@ -268,7 +268,7 @@ def diff(cwd, targets=None, user=None, username=None, password=None, *opts):
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -311,7 +311,7 @@ def commit(cwd,
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -345,7 +345,7 @@ def add(cwd, targets, user=None, username=None, password=None, *opts):
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -386,7 +386,7 @@ def remove(cwd,
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -422,7 +422,7 @@ def status(cwd, targets=None, user=None, username=None, password=None, *opts):
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:
@ -464,7 +464,7 @@ def export(cwd,
password : None
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
CLI Example:

View File

@ -66,7 +66,7 @@ def latest(name,
password
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
force : False
Continue if conflicts are encountered
@ -180,7 +180,7 @@ def export(name,
password
Connect to the Subversion server with this password
.. versionadded:: 0.17
.. versionadded:: 0.17.0
force : False
Continue if conflicts are encountered