We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c8233 commit 2369a2dCopy full SHA for 2369a2d
1 file changed
CHANGES
@@ -17,6 +17,14 @@ $ pip install --user --upgrade --pre libvcs
17
18
- `GitRepo`, `SVNRepo`, `MercurialRepo`, `BaseRepo` have been moved to
19
`libvcs.states.{module}.{Module}Repo`
20
+- `repo_dir` param is renamed to `dir`:
21
+
22
+ Before: `GitRepo(url='...', repo_dir='...')`
23
24
+ After: `GitRepo(url='...', dir='...')`
25
26
+ {issue}`#324`
27
28
- Logging functions moved to {attr}`libvcs.states.base.BaseRepo.log` ({issue}`#322`)
29
- Rename `RepoLoggingAdapter` to `CmdLoggingAdapter`
30
- `CmdLoggingAdapter`: Rename `repo_name` param to `keyword`
0 commit comments