Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-12-04 Thread Yuya Nishihara
On Sun, 03 Dec 2017 22:17:21 -0500, Matt Harbison wrote: > On Mon, 27 Nov 2017 07:35:04 -0500, Yuya Nishihara wrote: > > > On Sun, 26 Nov 2017 20:11:25 -0500, Matt Harbison wrote: > >> On Sun, 26 Nov 2017 05:38:53 -0500, Yuya Nishihara > >> wrote: > >> > On Sat, 25 Nov 2017 23:53:45 -0500, Mat

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-12-03 Thread Matt Harbison
On Mon, 27 Nov 2017 07:35:04 -0500, Yuya Nishihara wrote: On Sun, 26 Nov 2017 20:11:25 -0500, Matt Harbison wrote: On Sun, 26 Nov 2017 05:38:53 -0500, Yuya Nishihara wrote: > On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: >> It's probably beyond the scope of what you were fixing,

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-27 Thread Yuya Nishihara
On Sun, 26 Nov 2017 20:11:25 -0500, Matt Harbison wrote: > On Sun, 26 Nov 2017 05:38:53 -0500, Yuya Nishihara wrote: > > On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: > >> It's probably beyond the scope of what you were fixing, but should all > >> subrepo recursion be guarded like this?

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-26 Thread Matt Harbison
On Sun, 26 Nov 2017 05:38:53 -0500, Yuya Nishihara wrote: On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: On Sat, 25 Nov 2017 02:35:04 -0500, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1511593310 -32400 > # Sat Nov 25 16:01:50 2017 +0900 >

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: > On Sat, 25 Nov 2017 02:35:04 -0500, Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1511593310 -32400 > > # Sat Nov 25 16:01:50 2017 +0900 > > # Node ID b6e526ee5d2662ca30a555ca51264b3e371fe44e

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-25 Thread Matt Harbison
On Sat, 25 Nov 2017 02:35:04 -0500, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1511593310 -32400 # Sat Nov 25 16:01:50 2017 +0900 # Node ID b6e526ee5d2662ca30a555ca51264b3e371fe44e # Parent 38e952030f0c4746257280d47f0f94b6cb9ddb41 cat: do not instantiate subr

[PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-24 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1511593310 -32400 # Sat Nov 25 16:01:50 2017 +0900 # Node ID b6e526ee5d2662ca30a555ca51264b3e371fe44e # Parent 38e952030f0c4746257280d47f0f94b6cb9ddb41 cat: do not instantiate subrepo if no potential match in it This fixes the test failure i