Show More
@@ -159,7 +159,7 b' def extsetup(ui):' | |||||
159 | else: |
|
159 | else: | |
160 | hg.repo_schemes[scheme] = ShortRepository(url, scheme, t) |
|
160 | hg.repo_schemes[scheme] = ShortRepository(url, scheme, t) | |
161 |
|
161 | |||
162 |
extensions.wrapfunction(urlutil, |
|
162 | extensions.wrapfunction(urlutil, 'hasdriveletter', hasdriveletter) | |
163 |
|
163 | |||
164 |
|
164 | |||
165 | @command(b'debugexpandscheme', norepo=True) |
|
165 | @command(b'debugexpandscheme', norepo=True) |
General Comments 0
You need to be logged in to leave comments.
Login now