Skip to content

Commit 2369a2d

Browse files
committed
docs(CHANGES): Note repo-dir change
1 parent 59c8233 commit 2369a2d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
- `GitRepo`, `SVNRepo`, `MercurialRepo`, `BaseRepo` have been moved to
1919
`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+
2028
- Logging functions moved to {attr}`libvcs.states.base.BaseRepo.log` ({issue}`#322`)
2129
- Rename `RepoLoggingAdapter` to `CmdLoggingAdapter`
2230
- `CmdLoggingAdapter`: Rename `repo_name` param to `keyword`

0 commit comments

Comments
 (0)