Re: [PATCH evolve-ext] evolve: fix for evolve:96cb98989d57. _filterederror was moved from context

2018-04-23 Thread Feld Boris
The bug has been fixed in another way. We dropped support for hg 4.6 as core has all the information. Thank you for the bug report. On 20/04/2018 20:42, James Reynolds wrote: # HG changeset patch # User James Reynolds # Date 1524253036 14400 # Fri Apr 20

Re: [PATCH 2 of 2 V6] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-18 Thread Feld Boris
The V5 modified in-flight has been taken, sorry for the noise. On 17/04/2018 12:14, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1523369212 -7200 # Tue Apr 10 16:06:52 2018 +0200 # Node ID a8bfeca77f8e59c9f9e8552f04ec2f553d59e7fa # Parent

Re: [PATCH 3 of 3 V5] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-17 Thread Feld Boris
On 16/04/2018 19:49, Feld Boris wrote: On 16/04/2018 14:24, Yuya Nishihara wrote: On Mon, 16 Apr 2018 08:58:31 +0200, Boris Feld wrote: # HG changeset patch # User Boris Feld <boris.f...@octobus.net> # Date 1523369212 -7200 #  Tue Apr 10 16:06:52 2018 +0200 # N

Re: [PATCH 3 of 3 V5] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-16 Thread Feld Boris
On 16/04/2018 14:24, Yuya Nishihara wrote: On Mon, 16 Apr 2018 08:58:31 +0200, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1523369212 -7200 # Tue Apr 10 16:06:52 2018 +0200 # Node ID 109ca88347d7b531d4b48370efcbc4d6e850cf92 # Parent

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-04-13 Thread Feld Boris
On 13/04/2018 15:48, Feld Boris wrote: On 12/04/2018 13:09, Yuya Nishihara wrote: On Thu, 12 Apr 2018 11:32:23 +0200, Feld Boris wrote: On 11/04/2018 17:16, Yuya Nishihara wrote: On Wed, 11 Apr 2018 11:36:05 +0200, Feld Boris wrote: The proposal here is to define a prefix for which we break

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-04-13 Thread Feld Boris
On 12/04/2018 13:09, Yuya Nishihara wrote: On Thu, 12 Apr 2018 11:32:23 +0200, Feld Boris wrote: On 11/04/2018 17:16, Yuya Nishihara wrote: On Wed, 11 Apr 2018 11:36:05 +0200, Feld Boris wrote: The proposal here is to define a prefix for which we break backward compatibility. If we do so

Re: [PATCH 2 of 4 V3] revset: disable compat with legacy compat for internal revsets API (API)

2018-04-13 Thread Feld Boris
On 11/04/2018 17:23, Yuya Nishihara wrote: On Wed, 11 Apr 2018 11:50:15 +0200, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1520412972 18000 # Wed Mar 07 03:56:12 2018 -0500 # Node ID 00090d394d4e0a7c2637f161493353530dcf739d # Parent

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-04-12 Thread Feld Boris
On 11/04/2018 17:16, Yuya Nishihara wrote: On Wed, 11 Apr 2018 11:36:05 +0200, Feld Boris wrote: The proposal here is to define a prefix for which we break backward compatibility. If we do so, people with a "" label will have to use:   "":whatever to get a simil

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-04-11 Thread Feld Boris
On 02/03/2018 05:58, Yuya Nishihara wrote: On Thu, 1 Mar 2018 15:48:47 -0500, Feld Boris wrote: On 26/02/2018 08:11, Yuya Nishihara wrote: On Mon, 26 Feb 2018 11:45:03 +0100, Feld Boris wrote: On 13/02/2018 12:47, Yuya Nishihara wrote: On Mon, 12 Feb 2018 18:00:52 +0100, Boris Feld wrote

Re: [PATCH 10 of 12 V3] bundle2: support a 'records' mode for the 'bookmarks' part

2018-03-23 Thread Feld Boris
Thank you for the report, it was already spotted and fixed by https://www.mercurial-scm.org/repo/hg/rev/2f54a3e228ff 2 months ago. On 22/03/2018 18:49, Durham Goode wrote: Potential bug mentioned inline On 11/20/17 8:52 AM, Boris Feld wrote: # HG changeset patch # User Boris Feld

Re: [PATCH 1 of 8] util: add helper to define proxy functions to utils.*

2018-03-23 Thread Feld Boris
Many, many thanks! On 22/03/2018 17:53, Pulkit Goyal wrote: On Thu, Mar 22, 2018 at 8:31 PM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1521720642 -32400 # Thu Mar 22 21:10:42 2018 +0900 # Node ID

Re: [PATCH] obsolete: add a note that explains creating aliases for marker flags

2018-03-20 Thread Feld Boris
LGTM On 20/03/2018 11:15, Anton Shestakov wrote: # HG changeset patch # User Anton Shestakov # Date 1521526325 -28800 # Tue Mar 20 14:12:05 2018 +0800 # Node ID 6ee52d3b6bd4b86a68799cc969035cd0fd77ffe5 # Parent e349ad5cbb7195607a300439a12a5316795125f8 obsolete: add a

Re: evolve amend and push problem

2018-03-15 Thread Feld Boris
Hi Uwe, It's likely an incompatibility between the evolution way of doing amend and the notify hook, could you open a ticket here: https://bz.mercurial-scm.org/ so we can track it? Thanks, Boris Feld On 14/03/2018 11:04, Uwe Brauer wrote: Hi I have the evolve extension enabled and

Re: [PATCH 1 of 7 V2] revbranchcache: add a public function to update the data

2018-03-15 Thread Feld Boris
I just sent a V3, I didn't saw your email sorry. On 03/03/2018 01:22, Yuya Nishihara wrote: On Thu, 01 Mar 2018 15:44:16 -0500, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1516281665 -3600 # Thu Jan 18 14:21:05 2018 +0100 # Node ID

Bugzilla stats email

2018-03-13 Thread Feld Boris
Hello, I've activated the weekly bugzilla stats email on a weekly basics for the mercurial-devel mailing-list. The mail comes from octo...@octobus.net with the subject "bugzilla weekly report". It's for the moment a text version of https://hgbzstats.octobus.net/. I presented it at the

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-03-01 Thread Feld Boris
On 26/02/2018 08:11, Yuya Nishihara wrote: On Mon, 26 Feb 2018 11:45:03 +0100, Feld Boris wrote: On 13/02/2018 12:47, Yuya Nishihara wrote: On Mon, 12 Feb 2018 18:00:52 +0100, Boris Feld wrote: # HG changeset patch # User Boris Feld <boris.f...@octobus.net> # Date 1518448909 -3600 #

Re: [PATCH RFC] hgweb: show explanations for unstable changesets

2018-02-26 Thread Feld Boris
On 21/02/2018 14:51, Anton Shestakov wrote: # HG changeset patch # User Anton Shestakov # Date 1519199933 -28800 # Wed Feb 21 15:58:53 2018 +0800 # Node ID 628c839d1eec60db3a4548c5bd7430ff4fc9a5a4 # Parent aefb75730ea34f545f0756bf8441fc9ae07bf8dc hgweb: show

Re: [PATCH 2 of 2 V2] revset: skip old style lookup if external whitespace are detected

2018-02-26 Thread Feld Boris
On 13/02/2018 12:47, Yuya Nishihara wrote: On Mon, 12 Feb 2018 18:00:52 +0100, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1518448909 -3600 # Mon Feb 12 16:21:49 2018 +0100 # Node ID b0f45e1376e2d0f32023e197c51802bc21c60490 # Parent

Re: [PATCH STABLE] graphlog: document what "_" and "*" mean

2018-02-22 Thread Feld Boris
LGTM On 22/02/2018 08:34, Anton Shestakov wrote: # HG changeset patch # User Anton Shestakov # Date 1519283924 -28800 # Thu Feb 22 15:18:44 2018 +0800 # Branch stable # Node ID a1b8de1983b1c5421f7c7195e01b20df5306500a # Parent c19e66dacaa184feba31136c18a369ba995ddfe4

Re: [PATCH 2 of 4] revbranchcache: add a bundle2 handler for a rbc part

2018-02-20 Thread Feld Boris
On 19/01/2018 15:54, Yuya Nishihara wrote: On Thu, 18 Jan 2018 16:38:45 +0100, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1516282142 -3600 # Thu Jan 18 14:29:02 2018 +0100 # Node ID 9c1ad82226a2e1fc7ca69550a46a7f7329c6b579 # Parent

Re: [PATCH 2 of 2 STABLE] revset: skip old style lookup if external whitespace are detected

2018-02-12 Thread Feld Boris
Just saw that the changesets are on stable somehow, sorry ignore this, I will send a V2. On 12/02/2018 17:19, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1518448909 -3600 # Mon Feb 12 16:21:49 2018 +0100 # Branch stable # Node ID

Re: [PATCH evolve-ext] compat: add wrapper for logcmdutil functions

2018-02-05 Thread Feld Boris
We've taken it, thanks! (We moved it to stable in the process). On 05/02/2018 13:28, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1517831926 -32400 # Mon Feb 05 20:58:46 2018 +0900 # Node ID cc46c32da6b0e9aed1d50aa0596353365213eec3 # Parent

Re: That pesky windows run-tests failure on the buildbot

2017-12-13 Thread Feld Boris
On Wed, 2017-12-13 at 21:29 +0900, Yuya Nishihara wrote: > On Tue, 12 Dec 2017 18:13:24 -0500, Matt Harbison wrote: > > > On Dec 12, 2017, at 5:57 PM, Augie Fackler > > > wrote: > > > Finally, some useful output: > > > > > > +  --- $TESTTMP/anothertests/test-runtestdir.t > > >