Show More
@@ -284,7 +284,7 b' class gitbmstore(object):' | |||||
284 |
|
284 | |||
285 | def init(orig, ui, dest=b'.', **opts): |
|
285 | def init(orig, ui, dest=b'.', **opts): | |
286 | if opts.get('git', False): |
|
286 | if opts.get('git', False): | |
287 |
path = |
|
287 | path = util.abspath(dest) | |
288 | # TODO: walk up looking for the git repo |
|
288 | # TODO: walk up looking for the git repo | |
289 | _setupdothg(ui, path) |
|
289 | _setupdothg(ui, path) | |
290 | return 0 |
|
290 | return 0 |
General Comments 0
You need to be logged in to leave comments.
Login now