##// END OF EJS Templates
windows: use abspath in the git extension...
marmoute -
r48431:16bae8ab default
parent child Browse files
Show More
@@ -284,7 +284,7 b' class gitbmstore(object):'
284 284
285 285 def init(orig, ui, dest=b'.', **opts):
286 286 if opts.get('git', False):
287 path = os.path.abspath(dest)
287 path = util.abspath(dest)
288 288 # TODO: walk up looking for the git repo
289 289 _setupdothg(ui, path)
290 290 return 0
General Comments 0
You need to be logged in to leave comments. Login now