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 3bdd642 commit 9679bd6Copy full SHA for 9679bd6
CHANGES
@@ -32,6 +32,25 @@ $ pip install --user --upgrade --pre libvcs
32
33
### What's new
34
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
54
- {class}`libvcs.states.git.GitRepo` now accepts remotes in `__init__`
55
56
```python
0 commit comments