[Changed Subscribers] D11340: clone: properly create target directories during local clone (issue6581)
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Aug 25 10:21:57 UTC 2021
Alphare added inline comments.
INLINE COMMENTS
> streamclone.py:824
> dst_path = dst_vfs.join(path)
> - dirname = dst_vfs.dirname(path)
> - if not dst_vfs.exists(dirname):
> - dst_vfs.makedirs(dirname)
> + # We cannot use dirname and makedirs of dst_vfs here because the store
> + # encoding put them off. See issue 6581 for details.
Not 100% sure what "put them off" means in this context
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11340/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11340
To: marmoute, #hg-reviewers
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210825/6ae6c5af/attachment-0002.html>
More information about the Mercurial-patches
mailing list