Skip to content

Commit 9679bd6

Browse files
committed
docs(CHANGES): Add experimental command wrapper
1 parent 3bdd642 commit 9679bd6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES

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

3333
### What's new
3434

35+
- **Commands**: Experimental command wrappers added ({issue}`#319`):
36+
37+
- {class}`libvcs.cmd.git.Git`
38+
39+
- {meth}`libvcs.cmd.git.Git.run`
40+
- {meth}`libvcs.cmd.git.Git.clone`
41+
42+
- {class}`libvcs.cmd.svn.Svn`
43+
44+
- {meth}`libvcs.cmd.svn.Svn.run`
45+
- {meth}`libvcs.cmd.svn.Svn.checkout`
46+
- {meth}`libvcs.cmd.svn.Svn.update`
47+
- {meth}`libvcs.cmd.svn.Svn.status`
48+
49+
- {class}`libvcs.cmd.hg.Hg`
50+
51+
- {meth}`libvcs.cmd.hg.Hg.run`
52+
- {meth}`libvcs.cmd.hg.Hg.clone`
53+
3554
- {class}`libvcs.states.git.GitRepo` now accepts remotes in `__init__`
3655

3756
```python

0 commit comments

Comments
 (0)