Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
b98ab745
Commit
b98ab745
authored
Oct 01, 2013
by
James Tanner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix docstring indentation on scc modules
parent
344d8d51
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
library/source_control/bzr
+1
-1
library/source_control/git
+1
-1
library/source_control/hg
+1
-1
library/source_control/subversion
+1
-1
No files found.
library/source_control/bzr
View file @
b98ab745
...
...
@@ -56,7 +56,7 @@ options:
version_added: "1.4"
description:
- Path to bzr executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
EXAMPLES
=
'''
...
...
library/source_control/git
View file @
b98ab745
...
...
@@ -79,7 +79,7 @@ options:
version_added: "1.4"
description:
- Path to git executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
...
...
library/source_control/hg
View file @
b98ab745
...
...
@@ -71,7 +71,7 @@ options:
version_added: "1.4"
description:
- Path to hg executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add
...
...
library/source_control/subversion
View file @
b98ab745
...
...
@@ -69,7 +69,7 @@ options:
version_added: "1.4"
description:
- Path to svn executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
EXAMPLES
=
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment