D4312: New bookflow extension for bookmark-based branching

2018-10-26 Thread smf (Sean Farley)
smf added a comment. In https://phab.mercurial-scm.org/D4312#77596, @idlsoft wrote: > @smf I just noticed your name on https://www.mercurial-scm.org/wiki/BookmarkUpdatePlan, which puts your comments into a larger context. > This would definitely be an improvement, and reduce the

mercurial@40425: 10 new changesets (7 on stable)

2018-10-26 Thread Mercurial Commits
10 new changesets (7 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/36ba91e06948 changeset: 40416:36ba91e06948 branch: stable parent: 40406:7b48c616431d user:Yuya Nishihara date:Tue Oct 23 20:46:21 2018 +0900 summary: exewrapper: apply

[Bug 6013] New: Allow specifying additional paths to search for template files.

2018-10-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6013 Bug ID: 6013 Summary: Allow specifying additional paths to search for template files. Product: Mercurial Version: unspecified Hardware: PC OS: Linux

D5194: wireprotov2: add an extension to cache wireproto v2 responses in S3

2018-10-26 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Is this useful enough to others that it should live in the hg core repo? It doesn't seem like it to me, but maybe I'm wrong. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5194 To: sheehan, #hg-reviewers Cc: martinvonz, indygreg,

D5194: wireprotov2: add an extension to cache wireproto v2 responses in S3

2018-10-26 Thread sheehan (Connor Sheehan)
sheehan added a subscriber: indygreg. sheehan added a comment. Throwing this up for review now, but there are a few things that could be done to improve this. A cache expiration policy might be useful, but is difficult to test with the S3 bucket expiration rules. It may also be desirable to

D5194: wireprotov2: add an extension to cache wireproto v2 responses in S3

2018-10-26 Thread sheehan (Connor Sheehan)
sheehan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY With wireprotocol version two introducing command response caching and enabling content redirect responses, it is possible to store response objects in an

Re: [PATCH 1 of 2 V2] perf: introduce a perfrevlogwrite command

2018-10-26 Thread Boris FELD
On 25/10/2018 13:24, Yuya Nishihara wrote: > On Fri, 19 Oct 2018 14:25:13 +0200, Boris Feld wrote: >> # HG changeset patch >> # User Boris Feld >> # Date 1538556809 -7200 >> # Wed Oct 03 10:53:29 2018 +0200 >> # Node ID 78ffc55c0d6034972ea3d49b8c565c563ef27121 >> # Parent

Re: [PATCH STABLE] crecord: make nextsametype() check that parent item exists (issue6009)

2018-10-26 Thread Yuya Nishihara
On Thu, 25 Oct 2018 21:43:20 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1540474423 -28800 > # Thu Oct 25 21:33:43 2018 +0800 > # Branch stable > # Node ID 7e4ffe2719e4af2a9e56c9ee097ed6720f5c3906 > # Parent e928bedf0919c7bd851bb4481dfff61c653bd5f9

Re: [PATCH 2 of 2] py3: roll up threading.Thread constructor args into **kwargs

2018-10-26 Thread Boris FELD
LGTM. I couldn't find any code that was passing those arguments and as the class is local to the `_windowsworker` function, can we remove the support for those arguments? On 26/10/2018 04:41, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1540520002 14400 > #

[Bug 6012] New: Same behavior for bookmark "master" than for "@" ?

2018-10-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6012 Bug ID: 6012 Summary: Same behavior for bookmark "master" than for "@" ? Product: Mercurial Version: unspecified Hardware: All OS: All Status: UNCONFIRMED

[Bug 6011] New: Merging recreating deleted files

2018-10-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6011 Bug ID: 6011 Summary: Merging recreating deleted files Product: Mercurial Version: 4.7.2 Hardware: PC OS: Linux Status: UNCONFIRMED Severity: feature