|
|
@ -255,7 +255,7 @@ cmd_upstream() |
|
|
then |
|
|
then |
|
|
# override the repository read from the commit logs |
|
|
# override the repository read from the commit logs |
|
|
# with the one read from the command line arguments |
|
|
# with the one read from the command line arguments |
|
|
repository=$repository_arg |
|
|
|
|
|
|
|
|
repository="$repository_arg" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if [ ! -z "$repository" ]; |
|
|
if [ ! -z "$repository" ]; |
|
|
|