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 92ed821 commit 73fd432Copy full SHA for 73fd432
CHANGES
@@ -22,12 +22,6 @@ $ pip install --user --upgrade --pre libvcs
22
Renamed `git_local_clone` to `example_git_repo` for better understandability in
23
documentation / doctests.
24
25
-#### pytest plugin: Rename `skip_if_{vcs}_missing` -> `skip_if_missing_{vcs}` (#473)
26
-
27
-- `skip_if_git_missing` -> `skip_if_missing_git`
28
-- `skip_if_hg_missing` -> `skip_if_missing_hg`
29
-- `skip_if_svn_missing` -> `skip_if_missing_svn`
30
31
#### cmd: Listing method renamed (#466)
32
33
- `libvcs.cmd.git.GitCmd._list()` -> `libvcs.cmd.git.Git.ls()`
0 commit comments