Skip to content

Commit 77a60ca

Browse files
committed
docs(CHANGES): Update docs w/ new commands
1 parent 0d8a514 commit 77a60ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,19 @@ $ pip install --user --upgrade --pre libvcs
4343

4444
- {meth}`libvcs.cmd.git.Git.run`
4545
- {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`
4649

4750
- {class}`libvcs.cmd.svn.Svn`
4851

4952
- {meth}`libvcs.cmd.svn.Svn.run`
5053
- {meth}`libvcs.cmd.svn.Svn.checkout`
5154
- {meth}`libvcs.cmd.svn.Svn.update`
5255
- {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`
5359

5460
- {class}`libvcs.cmd.hg.Hg`
5561

0 commit comments

Comments
 (0)