Skip to content

Commit 91f5055

Browse files
committed
CHANGES(docs): Note update_repo(set_remotes=True) behavior
1 parent 1d81975 commit 91f5055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ pip install --user --upgrade --pre libvcs
1313

1414
### What's new
1515

16-
- `GitRepo` now accepts remotes in `__init__`
16+
- {class}`libvcs.git.GitRepo` now accepts remotes in `__init__`
1717

1818
```python
1919
repo = GitRepo(
@@ -38,6 +38,8 @@ $ pip install --user --upgrade --pre libvcs
3838
)
3939
```
4040

41+
- {meth}`libvcs.git.GitRepo.update_repo` now accepts `set_remotes=True`
42+
4143
### Compatibility
4244

4345
- Python 3.7 and 3.8 dropped (#308)

0 commit comments

Comments
 (0)