Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Barry Scott
> On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: >> # HG changeset patch >> # User Barry A. Scott >> # Date 1475772736 -3600 >> # Thu Oct 06 17:52:16 2016 +0100 >> # Branch

Re: [PATCH 1 of 3] vfs: add the possibility to have a "ward" to check vfs usage

2016-10-18 Thread Augie Fackler
On Fri, Oct 14, 2016 at 03:56:13AM +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1470323266 -7200 > # Thu Aug 04 17:07:46 2016 +0200 > # Node ID 678c3cf029eceec20325928cff063ab71ea99761 > # Parent

Re: [PATCH 1 of 3] vfs: add the possibility to have a "ward" to check vfs usage

2016-10-18 Thread Pierre-Yves David
On 10/18/2016 03:15 PM, Augie Fackler wrote: On Fri, Oct 14, 2016 at 03:56:13AM +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1470323266 -7200 # Thu Aug 04 17:07:46 2016 +0200 # Node ID

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 09:07:36 -0400, Augie Fackler wrote: > On Tue, Oct 18, 2016 at 02:46:52PM +0200, Pierre-Yves David wrote: > > On 10/18/2016 02:25 AM, Augie Fackler wrote: > > >On Sun, Oct 16, 2016 at 03:50:10PM +0200, Pierre-Yves David wrote: > > >> > > >> > > >>On 10/08/2016 06:58 PM, Rodrigo

Re: [PATCH] manifest: don't store None in fulltextcache

2016-10-18 Thread Pierre-Yves David
On 10/18/2016 07:58 AM, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1476769882 25200 # Mon Oct 17 22:51:22 2016 -0700 # Node ID d2c313417026d76cb19534277df3f3a8b6b22425 # Parent

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Augie Fackler
On Tue, Oct 18, 2016 at 02:46:52PM +0200, Pierre-Yves David wrote: > > > On 10/18/2016 02:25 AM, Augie Fackler wrote: > >On Sun, Oct 16, 2016 at 03:50:10PM +0200, Pierre-Yves David wrote: > >> > >> > >>On 10/08/2016 06:58 PM, Rodrigo Damazio Bovendorp via Mercurial-devel wrote: > >>># HG changeset

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > > On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: > >> # HG changeset patch > >> # User Barry A. Scott > >> # Date 1475772736 -3600 > >> #

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Pierre-Yves David
On 10/18/2016 02:25 AM, Augie Fackler wrote: On Sun, Oct 16, 2016 at 03:50:10PM +0200, Pierre-Yves David wrote: On 10/08/2016 06:58 PM, Rodrigo Damazio Bovendorp via Mercurial-devel wrote: # HG changeset patch # User Rodrigo Damazio Bovendorp # Date 1475944120 25200 #

Re: [PATCH stable] tests: work around instability that caused test from 4999c12c526b to fail

2016-10-18 Thread Mads Kiilerich
On 10/18/2016 02:30 PM, Pierre-Yves David wrote: On 10/18/2016 01:33 AM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date 1476746894 -7200 # Tue Oct 18 01:28:14 2016 +0200 # Branch stable # Node ID 548f82b480d086c7a551b025fb980cd70187c880 #

Re: [PATCH 2 of 2] changegroup: skip delta when the underlying revlog do not use them

2016-10-18 Thread Augie Fackler
On Sun, Oct 16, 2016 at 02:02:23PM +0200, Pierre-Yves David wrote: > > > On 10/14/2016 09:01 AM, Gregory Szorc wrote: > >Cool. I was going to author this patch when I got back home! > > > >This patch will result in CPU regression for old clients having to > >re-deltify. It would be nice to have

Re: [PATCH stable] tests: work around instability that caused test from 4999c12c526b to fail

2016-10-18 Thread Pierre-Yves David
On 10/18/2016 03:18 PM, Mads Kiilerich wrote: On 10/18/2016 02:30 PM, Pierre-Yves David wrote: On 10/18/2016 01:33 AM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date 1476746894 -7200 # Tue Oct 18 01:28:14 2016 +0200 # Branch stable # Node

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Augie Fackler
> On Oct 18, 2016, at 09:38, Yuya Nishihara wrote: > >> After coordinating on irc to figure out what this proposal actually >> is, I've noticed that the semantics of this "exact" proposal are >> exactly what "glob" does today, which means (I think) that >> "files:foo/bar" should

Re: [PATCH 3 of 3] dirstate: add debug message for debug.dirstate.delaywrite

2016-10-18 Thread Kevin Bullock
> On Oct 18, 2016, at 10:19, Mads Kiilerich wrote: > > # HG changeset patch > # User Mads Kiilerich > # Date 1476803223 -7200 > # Tue Oct 18 17:07:03 2016 +0200 > # Node ID 9329389e9dc752652f7c820255ca5afa346c4e08 > # Parent

Re: [PATCH python-hglib] Add the abilty to trace the protocol between the client and server

2016-10-18 Thread Barry Scott
> On 16 Oct 2016, at 15:50, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 18:04:47 +0100, Barry A. Scott wrote: >> # HG changeset patch >> # User Barry A. Scott >> # Date 1475770955 -3600 >> # Thu Oct 06 17:22:35 2016 +0100 >> # Branch

[PATCH python-hglib] Add the abilty to trace the protocol between the client and server

2016-10-18 Thread Barry A. Scott
# HG changeset patch # User Barry A. Scott # Date 1476809117 -3600 # Tue Oct 18 17:45:17 2016 +0100 # Node ID 9855e0c3aac7600f82cf1596082a0e7f955360f9 # Parent 6f15cb7cc9cb4427f35c60080f85dbf4ca5abd10 Add the abilty to trace the protocol between the client and

Re: [PATCH python-hglib] Add the abilty to trace the protocol between the client and server

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 11:35:20 +0100, Barry Scott wrote: > > On 16 Oct 2016, at 15:50, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 18:04:47 +0100, Barry A. Scott wrote: > >> # HG changeset patch > >> # User Barry A. Scott > >> # Date 1475770955 -3600 > >> #

Re: history at diff blocks level

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 08:59:58 +0200, Denis Laxalde wrote: > Jun Wu a écrit : > > Excerpts from Denis Laxalde's message of 2016-10-03 16:38:17 +0200: > >> From UI point of view, the basic idea is to specify a (file name, line > >> range) pair and the simplest solution I could find is something

[PATCH 3 of 3] dirstate: add debug message for debug.dirstate.delaywrite

2016-10-18 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476803223 -7200 # Tue Oct 18 17:07:03 2016 +0200 # Node ID 9329389e9dc752652f7c820255ca5afa346c4e08 # Parent cde3cae17cba67f80b9f1b41e5cc5fe3b87cd06f dirstate: add debug message for debug.dirstate.delaywrite Show a

[PATCH 1 of 3] largefiles: clarify variable name holding file mode

2016-10-18 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476801939 -7200 # Tue Oct 18 16:45:39 2016 +0200 # Node ID 6d4322a34c2a543665d702fd10f38f1af6001715 # Parent 26089f5e3b51d0416b985ec78e7facdb3113aa48 largefiles: clarify variable name holding file mode A follow-up to

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Augie Fackler
On Tue, Oct 18, 2016 at 9:52 AM, Yuya Nishihara wrote: > On Tue, 18 Oct 2016 09:40:36 -0400, Augie Fackler wrote: >> > On Oct 18, 2016, at 09:38, Yuya Nishihara wrote: >> >> After coordinating on irc to figure out what this proposal actually >> >> is, I've noticed

Re: [PATCH] match: adding non-recursive directory matching

2016-10-18 Thread Yuya Nishihara
On Tue, 18 Oct 2016 10:12:07 -0400, Augie Fackler wrote: > On Tue, Oct 18, 2016 at 9:52 AM, Yuya Nishihara wrote: > > On Tue, 18 Oct 2016 09:40:36 -0400, Augie Fackler wrote: > >> > On Oct 18, 2016, at 09:38, Yuya Nishihara wrote: > >> >> After coordinating on irc

[PATCH 1 of 2 python-hglib] client: wrap long lines at 80 chars

2016-10-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1476803024 -32400 # Wed Oct 19 00:03:44 2016 +0900 # Node ID 1ec4c46d309dcaef7a9bab6415cacbc5caf72dfe # Parent 6f15cb7cc9cb4427f35c60080f85dbf4ca5abd10 client: wrap long lines at 80 chars diff --git a/hglib/client.py

mercurial@30212: 9 new changesets

2016-10-18 Thread Mercurial Commits
9 new changesets in mercurial: http://selenic.com/repo/hg//rev/1894c830ee74 changeset: 30204:1894c830ee74 user:Gábor Stefanik date:Tue Oct 11 04:39:47 2016 +0200 summary: copies: make _checkcopies handle copy sequences spanning the TCA (issue4028)

4.0 feature freeze has started

2016-10-18 Thread Kevin Bullock
I've merged default into stable and cut a 4.0-rc release. Please remember to update to stable and send only bug fixes, doc fixes, improved messaging, per [1]. [1]: https://www.mercurial-scm.org/wiki/TimeBasedReleasePlan#Rules_for_code_freeze_and_stable_branch_commits pacem in terris / мир /

Re: 4.0 feature freeze has started

2016-10-18 Thread Kevin Bullock
> On Oct 18, 2016, at 15:17, Kevin Bullock > wrote: > > I've merged default into stable and cut a 4.0-rc release. Please remember to > update to stable and send only bug fixes, doc fixes, improved messaging, > per [1]. > > [1]: >

Re: [PATCH] manifest: don't store None in fulltextcache

2016-10-18 Thread Durham Goode
On 10/17/16, 10:58 PM, "Martin von Zweigbergk" wrote: ># HG changeset patch ># User Martin von Zweigbergk ># Date 1476769882 25200 ># Mon Oct 17 22:51:22 2016 -0700 ># Node ID d2c313417026d76cb19534277df3f3a8b6b22425 ># Parent

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

2016-10-18 Thread Mercurial Commits
3 new changesets (3 on stable) in mercurial: http://selenic.com/repo/hg//rev/a76e04b674c4 changeset: 30213:a76e04b674c4 branch: stable parent: 30030:8d74027bd4e7 user:Wagner Bruna date:Tue Oct 11 20:39:47 2016 -0300 summary:

MercurialEclipse 2.2 problems

2016-10-18 Thread ALESSANDRO PROCOPIO
Dear Developers, I'm trying to install MercurialEclipse 2.2 from the MarketPlace some errors are occurring: "unable to read repository at https://bitbucket.org/mercurialeclipse/update-site/raw/default/content.xml; Since this file is not present in this path, in my opinion, the problem lies here.

Re: [PATCH] manifest: don't store None in fulltextcache

2016-10-18 Thread Martin von Zweigbergk via Mercurial-devel
On Tue, Oct 18, 2016 at 1:09 PM Durham Goode wrote: > > > On 10/17/16, 10:58 PM, "Martin von Zweigbergk" > wrote: > > ># HG changeset patch > ># User Martin von Zweigbergk > ># Date 1476769882 25200 > ># Mon Oct 17 22:51:22 2016

Re: history at diff blocks level

2016-10-18 Thread Denis Laxalde
Jun Wu a écrit : Excerpts from Denis Laxalde's message of 2016-10-03 16:38:17 +0200: Hi all, I've been recently thinking about adding some support in Mercurial to query repository history based on changes within a given line range in a file. I think that would be useful in at least two

[PATCH 3 of 4 STABLE] manifest: make manifestctx store the repo

2016-10-18 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1476837866 25200 # Tue Oct 18 17:44:26 2016 -0700 # Branch stable # Node ID 3efece5c59853908d65de53635488361dbf20c49 # Parent ed607426a3ff4deda8c7f2de8b86d5b6ca976d67 manifest: make manifestctx store the repo The old

[PATCH 4 of 4 STABLE] manifest: make treemanifestctx store the repo

2016-10-18 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1476837882 25200 # Tue Oct 18 17:44:42 2016 -0700 # Branch stable # Node ID d5bc7048144e6c9675134b85aadb9d7b69d406aa # Parent 3efece5c59853908d65de53635488361dbf20c49 manifest: make treemanifestctx store the repo Same as in the

[PATCH 1 of 4 STABLE] manifest: move manifest creation to a helper function

2016-10-18 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1476837171 25200 # Tue Oct 18 17:32:51 2016 -0700 # Branch stable # Node ID f4e70498d617737c47371a86c2177146c7b789fe # Parent e478f11e418288b8308457303d3ddf6a23f874f8 manifest: move manifest creation to a helper function A

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Jordi Gutiérrez Hermoso
On Tue, 2016-10-18 at 19:14 -0400, Jordi Gutiérrez Hermoso wrote: > On Thu, 2016-10-06 at 17:52 +0100, Barry A. Scott wrote: > > # HG changeset patch > > # User Barry A. Scott > > # Date 1475772736 -3600 > > # Thu Oct 06 17:52:16 2016 +0100 > > # Branch

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Jordi Gutiérrez Hermoso
On Thu, 2016-10-06 at 17:52 +0100, Barry A. Scott wrote: > # HG changeset patch > # User Barry A. Scott > # Date 1475772736 -3600 > # Thu Oct 06 17:52:16 2016 +0100 > # Branch hglib-gui-features > # Node ID 1ac3819a61527836d47f7cd6a113b194c307ffeb > # Parent