[PATCH 1 of 7] share: use context manager or utility function to write file
Yuya Nishihara
yuya at tcha.org
Sun Jan 14 08:25:39 UTC 2018
On Sat, 13 Jan 2018 23:24:11 -0800, Gregory Szorc wrote:
> On Fri, Jan 12, 2018 at 9:02 PM, Yuya Nishihara <yuya at tcha.org> wrote:
>
> > # HG changeset patch
> > # User Yuya Nishihara <yuya at tcha.org>
> > # Date 1515817396 -32400
> > # Sat Jan 13 13:23:16 2018 +0900
> > # Node ID 2eeaf96c20fce19c8edccf4936aceee4ce651de9
> > # Parent 991f0be9dc39c402d63a4a8f19cde052095c4689
> > share: use context manager or utility function to write file
> >
>
> Queued this series.
>
> I'm personally not a huge fan of the helper APIs in the vfs/io layer:
Neither am I, at least for write/append operation. But I don't have strong
preference.
More information about the Mercurial-devel
mailing list