[PATCH 3 of 3] listkeypattern: add listkeypattern wireproto method

2016-08-12 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1470999441 25200 # Fri Aug 12 03:57:21 2016 -0700 # Node ID c2ee493e216c60ff439ab93cc1efe6ac5922d8eb # Parent fd2185d7c2f7aa529b2ad0a6584832fb2b1b4ecb listkeypattern: add listkeypattern wireproto method wireproto method to

[PATCH] remotenames: selectivepull, update to the unknown bookmark tries to pull it

2016-08-12 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1470996226 25200 # Fri Aug 12 03:03:46 2016 -0700 # Node ID ecc99b9467e510bdd7ac6f0093457f26f962b3d7 # Parent 34e09d7db15c7d4e964b737d2af539a22cdcbc22 remotenames: selectivepull, update to the unknown bookmark tries to pull

[PATCH 2 of 3] listkeypattern: add listkeypattern to localpeer

2016-08-12 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1470932783 25200 # Thu Aug 11 09:26:23 2016 -0700 # Node ID fd2185d7c2f7aa529b2ad0a6584832fb2b1b4ecb # Parent a7c8796d3636837bc90c2bc3712a0da5e44ebe75 listkeypattern: add listkeypattern to localpeer Add localpeer method to

Re: [PATCH 4 of 4] chg: change server's process title

2016-08-12 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-08-12 09:26:37 +0900: > On Thu, 11 Aug 2016 18:28:09 +0100, Jun Wu wrote: > > Excerpts from Yuya Nishihara's message of 2016-08-12 01:55:44 +0900: > > > Maybe we'll need setproctitle() equivalent for Linux which will update > > > argv? > > > > That

Re: [PATCH] performance: disable workaround for an old bug of Python

2016-08-12 Thread Maciej Fijalkowski
Well, seems the comment is out of date. I know the issue - the GC got triggered every X objects in 2.6, which caused O(n^2) performance when allocating lots of objects. These days (since 2.7) it adapts the threshold, which means it always amortizes to O(n). Either way, I don't care if we disable

[PATCH 3 of 3] py3: switch to unicode/bytes in pycompat.py

2016-08-12 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1471048490 -19800 # Sat Aug 13 06:04:50 2016 +0530 # Node ID 9a350943e42d8969e52a0001a806938aa8e815e1 # Parent 1141751d3fbffc136a0afd6103c43532220f337d py3: switch to unicode/bytes in pycompat.py replace() requires

[PATCH 1 of 2] merge: use labels in prompts to the user

2016-08-12 Thread Simon Farnsworth
# HG changeset patch # User Simon Farnsworth # Date 1471006902 25200 # Fri Aug 12 06:01:42 2016 -0700 # Node ID 6d3af00243808b1be9f27a5545be0fce0e43d1f2 # Parent 37b6f0ec6241a62de90737409458cd622e2fac0d merge: use labels in prompts to the user Now that we persist the

[PATCH] remotenames: selectivepull, pull only bookmarks that are in remotenames

2016-08-12 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1470994524 25200 # Fri Aug 12 02:35:24 2016 -0700 # Node ID 34e09d7db15c7d4e964b737d2af539a22cdcbc22 # Parent 7a6c5ff76f225c8ebe9baef9d5ef753da915aa8b remotenames: selectivepull, pull only bookmarks that are in remotenames

Re: [PATCH] remotenames: selectivepull, pull only bookmarks that are in remotenames

2016-08-12 Thread Jun Wu
The community code usually wraps its commit message at 76-79 chars, like below: Excerpts from Stanislau Hlebik's message of 2016-08-12 02:38:31 -0700: > # HG changeset patch > # User Stanislau Hlebik > # Date 1470994524 25200 > # Fri Aug 12 02:35:24 2016 -0700 > # Node ID

Re: [PATCH 4 of 4] chg: change server's process title

2016-08-12 Thread Gregory Szorc
> On Aug 11, 2016, at 09:55, Yuya Nishihara wrote: > >> On Thu, 11 Aug 2016 17:24:36 +0100, Jun Wu wrote: >> Excerpts from Yuya Nishihara's message of 2016-08-11 23:28:20 +0900: On Wed, 10 Aug 2016 18:30:00 +0100, Jun Wu wrote: # HG changeset patch # User Jun Wu

mercurial@29773: 8 new changesets (1 on stable)

2016-08-12 Thread Mercurial Commits
8 new changesets (1 on stable) in mercurial: http://selenic.com/repo/hg//rev/5004ef47f437 changeset: 29766:5004ef47f437 branch: stable parent: 29717:a12d13eac513 user:Yuya Nishihara date:Sun Aug 07 14:58:49 2016 +0900 summary: revset: fix keyword