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 commands

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 hglib-gui-features >> # Node ID 1ac3819a61527836d47f7c

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 hglib-protocol-trace >> # Node ID efc527cc43d7394a5bd0

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 87a7c0d403ff29dcae2a41e0516c75bbd9f6a5a8 manifes

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 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 # Parent 328545c7d8a1044330b8a5bfbdd9c2ff08625d6a tests: work around instab

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 # Sat Oct 08 09:28

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 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 nu

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 > >> # Thu Oct 06 17:52:16 2016 +0100 > >

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

2016-10-18 Thread Yuya Nishihara
On Fri, 14 Oct 2016 03:08:06 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1476401471 -7200 > # Fri Oct 14 01:31:11 2016 +0200 > # Node ID 747c0a1084ef6251a987e469197bad7796756403 > # Parent e19eb107706e7210c3b359d66f5274911b181566 > # EXP-Topic s

Re: [PATCH] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-10-18 Thread Augie Fackler
On Sat, Oct 08, 2016 at 11:49:54AM +0200, Pierre-Yves David wrote: > > > On 09/30/2016 06:39 PM, Martin von Zweigbergk via Mercurial-devel wrote: > >This looks great to me. I think Pierre-Yves wanted to discuss this in > >person at the sprint, and since the sprint is only a week away, I can > >wait

Re: [PATCH] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-10-18 Thread Pierre-Yves David
On 10/18/2016 03:13 PM, Augie Fackler wrote: On Sat, Oct 08, 2016 at 11:49:54AM +0200, Pierre-Yves David wrote: On 09/30/2016 06:39 PM, Martin von Zweigbergk via Mercurial-devel wrote: This looks great to me. I think Pierre-Yves wanted to discuss this in person at the sprint, and since the

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 c0410814002f467c24ef07ce73850ba15b306f8e > # EXP-T

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 678c3cf029eceec20325928cff063ab71ea99761 # Parent c0410814002f

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 # Parent 328545c7d8a10443

Re: [PATCH] revert: do not reverse hunks in interactive when REV is not parent (issue5096)

2016-10-18 Thread Augie Fackler
On Tue, Oct 18, 2016 at 9:14 AM, Pierre-Yves David wrote: > > > On 10/18/2016 03:13 PM, Augie Fackler wrote: >> >> On Sat, Oct 08, 2016 at 11:49:54AM +0200, Pierre-Yves David wrote: >>> >>> >>> >>> On 09/30/2016 06:39 PM, Martin von Zweigbergk via Mercurial-devel wrote: This looks great

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 ID 548f82b480d086c7a5

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] 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 be representable

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

2016-10-18 Thread Yuya Nishihara
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 that the semantics of this "exact" proposal are > >> exactly what "glob" does today, which me

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 that the semantics of this "exac

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 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > 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 147577

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 > >> # Thu Oct 06 17:22:35 2016 +0100 > >

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

2016-10-18 Thread Barry Scott
I will create new patches taking into account all the feedback so far. The check-code.py tool shows that these errors exists already in hglib/*.py hglib/client.py:574: > raise ValueError('revision and node not found in hg output: %r' > % out) line too long hglib/client.py:879: >

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 to figure out what this proposal

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 like:

[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 b/hglib/client.py --- a/

[PATCH 2 of 2 python-hglib] util: drop mutable default from popen()

2016-10-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1476803147 -32400 # Wed Oct 19 00:05:47 2016 +0900 # Node ID 50ce9593ec69508946fc2f9fc88d79a6b9bcfc33 # Parent 1ec4c46d309dcaef7a9bab6415cacbc5caf72dfe util: drop mutable default from popen() It can be None because it is used only if not emp

mercurial@30203: 12 new changesets

2016-10-18 Thread Mercurial Commits
12 new changesets in mercurial: http://selenic.com/repo/hg//rev/509d29255c04 changeset: 30192:509d29255c04 parent: 30188:8a864844d5a0 user:Gábor Stefanik date:Wed Oct 12 12:41:28 2016 +0200 summary: tests: introduce tests for grafting through renames http://selenic.com

[PATCH 2 of 3] dirstate: fix debug.dirstate.delaywrite to use the new "now" after sleeping

2016-10-18 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1476802355 -7200 # Tue Oct 18 16:52:35 2016 +0200 # Node ID cde3cae17cba67f80b9f1b41e5cc5fe3b87cd06f # Parent 6d4322a34c2a543665d702fd10f38f1af6001715 dirstate: fix debug.dirstate.delaywrite to use the new "now" after sleeping It seems like

[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 message like: delaying

[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 c01acee367ec. 'st' sou

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 15:15:35 +0100, Barry Scott wrote: > > > On 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > > > On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > >> There are 2 reasons to have the cbout and cberr call backs. For a > >> push/pull that > >> does not prompt it provides

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 cde3cae17cba67f80b9f1b41e5cc5fe3b87cd06f > dirstate: add debug me

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

2016-10-18 Thread Mads Kiilerich
On 10/18/2016 06:17 PM, Kevin Bullock wrote: 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 cde3cae17cba67f80b9f1b41e5cc5fe3b8

[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 server. This is useful when de

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) http://selenic.com/repo/h

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 Wednesday, 19 October 2016 00:29:52 BST Yuya Nishihara wrote: > On Tue, 18 Oct 2016 15:15:35 +0100, Barry Scott wrote: > > > On 18 Oct 2016, at 14:11, Yuya Nishihara wrote: > > > > > > On Tue, 18 Oct 2016 11:27:00 +0100, Barry Scott wrote: > > >> There are 2 reasons to have the cbout and cberr

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 87a7c0d403ff29dcae2a41e0516c75bbd9f6a5a8 >manifest: don't sto

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: i18n-pt_BR: synchronized with 149433e689

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, &c. 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, &c. > per [1]. > > [1]: > https://www.mercurial-scm.org/wiki/TimeBasedReleasePlan#Ru

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. C

Re: MercurialEclipse 2.2 problems

2016-10-18 Thread Kevin Bullock
> On Oct 18, 2016, at 07:20, ALESSANDRO PROCOPIO > wrote: > > 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 th

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 -0700 > ># Node ID d2c313417026d76cb19534277df3f3a8b6b22425 >

mercurial@30217: 2 new changesets (2 on stable)

2016-10-18 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: http://selenic.com/repo/hg//rev/a314082946f8 changeset: 30216:a314082946f8 branch: stable user:Kevin Bullock date:Tue Oct 18 14:27:25 2016 -0500 summary: Added tag 4.0-rc for changeset 438173c41587 http://selenic.com/repo/hg

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 efc527cc43d7394a5bd0deb1d29c43075

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 hglib-gui-features > > # Node ID 1ac381

Re: [PATCH 3 of 3 remotefilelog-ext] debian: add missing dependencies so that cdatapack builds

2016-10-18 Thread Durham Goode
Pushed. Thanks On 10/18/16 11:07 AM, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1476813984 14400 # Tue Oct 18 14:06:24 2016 -0400 # Node ID 0f7301b181ec0a5a3ab11a054fc45572e18e44fd # Parent fe8ed0e94d70cef427a7e15f5c815d5c7ae7ae7f debian: add missing dependenci

[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 future patch will be

[PATCH 2 of 4 STABLE] manifest: make manifestlog a storecache

2016-10-18 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1476837219 25200 # Tue Oct 18 17:33:39 2016 -0700 # Branch stable # Node ID ed607426a3ff4deda8c7f2de8b86d5b6ca976d67 # Parent f4e70498d617737c47371a86c2177146c7b789fe manifest: make manifestlog a storecache The old @property on manifestlog was

[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 manifestctx stored a refer

[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 last commit, th

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

2016-10-18 Thread Durham Goode
Foozy pointed this out to me at the sprint and I didn't manage to get it done in time for the freeze. This series fixes a pretty notable regression from the old manifest code in that the manifestlog is being recreated every time repo.manifestlog is called. On 10/18/16 5:50 PM, Durham Goode w