Show More
@@ -10,7 +10,6 b'' | |||
|
10 | 10 | from __future__ import absolute_import |
|
11 | 11 | |
|
12 | 12 | import base64 |
|
13 | import os | |
|
14 | 13 | import socket |
|
15 | 14 | import sys |
|
16 | 15 | |
@@ -685,7 +684,7 b' def open(ui, url_, data=None, sendaccept' | |||
|
685 | 684 | u.scheme = u.scheme.lower() |
|
686 | 685 | url_, authinfo = u.authinfo() |
|
687 | 686 | else: |
|
688 |
path = util.normpath( |
|
|
687 | path = util.normpath(util.abspath(url_)) | |
|
689 | 688 | url_ = b'file://' + pycompat.bytesurl( |
|
690 | 689 | urlreq.pathname2url(pycompat.fsdecode(path)) |
|
691 | 690 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now