File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,48 @@ $ pip install --user --upgrade --pre libvcs
15
15
16
16
<!-- Maintainers, insert changes / features for the next release here -->
17
17
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
+
18
60
## libvcs 0.18.1 (2022-10-23)
19
61
20
62
_ Maintenance only release, no bug fixes or features_
You can’t perform that action at this time.
0 commit comments