Re: Evolve naming troubles

2017-01-22 Thread Matt Harbison
On Fri, 20 Jan 2017 13:11:40 -0500, Sean Farley wrote: While we are in a freeze and have some time to think about things outside of features, I'd like to bring up naming evolution terms before they are permanently frozen. I'll keep this mostly short with a list of current

Re: [PATCH] help: replace patterns with matching

2017-01-24 Thread Matt Harbison
On Tue, 24 Jan 2017 01:42:09 -0500, timeless wrote: # HG changeset patch # User timeless # Date 1485239979 0 # Tue Jan 24 06:39:39 2017 + # Branch stable # Node ID efe7a979f88411014449f28cc3cc873187d2e0f8 # Parent

Re: [PATCH 2 of 4 V2] clone: use the HTTP 301 location to record the default path

2017-02-20 Thread Matt Harbison
On Mon, 20 Feb 2017 09:33:05 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Thu, 16 Feb 2017 16:41:09 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1487087965 18000 # Tue Feb 14 10:59:25 2017 -05

Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-20 Thread Matt Harbison
On Mon, 20 Feb 2017 09:27:44 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Thu, 16 Feb 2017 16:41:08 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486875517 18000 # Sat Feb 11 23:58:37 2017 -05

Re: [PATCH 3 of 4 V2] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-02-20 Thread Matt Harbison
On Mon, 20 Feb 2017 09:38:13 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Thu, 16 Feb 2017 16:41:10 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486877030 18000 # Sun Feb 12 00:23:50 2017 -05

Re: [PATCH 3 of 4 V3] update: also suggest --merge when non-linear update is aborted

2017-02-25 Thread Matt Harbison
On Tue, 21 Feb 2017 11:08:05 -0500, Augie Fackler wrote: On Feb 20, 2017, at 05:38, Gábor STEFANIK wrote: On Wed, Feb 15, 2017 at 12:56:41PM -0800, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von

[PATCH 2 of 2] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-02-12 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486877030 18000 # Sun Feb 12 00:23:50 2017 -0500 # Node ID d91a0fe8016deaca3134f119bd07f99cd96cf43d # Parent eb928f06946008029568abd1ef8491ded316fc31 serve: make the URL the same for `hg serve` and `hg se

[PATCH 1 of 2] serve: add support for Mercurial subrepositories

2017-02-12 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486875517 18000 # Sat Feb 11 23:58:37 2017 -0500 # Node ID eb928f06946008029568abd1ef8491ded316fc31 # Parent a95fc01aaffe805bcc4c02a822b82a1162fa35b9 serve: add support for Mercurial subrepositories I've been

[PATCH 4 of 4 V2] serve: restore the index file for `hg serve -S`

2017-02-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1487129917 18000 # Tue Feb 14 22:38:37 2017 -0500 # Node ID 3a0c0f139204e6fa86af22c1d54d8c1dd7a4aa2b # Parent 38babd487181374325f3d27c5bc081dadf31b9b9 serve: restore the index file for `hg serve -S` There's cur

[PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486875517 18000 # Sat Feb 11 23:58:37 2017 -0500 # Node ID 4f2862487d789edc1f36b5687d828a2914e1dc32 # Parent afaf3c2b129c8940387fd9928ae4fdc28259d13c serve: add support for Mercurial subrepositories I've been

[PATCH 3 of 4 V2] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-02-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1486877030 18000 # Sun Feb 12 00:23:50 2017 -0500 # Node ID 38babd487181374325f3d27c5bc081dadf31b9b9 # Parent 27a4bc77e8b8e50abc76c387f117082e5853c47e serve: make the URL the same for `hg serve` and `hg se

[PATCH 2 of 4 V2] clone: use the HTTP 301 location to record the default path

2017-02-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1487087965 18000 # Tue Feb 14 10:59:25 2017 -0500 # Node ID 27a4bc77e8b8e50abc76c387f117082e5853c47e # Parent 4f2862487d789edc1f36b5687d828a2914e1dc32 clone: use the HTTP 301 location to record the defaul

Re: [PATCH 2 of 2 V2] templater: add '{envvars}' to access environment variables

2017-01-18 Thread Matt Harbison
On Wed, 18 Jan 2017 08:44:55 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Tue, 17 Jan 2017 23:50:47 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484712774 18000 # Tue Jan 17 23:12:54 2017 -05

[PATCH] templater: add 'env()' to fetch environment variables

2017-01-15 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484508143 18000 # Sun Jan 15 14:22:23 2017 -0500 # Node ID 2ba757de67ce1347d088a4d9f947efe5d407ffdd # Parent 4c0a5a256ae806fab18d56b3c44a8d1c98a40ce0 templater: add 'env()' to fetch environment variables Te

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-16 Thread Matt Harbison
On Mon, 16 Jan 2017 07:25:24 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 15 Jan 2017 15:30:56 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484508143 18000 # Sun Jan 15 14:22:23 2017 -05

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-17 Thread Matt Harbison
On Tue, 17 Jan 2017 07:51:26 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Mon, 16 Jan 2017 22:28:17 -0500, Matt Harbison wrote: On Mon, 16 Jan 2017 07:25:24 -0500, Yuya Nishihara <y...@tcha.org> wrote: > This can be a simple {env} (or {environ}) keyword and you can use g

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-17 Thread Matt Harbison
On Tue, 17 Jan 2017 09:06:59 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Mon, 16 Jan 2017 22:28:17 -0500, Matt Harbison wrote: On Mon, 16 Jan 2017 07:25:24 -0500, Yuya Nishihara <y...@tcha.org> wrote: > On Sun, 15 Jan 2017 15:30:56 -0500, Matt Harbison wrote: >>

[PATCH 1 of 2 V2] ui: introduce an experimental dict of exportable environment variables

2017-01-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484712312 18000 # Tue Jan 17 23:05:12 2017 -0500 # Node ID 5a03e25ec0c0417e915b2014995bd83443ef97ec # Parent 923336cf8b8afdb41746ecef8a39d773bd5538bf ui: introduce an experimental dict of exportable envir

[PATCH 2 of 2 V2] templater: add '{envvars}' to access environment variables

2017-01-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484712774 18000 # Tue Jan 17 23:12:54 2017 -0500 # Node ID fce42f9dba7bab71463c0bcec44e6d87fdf275b2 # Parent 5a03e25ec0c0417e915b2014995bd83443ef97ec templater: add '{envvars}' to access environment variables

[PATCH] wix: include the help for pager

2017-02-25 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488077074 18000 # Sat Feb 25 21:44:34 2017 -0500 # Node ID f3af642d13d78e7fcdea4468c024958a5ce2a745 # Parent 5ce388a91851dc6c0dc1be0342a105da659e1d47 wix: include the help for pager Similar (I

Re: [PATCH 1 of 9 pager v2] pager: move pager-initiating code into core

2017-02-25 Thread Matt Harbison
On Thu, 16 Feb 2017 11:59:10 -0500, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1487198871 18000 # Wed Feb 15 17:47:51 2017 -0500 # Node ID cd19a77477bcd18d1f7ab4fa73ee0dbf3c7a4e46 # Parent

Re: [PATCH 1 of 9 pager v2] pager: move pager-initiating code into core

2017-02-25 Thread Matt Harbison
On Sat, 25 Feb 2017 23:32:12 -0500, Augie Fackler <r...@durin42.com> wrote: On Feb 25, 2017, at 11:22 PM, Matt Harbison <mharbiso...@gmail.com> wrote: On Thu, 16 Feb 2017 11:59:10 -0500, Augie Fackler <r...@durin42.com> wrote: # HG changeset patch # User

Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-26 Thread Matt Harbison
On Sun, 26 Feb 2017 08:28:01 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Sat, 25 Feb 2017 15:25:30 -0500, Matt Harbison wrote: On Tue, 21 Feb 2017 09:33:58 -0500, Yuya Nishihara <y...@tcha.org> wrote: >> - At http://localhost:8000, the links on the left side were

Re: [PATCH evolve] tests: use curl instead of wget

2016-10-24 Thread Matt Harbison
On Mon, 24 Oct 2016 09:37:27 -0400, Simon Farnsworth wrote: On 24/10/2016 14:32, Pierre-Yves David wrote: On 10/24/2016 03:26 PM, Simon Farnsworth wrote: # HG changeset patch # User Simon Farnsworth # Date 1477315431 25200 # Mon Oct 24 06:23:51

Re: [PATCH evolve] tests: use curl instead of wget

2016-10-25 Thread Matt Harbison
> On Oct 25, 2016, at 4:30 AM, Simon Farnsworth <simon...@fb.com> wrote: > >> On 25/10/2016 02:34, Matt Harbison wrote: >> On Mon, 24 Oct 2016 09:37:27 -0400, Simon Farnsworth <simon...@fb.com> >> wrote: >> >>>> On 24/10/2016 14:32, Pierre-Y

Re: [PATCH evolve v2] tests: use curl instead of wget

2016-10-28 Thread Matt Harbison
7752 25200 >> # Tue Oct 25 05:15:52 2016 -0700 >> # Branch stable >> # Node ID f65f9acac6c69e6f2eb90b2ed9b51d818a046f67 >> # Parent 970a4c13ebc320a034bc0aff21e0ef0a84157a92 >> tests: use curl instead of wget > > Matt (Harbison) can you confirm you are okay with

[PATCH 3 of 3] revset: point to 'grep' in the 'keyword' help for regex searches

2017-01-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484194431 18000 # Wed Jan 11 23:13:51 2017 -0500 # Node ID 1d88ac8809e20256e3702f25c77a411a53367474 # Parent 41eac69037f03733374ea658a6a13de3973860bc revset: point to 'grep' in the 'keyword' help for regex se

[PATCH 1 of 3] util: teach stringmatcher to handle forced case insensitive matches

2017-01-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484189239 18000 # Wed Jan 11 21:47:19 2017 -0500 # Node ID 73c65ceadc057eab288061b44e18254f674e88c6 # Parent 493935e0327a2dca0987a702bf06fa89b62e6a5c util: teach stringmatcher to handle forced case insen

[PATCH 2 of 3] revset: stop lowercasing the regex pattern for 'author'

2017-01-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484192530 18000 # Wed Jan 11 22:42:10 2017 -0500 # Node ID 41eac69037f03733374ea658a6a13de3973860bc # Parent 73c65ceadc057eab288061b44e18254f674e88c6 revset: stop lowercasing the regex pattern for '

Re: [PATCH] revset: introduce the summary predicate

2017-01-11 Thread Matt Harbison
On Wed, 11 Jan 2017 09:15:28 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Tue, 10 Jan 2017 20:09:45 -0500, Matt Harbison wrote: On Mon, 09 Jan 2017 23:33:17 -0500, Matt Harbison <mharbiso...@gmail.com> wrote: > On Mon, 09 Jan 2017 05:49:23 -0500, Pierre-Yves David

Re: [PATCH] revset: introduce the summary predicate

2017-01-10 Thread Matt Harbison
On Mon, 09 Jan 2017 23:33:17 -0500, Matt Harbison <mharbiso...@gmail.com> wrote: On Mon, 09 Jan 2017 05:49:23 -0500, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> wrote: On 01/08/2017 09:34 PM, Matt Harbison wrote: On Sun, 08 Jan 2017 07:59:36 -0500, Pierre-Yves D

Re: [PATCH] revset: introduce the summary predicate

2017-01-09 Thread Matt Harbison
On Mon, 09 Jan 2017 05:49:23 -0500, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> wrote: On 01/08/2017 09:34 PM, Matt Harbison wrote: On Sun, 08 Jan 2017 07:59:36 -0500, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> wrote: (ha, I wrote my previous reply in a trai

[PATCH 2 of 3 V2] revset: add regular expression support to 'desc'

2017-01-12 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483842392 18000 # Sat Jan 07 21:26:32 2017 -0500 # Node ID 29cbe16c5cccf600fae928df52dbd44171096a6f # Parent fd1b7e8e286bad0b3fe529e009c0d4830b25125f revset: add regular expression support to 'desc' This is

[PATCH 3 of 3 V2] help: eliminate duplicate text for revset string patterns

2017-01-12 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483850135 18000 # Sat Jan 07 23:35:35 2017 -0500 # Node ID 2060486431053a99eafa4234aea139f6a31dc2d7 # Parent 29cbe16c5cccf600fae928df52dbd44171096a6f help: eliminate duplicate text for revset string patterns T

[PATCH 1 of 3 V2] revset: stop lowercasing the regex pattern for 'author'

2017-01-12 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1484192530 18000 # Wed Jan 11 22:42:10 2017 -0500 # Node ID bdbffc45e32a206ffca59ee9664feabab795aef4 # Parent f8d510b7f4bac4bbf519f098a4ca70e54165c960 revset: stop lowercasing the regex pattern for '

Re: [PATCH] revset: introduce the summary predicate

2017-01-06 Thread Matt Harbison
> On Jan 6, 2017, at 11:19 AM, Pierre-Yves David > <pierre-yves.da...@ens-lyon.org> wrote: > > > >> On 01/04/2017 07:04 PM, Matt Harbison wrote: >> # HG changeset patch >> # User Matt Harbison <matt_harbi...@yahoo.com> >> # Date 148355

Re: [PATCH] revset: introduce the summary predicate

2017-01-07 Thread Matt Harbison
On Sat, 07 Jan 2017 02:56:48 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Fri, 6 Jan 2017 21:29:43 -0500, Matt Harbison wrote: > On Jan 6, 2017, at 11:19 AM, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> wrote: >> On 01/04/2017 07:04 PM, Matt Harbison wrote: &g

[PATCH] revset: add regular expression support to 'desc()'

2017-01-07 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483842392 18000 # Sat Jan 07 21:26:32 2017 -0500 # Node ID 7347f75339503a8266285ac12412ac5f104d4df0 # Parent 4ab19763d71c2bb9a239dff523b18ed860e34563 revset: add regular expression support to 'desc()' The

Re: [PATCH] revset: add regular expression support to 'desc()'

2017-01-07 Thread Matt Harbison
On Sat, 07 Jan 2017 22:55:02 -0500, Sean Farley <s...@farley.io> wrote: Matt Harbison <mharbiso...@gmail.com> writes: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483842392 18000 # Sat Jan 07 21:26:32 20

Re: [PATCH] revset: add regular expression support to 'desc()'

2017-01-07 Thread Matt Harbison
On Sat, 07 Jan 2017 23:34:51 -0500, Sean Farley <s...@farley.io> wrote: Matt Harbison <mharbiso...@gmail.com> writes: On Sat, 07 Jan 2017 22:55:02 -0500, Sean Farley <s...@farley.io> wrote: Matt Harbison <mharbiso...@gmail.com> writes: # HG changeset patch # User M

[PATCH] revset: introduce the summary predicate

2017-01-04 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483550016 18000 # Wed Jan 04 12:13:36 2017 -0500 # Node ID 76d95ab94b9e206363629059fb7824002e19a9e5 # Parent 0064a1eb28e246ded9b726c696d048143d1b23f1 revset: introduce the summary predicate This is s

[PATCH 1 of 5] help: apply the section headings from revsets to filesets

2017-01-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483861236 18000 # Sun Jan 08 02:40:36 2017 -0500 # Node ID ee55c68a5e4af49f0bbf5a131d62200550f16940 # Parent f088609398c37176c0d085216899cb3452f1e85a help: apply the section headings from revsets to fi

[PATCH 5 of 5] test-obsolete: stabilize output on platforms without 'serve' support

2017-01-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483904264 18000 # Sun Jan 08 14:37:44 2017 -0500 # Node ID 85ffb7609d2730d8f602200549040856662e57ee # Parent e37bd2d8a98e95e26c506ab00908f718f0e31ac0 test-obsolete: stabilize output on platforms without

[PATCH 4 of 5] tests: update globs for Windows

2017-01-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483901393 18000 # Sun Jan 08 13:49:53 2017 -0500 # Node ID e37bd2d8a98e95e26c506ab00908f718f0e31ac0 # Parent 88f40d1242b598f22a886613425477476ad93819 tests: update globs for Windows The extra glob in test-c

[PATCH 2 of 5] help: apply the section headings from revsets to templates

2017-01-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1483861381 18000 # Sun Jan 08 02:43:01 2017 -0500 # Node ID c83a2d1663303dff22554a4d9f0f19770c9c3cc8 # Parent ee55c68a5e4af49f0bbf5a131d62200550f16940 help: apply the section headings from revsets to templates

Re: [PATCH] revset: introduce the summary predicate

2017-01-08 Thread Matt Harbison
of my other reply content for clarity) On 01/08/2017 04:23 AM, Matt Harbison wrote: On Sat, 07 Jan 2017 02:56:48 -0500, Yuya Nishihara <y...@tcha.org> wrote: On Fri, 6 Jan 2017 21:29:43 -0500, Matt Harbison wrote: > On Jan 6, 2017, at 11:19 AM, Pierre-Yves David <pierre-yves.

[PATCH V3] pager: fix the invocation of `more` on Windows

2017-03-23 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489983573 14400 # Mon Mar 20 00:19:33 2017 -0400 # Node ID d0c2db2d9f13dca534c598de050eb1919ef79059 # Parent df82f375fa005b9c71b463182e6b54aa47fa5999 pager: fix the invocation of `more` on Windows After 9335dc

Re: [PATCH 3 of 3] [RFC] dispatch: setup color before pager

2017-03-23 Thread Matt Harbison
On Tue, 21 Mar 2017 23:10:36 -0400, Gregory Szorc <gregory.sz...@gmail.com> wrote: On Tue, Mar 21, 2017 at 6:11 PM, Matt Harbison <mharbiso...@gmail.com> wrote: (+CC: indygreg, since he added this functionality in 4e02418b4236) On Tue, 21 Mar 2017 17:36:29 -0400, Augi

[PATCH 1 of 2 V3] serve: add support for Mercurial subrepositories

2017-03-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488146743 18000 # Sun Feb 26 17:05:43 2017 -0500 # Node ID 0ff9bef3e0f67422cf29c200fa4a671d861d060b # Parent c60091fa1426892552dd6c0dd4b9c49e3c3da045 serve: add support for Mercurial subrepositories I've been

[PATCH 2 of 2 V3] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-03-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488146777 18000 # Sun Feb 26 17:06:17 2017 -0500 # Node ID d584ca4bc33bd2ebeaf9a7bd86440b3cdcecc138 # Parent 0ff9bef3e0f67422cf29c200fa4a671d861d060b serve: make the URL the same for `hg serve` and `hg se

Re: [PATCH] repair: use context manager for lock management

2017-03-26 Thread Matt Harbison
On Sun, 26 Mar 2017 13:34:10 -0400, Gregory Szorc <gregory.sz...@gmail.com> wrote: On Sun, Mar 26, 2017 at 4:20 AM, Yuya Nishihara <y...@tcha.org> wrote: On Fri, 24 Mar 2017 23:34:28 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbi..

Re: [PATCH 2 of 4] color: stop mutating the default effects map

2017-03-26 Thread Matt Harbison
On Sun, 26 Mar 2017 10:35:34 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 26 Mar 2017 00:41:05 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490464217 14400 # Sat Mar 25 13:50:17 2017 -04

Re: [PATCH 4 of 4] ui: rerun color.setup() once the pager has spawned to honor 'color.pagermode'

2017-03-26 Thread Matt Harbison
On Sun, 26 Mar 2017 10:44:01 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 26 Mar 2017 00:41:07 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490483831 14400 # Sat Mar 25 19:17:11 2017 -04

Re: [PATCH evolve-ext] tests: add glob for Windows

2017-03-23 Thread Matt Harbison
> On Mar 23, 2017, at 3:13 AM, Pierre-Yves David > <pierre-yves.da...@ens-lyon.org> wrote: > > > >> On 03/21/2017 06:48 PM, Ryan McElroy wrote: >>> On 3/17/17 3:32 AM, Matt Harbison wrote: >>> # HG changeset patch >>> # User Matt Harbison

[PATCH 2 of 3 V2] ui: defer setting pager related properties until the pager has spawned

2017-03-27 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490490720 14400 # Sat Mar 25 21:12:00 2017 -0400 # Node ID 1c73c5cde39463e03c3c7be10b6fe1256a6e5143 # Parent 2566b7eac73c4851edc21b73a833f86bf878285e ui: defer setting pager related properties until the pag

[PATCH 1 of 3 V2] color: stop mutating the default effects map

2017-03-27 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490464217 14400 # Sat Mar 25 13:50:17 2017 -0400 # Node ID 2566b7eac73c4851edc21b73a833f86bf878285e # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a color: stop mutating the default effects map A future

Re: [PATCH 1 of 2 V3] serve: add support for Mercurial subrepositories

2017-03-30 Thread Matt Harbison
On Tue, 28 Mar 2017 10:11:15 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 26 Mar 2017 23:04:30 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488146743 18000 # Sun Feb 26 17:05:43 2017 -05

Re: [PATCH 2 of 2 V3] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-03-30 Thread Matt Harbison
On Tue, 28 Mar 2017 10:02:34 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 26 Mar 2017 23:04:31 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488146777 18000 # Sun Feb 26 17:06:17 2017 -05

[PATCH 1 of 4] color: fix grammar in help text

2017-03-25 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490462963 14400 # Sat Mar 25 13:29:23 2017 -0400 # Node ID 22533c3af63d5a67d9210596eafd4b99ab9c7904 # Parent c60091fa1426892552dd6c0dd4b9c49e3c3da045 color: fix grammar in help text diff --git a/hgext/colo

[PATCH 3 of 4] ui: defer setting pager related properties until the pager has spawned

2017-03-25 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490490720 14400 # Sat Mar 25 21:12:00 2017 -0400 # Node ID 84bda5db69dbe3d550f45ccd6d6eda2aad760ee4 # Parent a263702b064a5a3ce1ca74b227e8e624e4b05874 ui: defer setting pager related properties until the pag

[PATCH] color: sync text attributes and buffered text output on Windows (issue5508)

2017-03-19 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489941885 14400 # Sun Mar 19 12:44:45 2017 -0400 # Node ID b1bebed54e9371708e1cd1eba63f0cedadfdf035 # Parent da7d19324b1e3d2ce0636bf73e76bf8f3d68ed27 color: sync text attributes and buffered text output on W

[PATCH] test-check-help: fix to work on Windows

2017-03-19 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489948965 14400 # Sun Mar 19 14:42:45 2017 -0400 # Node ID f5f429a6300ef16a477ce175899088bd06a616b1 # Parent b1bebed54e9371708e1cd1eba63f0cedadfdf035 test-check-help: fix to work on Windows The initial p

[PATCH 3 of 3] [RFC] dispatch: setup color before pager

2017-03-19 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489985511 14400 # Mon Mar 20 00:51:51 2017 -0400 # Node ID 2a323109f8e7ec5548dd506c2cff05f27fa20c1e # Parent 6e72bb689e57c985b138c580acb4cad8053dc180 [RFC] dispatch: setup color before pager With the previous

[PATCH 2 of 3] [RFC] color: allow color and pager to work on Windows with 'color.mode=auto'

2017-03-19 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489985292 14400 # Mon Mar 20 00:48:12 2017 -0400 # Node ID 6e72bb689e57c985b138c580acb4cad8053dc180 # Parent a32b379ffe151b8b094dcd67ef5b6bd551203dbe [RFC] color: allow color and pager to work on W

[PATCH 1 of 3] pager: fix the invocation of `more` on Windows

2017-03-19 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489983573 14400 # Mon Mar 20 00:19:33 2017 -0400 # Node ID a32b379ffe151b8b094dcd67ef5b6bd551203dbe # Parent b1bebed54e9371708e1cd1eba63f0cedadfdf035 pager: fix the invocation of `more` on Windows After 9335dc

[PATCH evolve-ext] checks: correct the shebang line filtering for python files

2017-03-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489713417 14400 # Thu Mar 16 21:16:57 2017 -0400 # Node ID 6a3248558b6929378450b572bb27406afe703ffd # Parent e9d5f54765a27e09d35f48dda23db7e6f5b8320a checks: correct the shebang line filtering for python

[PATCH V2] hgwebdir: add support for explicit index files

2017-03-14 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1488770552 18000 # Sun Mar 05 22:22:32 2017 -0500 # Node ID d24cb60edbc782ea1ee4f5625accc83f9ec3e3ca # Parent 1c48a8278b2f015fca607dfc652823560a5ac580 hgwebdir: add support for explicit index files This is

[PATCH evolve-ext] tests: add glob for Windows

2017-03-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1489720627 14400 # Thu Mar 16 23:17:07 2017 -0400 # Node ID ab5c2bef148bfb60e1956a55de4b7ba00ebe1817 # Parent 6a3248558b6929378450b572bb27406afe703ffd tests: add glob for Windows diff --git a/tests/test-inhib

Re: [PATCH] templatefilter: add support for 'long' to json()

2017-04-01 Thread Matt Harbison
On Sat, 01 Apr 2017 15:20:02 -0400, Gregory Szorc <gregory.sz...@gmail.com> wrote: On Sat, Apr 1, 2017 at 11:06 AM, Matt Harbison <mharbiso...@gmail.com> wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491020477 14400 # Sat Apr 01 0

Re: [PATCH 4 of 6] hgweb: introduce staticimmutable web command

2017-04-03 Thread Matt Harbison
On Sat, 01 Apr 2017 03:29:08 -0400, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1491021501 25200 # Fri Mar 31 21:38:21 2017 -0700 # Node ID 0b8be3d244585f5a2874821418fce41bf7631f6c # Parent

Re: [PATCH 1 of 8] tests: add globs for Windows

2017-04-03 Thread Matt Harbison
in trying that. FWIW, in the past several years I've been playing whack-a-mole with this, the test runner never appended a (glob) inappropriately, so the logic must be in there already. -Original Message- From: Mercurial-devel [mailto:mercurial-devel-boun...@mercurial-scm.org] O

[PATCH RFC] run-tests: support per-line conditional output in tests

2017-04-03 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491275149 14400 # Mon Apr 03 23:05:49 2017 -0400 # Node ID cfefdb4546a3a38918303ed43447ebe93051de51 # Parent 81abd0d12c8641df666d356f6033d84cd55977a8 run-tests: support per-line conditional output in

Re: [PATCH RFC] run-tests: support per-line conditional output in tests

2017-04-04 Thread Matt Harbison
On Tue, 04 Apr 2017 00:01:55 -0400, Matt Harbison <mharbiso...@gmail.com> wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491275149 14400 # Mon Apr 03 23:05:49 2017 -0400 # Node ID cfefdb4546a3a38918303ed43447ebe93051d

Re: [PATCH 2 of 8] tests: quote paths in shell script hooks

2017-04-04 Thread Matt Harbison
On Tue, 04 Apr 2017 13:39:54 -0400, FUJIWARA Katsunori <fo...@lares.dti.ne.jp> wrote: At Sun, 02 Apr 2017 20:45:58 -0400, Matt Harbison wrote: On Sun, 02 Apr 2017 20:41:29 -0400, Jun Wu <qu...@fb.com> wrote: > Excerpts from Matt Harbison's message of 2017-04-02 19:12:48

[PATCH V2] test-patchbomb: disable sendmail tests on Windows

2017-04-10 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491873174 14400 # Mon Apr 10 21:12:54 2017 -0400 # Node ID bfa323bbeebb534f3540e9198648f1bd317b059a # Parent 08fbc97d1364b08b53d538efc33b3ed41cea51a0 test-patchbomb: disable sendmail tests on Windows These

Re: [PATCH 1 of 2] test-patchbomb: convert the pretendmail program from *.sh to *.py

2017-04-10 Thread Matt Harbison
On Mon, 10 Apr 2017 08:52:52 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sun, 09 Apr 2017 21:52:30 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491785368 14400 # Sun Apr 09 20:49:28 2017 -04

[PATCH] sslutil: clarify internal documentation

2017-03-30 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1490795674 14400 # Wed Mar 29 09:54:34 2017 -0400 # Node ID 9505a8771bb00e56230e4c4b265e8369e659a54f # Parent 2632df096fc0ac7582382b1f94ea4b9ad0bce8f2 sslutil: clarify internal documentation I ran into this

Re: [PATCH 2 of 8] tests: quote paths in shell script hooks

2017-04-02 Thread Matt Harbison
On Sun, 02 Apr 2017 20:41:29 -0400, Jun Wu <qu...@fb.com> wrote: Excerpts from Matt Harbison's message of 2017-04-02 19:12:48 -0400: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491074606 14400 # Sat Apr 01 15:23:26 2017 -04

[PATCH 1 of 2] windows: add context manager support to mixedfilemodewrapper

2017-04-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491961091 14400 # Tue Apr 11 21:38:11 2017 -0400 # Node ID ef3aa25da8e5b3137b917e9a1756df7a7eac5c3a # Parent 7b6f5632f09d85b96b2f986961576eb165d44cbf windows: add context manager support to mixedfilemodewrap

[PATCH 2 of 2] largefiles: set the extension as enabled locally after a share requiring it

2017-04-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491958490 14400 # Tue Apr 11 20:54:50 2017 -0400 # Node ID 9b4202740173227e232659964725c4152d87e469 # Parent ef3aa25da8e5b3137b917e9a1756df7a7eac5c3a largefiles: set the extension as enabled locally after a

Re: [PATCH 3 of 4 V2] run-tests: support per-line conditional output in tests

2017-04-07 Thread Matt Harbison
> On Apr 7, 2017, at 5:23 AM, Ryan McElroy <r...@fb.com> wrote: > >> On 4/7/17 2:11 AM, Matt Harbison wrote: >> # HG changeset patch >> # User Matt Harbison <matt_harbi...@yahoo.com> >> # Date 1491448647 14400 >> #

SSL troubleshooting on Windows

2017-04-09 Thread Matt Harbison
I had a little adventure a couple of weeks ago, changing a certificate on the server. I'm not sure if it's worth doing anything, or if this just serves as a heads up to others using Windows. We use SCM Manager (which uses tomcat) on CentOS, with Mercurial 4.0.2. The certificate had

Re: [PATCH] setup: use setuptools on Windows (issue5400)

2017-04-09 Thread Matt Harbison
On Sun, 09 Apr 2017 09:28:04 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sat, 08 Apr 2017 20:30:53 -0400, Matt Harbison wrote: On Thu, 09 Mar 2017 23:06:34 -0500, Gregory Szorc <gregory.sz...@gmail.com> wrote: > # HG changeset patch > # User Gregory Szorc <gr

[PATCH 1 of 2] test-patchbomb: convert the pretendmail program from *.sh to *.py

2017-04-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491785368 14400 # Sun Apr 09 20:49:28 2017 -0400 # Node ID 1de38b5ca1886aa41844dc7a80c1b92b65a8171e # Parent 9259cf823690e4fcd34a4d2ecd57ced2060d2b3d test-patchbomb: convert the pretendmail program from *.sh t

[PATCH 2 of 2] test-patchbomb: disable a failing test on Windows

2017-04-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491787400 14400 # Sun Apr 09 21:23:20 2017 -0400 # Node ID 548c1c174b937b1512ea689661c591dcf778ebe1 # Parent 1de38b5ca1886aa41844dc7a80c1b92b65a8171e test-patchbomb: disable a failing test on Windows It's u

[PATCH] tests: print Unix style paths in *.py tests

2017-04-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491790767 14400 # Sun Apr 09 22:19:27 2017 -0400 # Node ID f5ea3f4ee8206f99c7038814e87b34ae3124be98 # Parent 548c1c174b937b1512ea689661c591dcf778ebe1 tests: print Unix style paths in *.py tests These tests

[PATCH 1 of 4] test-bundle: glob away a URL protocol separator

2017-04-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491677199 14400 # Sat Apr 08 14:46:39 2017 -0400 # Node ID c6379326f01a27b12a8bd6c90c6a5995dfe70edf # Parent c39e7c4b535c654d5b2f7790efebff2909986a04 test-bundle: glob away a URL protocol separator MSYS

[PATCH 3 of 4] test-fileset: eliminate a duplicate test that was conditionalized for output

2017-04-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491678109 14400 # Sat Apr 08 15:01:49 2017 -0400 # Node ID 651cf90e65f6c5f5717caa9779f268319e2bc676 # Parent d236dca9355d6af70f20ba7966ccf903657a61c8 test-fileset: eliminate a duplicate test that was condition

[PATCH 2 of 4] test-fileset: glob away hash differences

2017-04-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491677744 14400 # Sat Apr 08 14:55:44 2017 -0400 # Node ID d236dca9355d6af70f20ba7966ccf903657a61c8 # Parent c6379326f01a27b12a8bd6c90c6a5995dfe70edf test-fileset: glob away hash differences There are various

[PATCH 4 of 4] test-http-proxy: add the Windows variant of "connection refused"

2017-04-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491678405 14400 # Sat Apr 08 15:06:45 2017 -0400 # Node ID 42c7df6da065e310c5685fbba2799ffe77d73afd # Parent 651cf90e65f6c5f5717caa9779f268319e2bc676 test-http-proxy: add the Windows variant of "connect

Re: [PATCH] setup: use setuptools on Windows (issue5400)

2017-04-08 Thread Matt Harbison
On Thu, 09 Mar 2017 23:06:34 -0500, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1489118392 28800 # Thu Mar 09 19:59:52 2017 -0800 # Node ID b51f9adb41e68d9f3d88582f044d2742ae29ce09 # Parent

[PATCH] templatekw: clarify the result of {latesttag} when no tag exists

2017-04-08 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1491711054 14400 # Sun Apr 09 00:10:54 2017 -0400 # Node ID 8b5a325adc7a011fbbed18886290684793ff8a35 # Parent 42c7df6da065e310c5685fbba2799ffe77d73afd templatekw: clarify the result of {latesttag} when no tag

[PATCH 1 of 3] test-tag: make hook runnable on Windows

2017-04-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1492390754 14400 # Sun Apr 16 20:59:14 2017 -0400 # Node ID 85faa957af5a8aad904fdadaf38e1b0de366ed2c # Parent 25146c0366d4f497be856a35c078ede207bbee87 test-tag: make hook runnable on Windows Simply setting th

[PATCH 3 of 3] badserverext: explicitly flush each log write

2017-04-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1492392316 14400 # Sun Apr 16 21:25:16 2017 -0400 # Node ID 9e4a070227418196062ba84d57cc67411f57c442 # Parent 86304ad8bca815fb293c88f5baaab089bac1cc31 badserverext: explicitly flush each log write No id

Re: [PATCH V4] serve: add support for Mercurial subrepositories

2017-04-16 Thread Matt Harbison
On Sun, 16 Apr 2017 06:20:24 -0400, Yuya Nishihara <y...@tcha.org> wrote: On Sat, 15 Apr 2017 19:00:48 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison <matt_harbi...@yahoo.com> # Date 1492293940 14400 # Sat Apr 15 18:05:40 2017 -04

Re: SSL troubleshooting on Windows

2017-04-16 Thread Matt Harbison
On Wed, 12 Apr 2017 17:02:41 -0400, Augie Fackler <r...@durin42.com> wrote: On Mon, Apr 10, 2017 at 01:02:19AM -0400, Matt Harbison wrote: I had a little adventure a couple of weeks ago, changing a certificate on the server. I'm not sure if it's worth doing anything, or if this just

Re: [PATCH 2 of 2 STABLE] test-worker: disable tests of forked workers on Windows

2017-04-20 Thread Matt Harbison
On Thu, 20 Apr 2017 11:09:41 -0400, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1492696288 -32400 # Thu Apr 20 22:51:28 2017 +0900 # Branch stable # Node ID 9ca22928766f4bafd8adb4f9a49625ca69a48c44 # Parent

Re: [PATCH RFC] tests: remaining Windows failures

2017-04-20 Thread Matt Harbison
On Thu, 20 Apr 2017 10:42:50 -0400, Jun Wu wrote: Excerpts from Matt Harbison's message of 2017-04-19 23:04:17 -0400: [...] diff --git a/tests/test-worker.t b/tests/test-worker.t --- a/tests/test-worker.t +++ b/tests/test-worker.t @@ -81,7 +81,6 @@ $ hg --config

Re: stable ordering of test output

2017-04-13 Thread Matt Harbison
On Thu, 13 Apr 2017 16:17:34 -0400, Augie Fackler wrote: On Thu, Apr 13, 2017 at 3:55 PM, Augie Fackler wrote: On Wed, Mar 8, 2017 at 10:44 AM, Yuya Nishihara wrote: On Tue, 7 Mar 2017 17:56:58 +0100, Pierre-Yves David wrote: On the other

Re: [PATCH V4] serve: add support for Mercurial subrepositories

2017-04-15 Thread Matt Harbison
This depends on the hosting at '/' patch submitted earlier today. > On Apr 15, 2017, at 7:00 PM, Matt Harbison <mharbiso...@gmail.com> wrote: > > # HG changeset patch > # User Matt Harbison <matt_harbi...@yahoo.com> > # Date 1492293940 14400 > # Sat Apr 15 1

  1   2   3   4   5   6   7   8   9   10   >