##// END OF EJS Templates
hg.repository: many routines expect path to be a string even if empty.
Vadim Gelfer -
r2479:10ec8039 default
parent child Browse files
Show More
@@ -55,6 +55,7 b' schemes = {'
55 55 }
56 56
57 57 def repository(ui, path=None, create=0):
58 if not path: path = ''
58 59 scheme = path
59 60 if scheme:
60 61 c = scheme.find(':')
General Comments 0
You need to be logged in to leave comments. Login now