-
-
access/access.go (Diff revision 1) Huh, didn't know this worked, I've always just done the
_, ok := a[x]
-
access/access.go (Diff revision 1) We should probably put this and
IsExistingRepo
into a newaccess/repositories.go
file.
Refactor refresh of repositories
Review Request #2434 — Created April 11, 2023 and submitted
Since we use this for other stuff we should split it out from hgweb and re-use the repository slice for hgweb.
Summary | ID | Author |
---|---|---|
f2c052c3ee559f51b9ab69239bd58540609786dd | Andre Klitzing |
Description | From | Last Updated |
---|---|---|
We should probably put this and IsExistingRepo into a new access/repositories.go file. |
|
Commits: |
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+108 -66) |
-
-
access/access.go (Diff revision 2) This should probably be in
repositories.go
but lets wait on that for now so we can get through all of these review requests first.