Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add check for change in newRepoString (#198)
Add a check if newRepo string is different from the currentRepo string Previously, the phaseService would always be called to change the repository if the newRepoString is a valid repo. Let's first check if the newRepoString is different from the currentRepo before calling the phaseService to changeRepository.
- Loading branch information