Fix wrong detection of "repo in repo" check
Review Request #3792 — Created Jan. 30, 2025 and updated — Latest diff uploaded
Fix wrong detection of "repo in repo" check
If a repository "Dummy/RepoName-Something" exists
and we want to create "Dummy/RepoName" it was forbidden. So
let's add a / to avoid "contains" check.This amends ebf8e3bd9e68.