@@ -16,7 +16,7 @@ $ pip install --user --upgrade --pre libvcs
1616### Breaking
1717
1818- ` GitRepo ` , ` SVNRepo ` , ` MercurialRepo ` , ` BaseRepo ` have been moved to
19- ` libvcs.states .{module}.{Module}Repo `
19+ ` libvcs.projects .{module}.{Module}Repo `
2020- ` repo_dir ` param is renamed to ` dir ` :
2121
2222 Before: ` GitRepo(url='...', repo_dir='...') `
@@ -26,7 +26,7 @@ $ pip install --user --upgrade --pre libvcs
2626 {issue}` #324 `
2727
2828- ` dir ` to ` pathlib ` , ` BaseRepo.path ` -> ` BaseRepo.dir `
29- - Logging functions moved to {attr}` libvcs.states .base.BaseRepo.log ` ({issue}` #322 ` )
29+ - Logging functions moved to {attr}` libvcs.projects .base.BaseRepo.log ` ({issue}` #322 ` )
3030- Rename ` RepoLoggingAdapter ` to ` CmdLoggingAdapter `
3131- ` CmdLoggingAdapter ` : Rename ` repo_name ` param to ` keyword `
3232
@@ -51,7 +51,7 @@ $ pip install --user --upgrade --pre libvcs
5151 - {meth}` libvcs.cmd.hg.Hg.run `
5252 - {meth}` libvcs.cmd.hg.Hg.clone `
5353
54- - {class}` libvcs.states .git.GitRepo ` now accepts remotes in ` __init__ `
54+ - {class}` libvcs.projects .git.GitRepo ` now accepts remotes in ` __init__ `
5555
5656 ``` python
5757 repo = GitRepo(
@@ -76,7 +76,7 @@ $ pip install --user --upgrade --pre libvcs
7676 )
7777 ```
7878
79- - {meth}` libvcs.states .git.GitRepo.update_repo ` now accepts ` set_remotes=True `
79+ - {meth}` libvcs.projects .git.GitRepo.update_repo ` now accepts ` set_remotes=True `
8080
8181### Compatibility
8282
@@ -94,9 +94,9 @@ $ pip install --user --upgrade --pre libvcs
9494 ({issue}` #316 ` )
9595- New constants for ` str ` -> class mappings
9696
97- - {data}` libvcs.states .constants.DEFAULT_VCS_CLASS_MAP `
98- - {data}` libvcs.states .constants.DEFAULT_VCS_CLASS_UNION `
99- - {data}` libvcs.states .constants.DEFAULT_VCS_LITERAL `
97+ - {data}` libvcs.projects .constants.DEFAULT_VCS_CLASS_MAP `
98+ - {data}` libvcs.projects .constants.DEFAULT_VCS_CLASS_UNION `
99+ - {data}` libvcs.projects .constants.DEFAULT_VCS_LITERAL `
100100
101101- Remove tox and tox-poetry-installer. It turns out installing poetry inside a poetry project
102102 doesn't work well. (` poetry update ` , ` poetry publish ` , etc. commands would fail)
0 commit comments