-
-
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
Information | |
---|---|
aklitzing@gmail.com | |
grim/hgkeeper | |
default | |
2421, 2437, 2423 | |
Reviewers | |
grim |
Since we use this for other stuff we should split it out from hgweb and re-use the repository slice for hgweb.
Summary | Author | |
---|---|---|
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.