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 7e24050 commit 0d156a3Copy full SHA for 0d156a3
CHANGES
@@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
17
18
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
19
`libvcs._internal.run`. It will be supported as an unstable, internal API.
20
+- {issue}`366`: `libvcs.cmd` for hg, git, and svn updated to use Keyword-only arguments via [PEP
21
+ 3102]
22
+
23
+ [pep 3102]: https://peps.python.org/pep-3102/#specification
24
25
- {issue}`361`: {class}`~libvcs._internal.run.run`'s params are now a pass-through to
26
{class}`subprocess.Popen`.
27
0 commit comments