Show More
@@ -458,7 +458,7 b' def _abssource(repo, push=False, abort=T' | |||||
458 | # C:\some\path\relative |
|
458 | # C:\some\path\relative | |
459 | if urlutil.hasdriveletter(path): |
|
459 | if urlutil.hasdriveletter(path): | |
460 | if len(path) == 2 or path[2:3] not in br'\/': |
|
460 | if len(path) == 2 or path[2:3] not in br'\/': | |
461 |
path = |
|
461 | path = util.abspath(path) | |
462 | return path |
|
462 | return path | |
463 |
|
463 | |||
464 | if abort: |
|
464 | if abort: |
General Comments 0
You need to be logged in to leave comments.
Login now