File tree Expand file tree Collapse file tree 5 files changed +81
-0
lines changed Expand file tree Collapse file tree 5 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ` libvcs.cmd.git `
2
+
3
+ For ` git(1) ` .
4
+
5
+ Compare to: [ ` fabtools.git ` ] ( https://fabtools.readthedocs.io/en/0.19.0/api/git.html#git-module ) ,
6
+ [ ` salt.modules.git ` ] ( https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.git.html ) ,
7
+ [ ` ansible.builtin.git ` ] ( https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html )
8
+
9
+ ``` {eval-rst}
10
+ .. autosummary::
11
+ :recursive:
12
+
13
+ libvcs.cmd.git.Git
14
+ ```
15
+
16
+ ``` {eval-rst}
17
+ .. automodule:: libvcs.cmd.git
18
+ :members:
19
+ :show-inheritance:
20
+ :undoc-members:
21
+ :inherited-members:
22
+ ```
Original file line number Diff line number Diff line change
1
+ # ` libvcs.cmd.hg `
2
+
3
+ For mercurial, aka ` hg(1) ` .
4
+
5
+ ``` {eval-rst}
6
+ .. autosummary::
7
+ :recursive:
8
+
9
+ libvcs.cmd.hg.Hg
10
+ ```
11
+
12
+ ``` {eval-rst}
13
+ .. automodule:: libvcs.cmd.hg
14
+ :members:
15
+ :show-inheritance:
16
+ :undoc-members:
17
+ :inherited-members:
18
+ ```
Original file line number Diff line number Diff line change
1
+ (cmd)=
2
+
3
+ # ` libvcs.cmd `
4
+
5
+ Compare to: [ ` fabtools.git ` ] ( https://fabtools.readthedocs.io/en/0.19.0/api/git.html#git-module ) ,
6
+ [ ` salt.modules.git ` ] ( https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.git.html ) ,
7
+ [ ` ansible.builtin.git ` ] ( https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html )
8
+
9
+ :::{warning}
10
+
11
+ All APIs are considered experimental and subject to break pre-1.0. They can and will break between
12
+ versions.
13
+
14
+ :::
15
+
16
+ ``` {toctree}
17
+ :caption: API
18
+
19
+ git
20
+ hg
21
+ svn
22
+ ```
Original file line number Diff line number Diff line change
1
+ # ` libvcs.cmd.svn `
2
+
3
+ For subversion, aka ` svn(1) `
4
+
5
+ ``` {eval-rst}
6
+ .. autosummary::
7
+ :recursive:
8
+
9
+ libvcs.cmd.svn.Svn
10
+ ```
11
+
12
+ ``` {eval-rst}
13
+ .. automodule:: libvcs.cmd.svn
14
+ :members:
15
+ :show-inheritance:
16
+ :undoc-members:
17
+ :inherited-members:
18
+ ```
Original file line number Diff line number Diff line change 9
9
:hidden:
10
10
11
11
quickstart
12
+ cmd/index
12
13
states/index
13
14
```
14
15
You can’t perform that action at this time.
0 commit comments