8000
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 cb7d0a7 commit 43eebcbCopy full SHA for 43eebcb
CHANGES
@@ -15,6 +15,16 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
18
+## Breaking changes
19
+
20
+### pytest fixtures: Session-scoped `hgconfig` and `gitconfig` (#475)
21
22
+These are now set by `set_hgconfig` and `set_gitconfig`, which set `HGRCPATH` and `GIT_CONFIG`, instead of overriding `HOME`.
23
24
+## Documentation
25
26
+- Updates for pytest plugin documentation.
27
28
## libvcs 0.31.0 (2024-10-12)
29
30
### Breaking changes
0 commit comments