8000 docs(CHANGES): Note #425 and organize / tidy up · vcs-python/libvcs@e575dda · GitHub
[go: up one dir, main page]

Skip to content

Commit e575dda

Browse files
committed
docs(CHANGES): Note #425 and organize / tidy up
1 parent 8ecae13 commit e575dda

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CHANGES

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,17 @@ URL renamings (#417):
2929

3030
### Improvements
3131

32-
- URLs (#423):
33-
- `hg`: Add `HgBaseURL`, `HgPipURL`
34-
- `svn`: Add `SvnBaseURL`, `SvnPipURL`
35-
- `URLProtocol`: Fix `is_valid` to use `classmethod`
36-
- All: Fix `is_valid` to use default of `None` to avoid implicitly filtering
37-
- Reduce duplicated code in methods by using `super()`
38-
- `git`: Fix `update_repo` when there are only untracked files
32+
Sync:
33+
34+
- `git`: Fix `update_repo` when there are only untracked files (#425, credit: @jfpedroza)
35+
36+
URLs (#423):
37+
38+
- `hg`: Add `HgBaseURL`, `HgPipURL`
39+
- `svn`: Add `SvnBaseURL`, `SvnPipURL`
40+
- `URLProtocol`: Fix `is_valid` to use `classmethod`
41+
- All: Fix `is_valid` to use default of `None` to avoid implicitly filtering
42+
- Reduce duplicated code in methods by using `super()`
3943

4044
### Packaging
4145

0 commit comments

Comments
 (0)
0