Refactor refresh of repositories

Review Request #2434 — Created April 11, 2023 and submitted

Information

grim/hgkeeper
default

Reviewers

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
Refactor refresh of repositories
Split this out from hgweb since we can re-use known repositories for some advanced features.
f2c052c3ee559f51b9ab69239bd58540609786dd Andre Klitzing
Description From Last Updated

We should probably put this and IsExistingRepo into a new access/repositories.go file.

grimgrim
grim
  1. 
      
  2. access/access.go (Diff revision 1)
     
     

    Huh, didn't know this worked, I've always just done the _, ok := a[x]

  3. access/access.go (Diff revision 1)
     
     

    We should probably put this and IsExistingRepo into a new access/repositories.go file.

  4. 
      
aklitzing@gmail.com
aklitzing@gmail.com
grim
  1. 
      
  2. 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.

  3. 
      
grim
  1. Ship It!
  2. Nice work, thanks!!

  3. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...