8000 docs(CHANGES): Note bolstering of command and sync · vcs-python/libvcs@90abbe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90abbe6

Browse files
committed
docs(CHANGES): Note bolstering of command and sync
1 parent 0f65f27 commit 90abbe6

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGES

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,48 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
### New features
19+
20+
#### Commands
21+
22+
via #430
23+
24+
- Git
25+
26+
- Support for progress bar
27+
- Add subcommands for:
28+
- stash: {attr}`Git.stash <libvcs.cmd.git.Git.stash>` -> {class}`libvcs.cmd.git.GitStashCmd`
29+
- remote: {attr}`Git.remote <libvcs.cmd.git.Git.remote>` -> {class}`libvcs.cmd.git.GitRemoteCmd`
30+
- submodule: {attr}`Git.submodule <libvcs.cmd.git.Git.submodule>` ->
31+
{class}`libvcs.cmd.git.GitSubmoduleCmd`
32+
- Added commands for:
33+
- {meth}`libvcs.cmd.git.Git.rev_parse`
34+
- {meth}`libvcs.cmd.git.Git.rev_list`
35+
- {meth}`libvcs.cmd.git.Git.symbolic_ref`
36+
- {meth}`libvcs.cmd.git.Git.show_ref`
37+
38+
- SVN
39+
40+
New and improved:
41+
42+
- {meth}`libvcs.cmd.svn.Svn.unlock`
43+
- {meth}`libvcs.cmd.svn.Svn.lock`
44+
- {meth}`libvcs.cmd.svn.Svn.propset`
45+
46+
- Mercurial
47+
48+
New and improved:
49+
50+
- {meth}`libvcs.cmd.hg.Hg.pull`
51+
- {meth}`libvcs.cmd.hg.Hg.clone`
52+
- {meth}`libvcs.cmd.hg.Hg.update`
53+
54+
#### Syncing
55+
56+
via #430
57+
58+
Git, SVN, and Mercurial have moved to `libvcs.cmd`
59+
1860
## libvcs 0.18.1 (2022-10-23)
1961

2062
_Maintenance only release, no bug fixes or features_

0 commit comments

Comments
 (0)
0