Show More
@@ -742,7 +742,9 b' def pushurlpathoption(ui, path, value):' | |||
|
742 | 742 | u = url(value) |
|
743 | 743 | # Actually require a URL. |
|
744 | 744 | if not u.scheme: |
|
745 |
|
|
|
745 | msg = _(b'(paths.%s:pushurl not a URL; ignoring: "%s")\n') | |
|
746 | msg %= (path.name, value) | |
|
747 | ui.warn(msg) | |
|
746 | 748 | return None |
|
747 | 749 | |
|
748 | 750 | # Don't support the #foo syntax in the push URL to declare branch to |
General Comments 0
You need to be logged in to leave comments.
Login now