During 'clone' command, passing URL with as a 'repo' argument
is a common mistake. Instead, just the name of the repository is sufficient.
URL base of the repo is already specified in the config.
This fix adds check for this mistake on command-line input.
During 'clone' command, passing URL with as a 'repo' argument
is a common mistake. Instead, just the name of the repository is sufficient.
URL base of the repo is already specified in the config.
This fix adds check for this mistake on command-line input.
JIRA: RHELCMP-434
Signed-off-by: Ondřej Nosek onosek@redhat.com