Re: [PATCH 9 of 9 V2] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-27 Thread Pierre-Yves David
On 09/26/2016 05:33 PM, Jun Wu wrote: Did you amend the patch to add two lines of comments for "revlog: specify checkambig at writing to avoid file stat ambiguity"? +# When True, indexfile is opened with checkambig=True at writing, to +# avoid file stat ambiguity.

Re: [PATCH 9 of 9 V2] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-26 Thread Jun Wu
Did you amend the patch to add two lines of comments for "revlog: specify checkambig at writing to avoid file stat ambiguity"? +# When True, indexfile is opened with checkambig=True at writing, to +# avoid file stat ambiguity. ^^ - should be one single space I'd

Re: [PATCH 9 of 9 V2] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-22 Thread Pierre-Yves David
On 09/22/2016 02:59 PM, FUJIWARA Katsunori wrote: # HG changeset patch # User FUJIWARA Katsunori # Date 1474548720 -32400 # Thu Sep 22 21:52:00 2016 +0900 # Node ID c47d67e9412df24914ff4caaf1437a2c35a0af6b # Parent 338febde64d5fe6a5aac79aff54741e201b5d88f transaction: open a file with chec

[PATCH 9 of 9 V2] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1474548720 -32400 # Thu Sep 22 21:52:00 2016 +0900 # Node ID c47d67e9412df24914ff4caaf1437a2c35a0af6b # Parent 338febde64d5fe6a5aac79aff54741e201b5d88f transaction: open a file with checkambig=True to avoid file stat ambiguity Before thi