Chrome tracing

2017-02-11 Thread Bryan O'Sullivan
I put together a proof of concept patch tonight that adds the ability to use light(ish)weight instrumentation to generate trace files that the Chrome trace tool can render. Here's a local clone --pull of Mercurial itself: http://i.imgur.com/efWjFyE.png And the corresponding trace file, so you

Re: [PATCH 2 of 7 stable] bundle1: fix bundle1-denied reporting for push over ssh

2017-02-11 Thread Martin von Zweigbergk via Mercurial-devel
On Sat, Feb 11, 2017 at 10:28 AM, Gregory Szorc wrote: > > >> On Feb 10, 2017, at 15:54, Martin von Zweigbergk via Mercurial-devel >> wrote: >> >> On Fri, Feb 10, 2017 at 9:53 AM, Pierre-Yves David >>

Re: [PATCH 3 of 8 v3] contrib: add a write microbenchmark to perf.py

2017-02-11 Thread Bryan O'Sullivan
On Fri, Feb 10, 2017 at 1:06 PM, Simon Farnsworth wrote: > +def write(): > +ui.write(('Testing write performance\n')) > You'll want to do this in a loop 10,000 times or something instead of just once, so that the numbers you get actually give you some idea of what's

mercurial@30893: 3 new changesets

2017-02-11 Thread Mercurial Commits
3 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b1b36c6499c2 changeset: 30891:b1b36c6499c2 parent: 30887:a95fc01aaffe user:Jun Wu date:Wed Feb 08 14:45:30 2017 -0800 summary: commandserver: handle backlog before exiting

Re: Google Summer of Code 2017.

2017-02-11 Thread Pulkit Goyal
So I mailed the GSoC people at Python, after waiting for a reply for few days I talked to "meflin" (he is one those handling GSoC at Python) at IRC and they are happy to include us but they will add more sub-org once Google finishes the procedure of organisation selection which will be on 27th

Re: [PATCH 6 of 6 remotenames-ext] selectivepull: support list of default bookmarks

2017-02-11 Thread Gregory Szorc
> On Jan 30, 2017, at 07:56, Stanislau Hlebik wrote: > > # HG changeset patch > # User Stanislau Hlebik > # Date 1485791649 28800 > # Mon Jan 30 07:54:09 2017 -0800 > # Node ID 227796849698292c76c70e874179de52b7b688d6 > # Parent

Re: [PATCH V2] localrepo: avoid unnecessary conversion from node to rev

2017-02-11 Thread Gregory Szorc
> On Feb 10, 2017, at 05:48, Yuya Nishihara wrote: > >> On Tue, 7 Feb 2017 13:11:23 -0800, Jun Wu wrote: >> V1 was accepted and in hg-committed [1] already. I don't know the official >> recommended workflows but I used to just push follow-up fixes. > > It's at the bottom of the

Re: [PATCH STABLE V4] misc: update year in copyright lines

2017-02-11 Thread Augie Fackler
queued for stable, thanks > On Feb 11, 2017, at 12:25 PM, FUJIWARA Katsunori > wrote: > > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1486833813 -32400 > # Sun Feb 12 02:23:33 2017 +0900 > # Branch stable > # Node ID

Re: [PATCH 2 of 7 stable] bundle1: fix bundle1-denied reporting for push over ssh

2017-02-11 Thread Gregory Szorc
> On Feb 10, 2017, at 15:54, Martin von Zweigbergk via Mercurial-devel > wrote: > > On Fri, Feb 10, 2017 at 9:53 AM, Pierre-Yves David > wrote: >> # HG changeset patch >> # User Pierre-Yves David

mercurial@30890: 3 new changesets (3 on stable)

2017-02-11 Thread Mercurial Commits
3 new changesets (3 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/561a019c0268 changeset: 30888:561a019c0268 branch: stable parent: 30874:af3b5aa61fc0 user:FUJIWARA Katsunori date:Sat Feb 11 00:23:53 2017 +0900 summary:

Re: [PATCH] pager: exit cleanly on SIGPIPE (BC)

2017-02-11 Thread Yuya Nishihara
On Wed, 8 Feb 2017 07:47:39 -0800, Simon Farnsworth wrote: > # HG changeset patch > # User Simon Farnsworth > # Date 1486568650 28800 > # Wed Feb 08 07:44:10 2017 -0800 > # Node ID d50cda2a403786836d1f0d5c99401599dc4f43ec > # Parent 1f51b4658f21bbb797e922d155c1046eddccf91d

Re: [PATCH 1 of 4 STABLE V3] misc: update year in copyright lines

2017-02-11 Thread FUJIWARA Katsunori
At Fri, 10 Feb 2017 16:03:53 -0500, Augie Fackler wrote: > > On Sat, Feb 11, 2017 at 12:30:03AM +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1486740233 -32400 > > # Sat Feb 11 00:23:53 2017 +0900 > > # Branch

Re: [PATCH] config: add extension point for extracting all included files

2017-02-11 Thread Yuya Nishihara
On Tue, 7 Feb 2017 15:31:02 +, De Mare, Mathias (Nokia - BE) wrote: > > > On Feb 3, 2017, at 09:56, Mathias De Maré > > wrote: > > > > > > # HG changeset patch > > > # User Mathias De Mare # Date > > 1486132049 > > > -3600 > > > # Fri