We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8a514 commit 77a60caCopy full SHA for 77a60ca
CHANGES
@@ -43,13 +43,19 @@ $ pip install --user --upgrade --pre libvcs
43
44
- {meth}`libvcs.cmd.git.Git.run`
45
- {meth}`libvcs.cmd.git.Git.clone`
46
+ - {meth}`libvcs.cmd.git.Git.init`
47
+ - {meth}`libvcs.cmd.git.Git.pull`
48
+ - {meth}`libvcs.cmd.git.Git.rebase`
49
50
- {class}`libvcs.cmd.svn.Svn`
51
52
- {meth}`libvcs.cmd.svn.Svn.run`
53
- {meth}`libvcs.cmd.svn.Svn.checkout`
54
- {meth}`libvcs.cmd.svn.Svn.update`
55
- {meth}`libvcs.cmd.svn.Svn.status`
56
+ - {meth}`libvcs.cmd.svn.Svn.auth`
57
+ - {meth}`libvcs.cmd.svn.Svn.blame`
58
+ - {meth}`libvcs.cmd.svn.Svn.commit`
59
60
- {class}`libvcs.cmd.hg.Hg`
61
0 commit comments