File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,17 @@ URL renamings (#417):
29
29
30
30
### Improvements
31
31
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() `
39
43
40
44
### Packaging
41
45
You can’t perform that action at this time.
0 commit comments