Re: [PATCH 3 of 3] color: also enable by default on windowso

2017-04-17 Thread Josef 'Jeff' Sipek
On Sun, Apr 16, 2017 at 02:55:27 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1492302848 -7200 > # Sun Apr 16 02:34:08 2017 +0200 > # Node ID 9d4f7de0a25c91103f6419c4675bcb21ad7c5098 > # Parent

Re: [PATCH V4] hgwebdir: allow a repository to be hosted at "/"

2017-04-17 Thread Sean Farley
Kevin Bullock writes: >> On Apr 15, 2017, at 14:34, Matt Harbison wrote: >> >> # HG changeset patch >> # User Matt Harbison >> # Date 1491015641 14400 >> # Fri Mar 31 23:00:41 2017 -0400 >> # Node ID

Re: [PATCH 3 of 6] tests: add tests for poorly behaving HTTP server

2017-04-17 Thread Gregory Szorc
On Mon, Apr 17, 2017 at 12:11 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 04/14/2017 09:44 AM, Gregory Szorc wrote: > >> # HG changeset patch >> # User Gregory Szorc >> # Date 1492147168 25200 >> # Thu Apr 13 22:19:28 2017 -0700 >> # Node

mercurial@32003: 84 new changesets

2017-04-17 Thread Mercurial Commits
84 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a98540ea1e42 changeset: 31920:a98540ea1e42 user:Yuya Nishihara date:Sat Apr 08 20:07:37 2017 +0900 summary: parser: verify excessive number of args excluding kwargs in buildargsdict()

Re: [PATCH 5 of 9 v2] stdio: catch StdioError in dispatch.run and clean up appropriately

2017-04-17 Thread Kevin Bullock
> On Apr 13, 2017, at 23:29, Bryan O'Sullivan wrote: > > # HG changeset patch > # User Bryan O'Sullivan > # Date 1491947652 25200 > # Tue Apr 11 14:54:12 2017 -0700 > # Node ID 942022da49166766fe4a7967b71411879221c197 > # Parent

Re: [PATCH 3 of 6] tests: add tests for poorly behaving HTTP server

2017-04-17 Thread Pierre-Yves David
On 04/14/2017 09:44 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1492147168 25200 # Thu Apr 13 22:19:28 2017 -0700 # Node ID 80bd24abcf67d5dc8b5f5bf83c796e1f71fc5bd9 # Parent 283a95fe4ce5b91af4e2ed8ed1d3fe18ef3544bb tests: add tests

Re: [PATCH 2 of 3] color: turn on by default (but for windows)

2017-04-17 Thread Pierre-Yves David
On 04/17/2017 04:24 PM, Yuya Nishihara wrote: On Sun, 16 Apr 2017 02:55:26 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1492302771 -7200 # Sun Apr 16 02:32:51 2017 +0200 # Node ID

[PATCH] color: update the help with the new default

2017-04-17 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1492453320 -7200 # Mon Apr 17 20:22:00 2017 +0200 # Node ID dea9816832a37b9e310051841b307fba0138e45d # Parent 43ae8cb5a71cffe0aed48127e07c757fc642b2c0 # EXP-Topic color # Available At

Re: [PATCH 4 of 4] hgweb: add a link to followlines in descending direction

2017-04-17 Thread Gregory Szorc
On Mon, Apr 17, 2017 at 1:39 AM, Denis Laxalde wrote: > Gregory Szorc a écrit : > >> # HG changeset patch >>> # User Denis Laxalde >>> # Date 1491838600 -7200 >>> # Mon Apr 10 17:36:40 2017 +0200 >>> # Node ID

Re: [PATCH 3 of 6] tests: add tests for poorly behaving HTTP server

2017-04-17 Thread Gregory Szorc
On Mon, Apr 17, 2017 at 7:27 AM, Yuya Nishihara wrote: > On Fri, 14 Apr 2017 00:44:07 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1492147168 25200 > > # Thu Apr 13 22:19:28 2017 -0700 > > # Node ID

Re: [PATCH 2 of 2 V2] show: implement underway view

2017-04-17 Thread Gregory Szorc
> On Apr 17, 2017, at 08:55, Bryan O'Sullivan wrote: > > >> On Sat, Apr 15, 2017 at 12:05 PM, Gregory Szorc >> wrote: >> If someone sends a patch to rename to `hg show work` I'll try to use my new >> patch queuing powers... > > wip – for "work

[Bug 5539] New: hg prune leaves pruned tags in .hgtags

2017-04-17 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5539 Bug ID: 5539 Summary: hg prune leaves pruned tags in .hgtags Product: Mercurial Version: 3.8.4 Hardware: PC OS: Other Status: UNCONFIRMED Severity: bug

Re: [PATCH 2 of 2 V2] show: implement underway view

2017-04-17 Thread Bryan O'Sullivan
On Sat, Apr 15, 2017 at 12:05 PM, Gregory Szorc wrote: > If someone sends a patch to rename to `hg show work` I'll try to use my > new patch queuing powers... > wip – for "work in progress"? ___ Mercurial-devel mailing list

[PATCH] dispatch: ignore further SIGPIPE while handling KeyboardInterrupt

2017-04-17 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492440799 -32400 # Mon Apr 17 23:53:19 2017 +0900 # Node ID f2e785be58090ea271305ade6b744f0f7ee6344f # Parent 43ae8cb5a71cffe0aed48127e07c757fc642b2c0 dispatch: ignore further SIGPIPE while handling KeyboardInterrupt I got

Re: [PATCH 3 of 6] tests: add tests for poorly behaving HTTP server

2017-04-17 Thread Yuya Nishihara
On Fri, 14 Apr 2017 00:44:07 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1492147168 25200 > # Thu Apr 13 22:19:28 2017 -0700 > # Node ID 80bd24abcf67d5dc8b5f5bf83c796e1f71fc5bd9 > # Parent

Re: [PATCH 4 of 5 V2] upgrade: move descriptions and selection logic in individual classes

2017-04-17 Thread Yuya Nishihara
On Mon, 17 Apr 2017 13:42:14 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1492007645 -7200 > # Wed Apr 12 16:34:05 2017 +0200 > # Node ID 00332fda84a431fd0a45e6b912a4823da729be57 > # Parent

Re: [PATCH 2 of 3] color: turn on by default (but for windows)

2017-04-17 Thread Yuya Nishihara
On Sun, 16 Apr 2017 02:55:26 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1492302771 -7200 > # Sun Apr 16 02:32:51 2017 +0200 > # Node ID 7ec1415a4de91a5c56e549cd4a40cb8e9411f8d9 > # Parent

Re: [PATCH 3 of 3] bundle2: ignore errors seeking a bundle after an exception (issue4784)

2017-04-17 Thread Yuya Nishihara
On Sun, 16 Apr 2017 12:03:25 -0700, Gregory Szorc wrote: > On Sun, Apr 16, 2017 at 11:58 AM, Gregory Szorc > wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1492368908 25200 > > # Sun Apr 16 11:55:08 2017 -0700 > > # Node

Re: [PATCH 1 of 3] httppeer: don't send empty Vary request header

2017-04-17 Thread Yuya Nishihara
On Sun, 16 Apr 2017 11:58:07 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1492367282 25200 > # Sun Apr 16 11:28:02 2017 -0700 > # Node ID 512298a07c26d7dfeb75ca4b427352e2af9d62d7 > # Parent

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

2017-04-17 Thread Yuya Nishihara
On Sun, 16 Apr 2017 21:35:58 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1492390754 14400 > # Sun Apr 16 20:59:14 2017 -0400 > # Node ID 85faa957af5a8aad904fdadaf38e1b0de366ed2c > # Parent

Re: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use simplekeyvaluefile

2017-04-17 Thread Yuya Nishihara
On Sun, 16 Apr 2017 22:51:39 +, Kostia Balytskyi wrote: > > -Original Message- > > From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya > > Nishihara > > Sent: Sunday, 16 April, 2017 11:52 > > To: Kostia Balytskyi > > Cc: mercurial-devel@mercurial-scm.org >

Re: [PATCH 01 of 10] checkheads: upgrade the obsolescence postprocessing logic (issue4354)

2017-04-17 Thread Yuya Nishihara
On Sat, 15 Apr 2017 13:27:51 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1492217718 -7200 > # Sat Apr 15 02:55:18 2017 +0200 > # Node ID d7c159417d01c3001899dd196db1b2106869a405 > # Parent

[PATCH 1 of 5 V2] upgrade: implement '__ne__' on 'improvement' class

2017-04-17 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1492427242 -7200 # Mon Apr 17 13:07:22 2017 +0200 # Node ID 49c2ac7c9a542808367b28d6c03d424a0fce1077 # Parent 3c77f03f16b386940c60af36d6a3ad83bee37ad4 # EXP-Topic upgraderepo # Available At

[PATCH 4 of 5 V2] upgrade: move descriptions and selection logic in individual classes

2017-04-17 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1492007645 -7200 # Wed Apr 12 16:34:05 2017 +0200 # Node ID 00332fda84a431fd0a45e6b912a4823da729be57 # Parent d415fdf03d9c9854aed247fca082cd75eb722e99 # EXP-Topic upgraderepo # Available At

[PATCH 5 of 5 V2] upgrade: register all format variants in a list

2017-04-17 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1492008493 -7200 # Wed Apr 12 16:48:13 2017 +0200 # Node ID 784d00c3da15c66b936ee44f1f2d8610de546af7 # Parent 00332fda84a431fd0a45e6b912a4823da729be57 # EXP-Topic upgraderepo # Available At

[PATCH 3 of 5 V2] upgrade: introduce a 'formatvariant' class

2017-04-17 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1491860083 -7200 # Mon Apr 10 23:34:43 2017 +0200 # Node ID d415fdf03d9c9854aed247fca082cd75eb722e99 # Parent 43cf55c35f2b747d78ee19fe4f8684eef20dbe03 # EXP-Topic upgraderepo # Available At

Re: [PATCH 4 of 4] hgweb: add a link to followlines in descending direction

2017-04-17 Thread Denis Laxalde
Gregory Szorc a écrit : # HG changeset patch # User Denis Laxalde # Date 1491838600 -7200 # Mon Apr 10 17:36:40 2017 +0200 # Node ID 4895e777df5cc64eccd038d71a9f9a5b969a5ea0 # Parent a24bf350ea723273831d6531a1345ed458312126 # Available At