aboutsummaryrefslogtreecommitdiffstats
path: root/src/owner_repo.rs
AgeCommit message (Collapse)Author
2020-08-01OwnerRepo: Move `identifier_for_remote` to `OwnerRepo::from_remote`Teddy Wing
Since this function returns an `OwnerRepo`, make it a method on the struct.
2020-08-01lib.rs: Move code to `owner_repo.rs`Teddy Wing
Need to add other code to the library.