Re: [PATCH 6 of 6 remotenames-ext] selectivepull: support list of default bookmarks

2017-02-21 Thread Gregory Szorc
On Mon, Feb 13, 2017 at 1:41 AM, Stanislau Hlebik wrote: > Excerpts from Gregory Szorc's message of 2017-02-11 10:54:43 -0800: > > > > > On Jan 30, 2017, at 07:56, Stanislau Hlebik wrote: > > > > > > # HG changeset patch > > > # User Stanislau Hlebik >

Re: RFC: bitmap storage for precursors and phases

2017-02-21 Thread Jun Wu
Excerpts from Sean Farley's message of 2017-02-21 15:45:44 -0800: > Augie Fackler writes: > > > On Fri, Feb 17, 2017 at 07:14:12PM -0800, Jun Wu wrote: > >> Excerpts from Bryan O'Sullivan's message of 2017-02-17 13:29:58 -0800: > >> > I think there are multiple topics being

Re: [PATCH 1 of 2] chg: refactor ui.system() to be partly overridden

2017-02-21 Thread Jun Wu
The series is a nice refator and looks good to me. Excerpts from Yuya Nishihara's message of 2017-02-19 02:44:51 +0900: > # HG changeset patch > # User Yuya Nishihara > # Date 1487433610 -32400 > # Sun Feb 19 01:00:10 2017 +0900 > # Node ID

[PATCH] smartset: preserve istopo for baseset operations

2017-02-21 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487723371 28800 # Tue Feb 21 16:29:31 2017 -0800 # Node ID 70e221675023dc23b5da10ae0c1d6baffdd6dd93 # Parent 37ab9e20991c1d39014db8297065357fbded0213 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: Better release notes

2017-02-21 Thread Sean Farley
timeless writes: > Sean Farley wrote: >> I assume that these commit messages were from employees with commit >> access? If that's true, then that's a bit different than patch-based >> review where we can edit and review the commit message / notes. > > Well, we had two

Re: [PATCH v3] hg: allow usage of XDG_CONFIG_HOME and $HOME/.config/hg/hgrc

2017-02-21 Thread Sean Farley
Yuya Nishihara writes: > On Tue, 14 Feb 2017 15:53:24 +0100, David Demelier wrote: >> Le 14/02/2017 à 14:34, Yuya Nishihara a écrit : >> > On Mon, 13 Feb 2017 09:37:48 -0800, Jun Wu wrote: >> >> Excerpts from David Demelier's message of 2017-02-13 15:43:45 +0100: >> >>> Le

Re: [PATCH] transaction: enable hardlink backups for non-windows systems

2017-02-21 Thread Sean Farley
Augie Fackler writes: > On Tue, Feb 14, 2017 at 01:31:02AM -0800, Jeroen Vaelen wrote: >> # HG changeset patch >> # User Jeroen Vaelen >> # Date 1487064458 28800 >> # Tue Feb 14 01:27:38 2017 -0800 >> # Node ID c7fb7ac39a12c8683518bb7db7e1a93346e017e0 >> #

Re: RFC: bitmap storage for precursors and phases

2017-02-21 Thread Sean Farley
Augie Fackler writes: > On Fri, Feb 17, 2017 at 07:14:12PM -0800, Jun Wu wrote: >> Excerpts from Bryan O'Sullivan's message of 2017-02-17 13:29:58 -0800: >> > I think there are multiple topics being discussed: >> > >> > 1. How to solve the overhead loading hiddenrevs with

Re: RFC: bitmap storage for precursors and phases

2017-02-21 Thread Sean Farley
Jun Wu writes: > Excerpts from Bryan O'Sullivan's message of 2017-02-17 13:29:58 -0800: >> On Fri, Feb 17, 2017 at 10:30 AM, Jun Wu wrote: >> >> > Excerpts from Stanislau Hlebik's message of 2017-02-17 11:24:34 +: >> > > As I said before we will load all

[PATCH 1 of 6] color: move 'win32' declaration to the core module

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482372679 -3600 # Thu Dec 22 03:11:19 2016 +0100 # Node ID 60a489f0531abbafc7f53a3dd4bad50f13b38015 # Parent e5363cb96233861fc99f7e9b85d7884d3121558c # EXP-Topic color color: move 'win32' declaration to

[PATCH 6 of 6] color: set initial default value for 'colormode' to None

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482383925 -3600 # Thu Dec 22 06:18:45 2016 +0100 # Node ID 87e88ffa32cd60d1f380ebe5259562a162fa94a8 # Parent 2278337558dfe55dc11db33654bff351c9a8ee2e # EXP-Topic color color: set initial default value for

[PATCH 4 of 6] color: merge two identical 'for' loops

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1487238747 -3600 # Thu Feb 16 10:52:27 2017 +0100 # Node ID 1f69891d7e7abe1f3707c5f184498eadcd42dc6f # Parent 7d0d86f63673633f2223f60a13d359a243cbb946 # EXP-Topic color color: merge two identical 'for'

[PATCH 2 of 6] color: make a test for curse availability explicite

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482383860 -3600 # Thu Dec 22 06:17:40 2016 +0100 # Node ID 75a71d27817d72d9516be85134306a8e4b1c5f96 # Parent 60a489f0531abbafc7f53a3dd4bad50f13b38015 # EXP-Topic color color: make a test for curse

[PATCH 3 of 6] color: minor simplification of some terminfo setup code

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482408413 -3600 # Thu Dec 22 13:06:53 2016 +0100 # Node ID 7d0d86f63673633f2223f60a13d359a243cbb946 # Parent 75a71d27817d72d9516be85134306a8e4b1c5f96 # EXP-Topic color color: minor simplification of some

[PATCH 5 of 6] color: minor reversal of two conditional clause for clarity

2017-02-21 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1482409152 -3600 # Thu Dec 22 13:19:12 2016 +0100 # Node ID 2278337558dfe55dc11db33654bff351c9a8ee2e # Parent 1f69891d7e7abe1f3707c5f184498eadcd42dc6f # EXP-Topic color color: minor reversal of two

Re: [PATCH 1 of 4 V4] update: accept --merge to allow merging across topo branches (issue5125)

2017-02-21 Thread Jun Wu
I like the behavior change (didn't check the implementation details carefully). Could you also update the table in the docstring of merge.update? I think that's very helpful to explain the behavior cleanly. Thanks! Excerpts from Martin von Zweigbergk's message of 2017-02-16 08:59:12 -0800: > #

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

2017-02-21 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-02-21 11:08:05 -0500: > > "hg update --abort"? > > I'd be a big fan of having an update --abort that just takes you back to > where you were before the conflicts. To date, nobody has been motivated > enough to do the work (I'd love to do it, but it's

Re: [PATCH] histedit: improve documentation and behaviour of dates (issue4820)

2017-02-21 Thread Ben Schmidt
On 22/02/2017 8:25 am, Augie Fackler wrote: Having thought about this more over the balance of my weekend, it makes sense that this is consistent with 'hg amend' from evolve, and it feels right enough. Since it wasn't previously documented we'll go ahead and do this, and if anyone complains we

Re: [PATCH] histedit: improve documentation and behaviour of dates (issue4820)

2017-02-21 Thread Augie Fackler
On Mon, Feb 20, 2017 at 12:17 AM, Ben Schmidt wrote: > I recognise there are probably use cases for the current 'roll' > behaviour as well. What I'm primarily interested in is solving the > problems raised in the bug, so if we can do that another way, such as >

[PATCH 2 of 2 pager-endgame] pager: add a config knob to just globally turn off the pager

2017-02-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486505605 18000 # Tue Feb 07 17:13:25 2017 -0500 # Node ID 390e26db66994cc2f627933815db02353958289f # Parent 589dcabe2b7a2b9f2d49646d710335e5a70ad492 pager: add a config knob to just globally turn off the pager diff --git

[PATCH 1 of 2 pager-endgame] pager: move most help to a new help topic and deprecate extension

2017-02-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486444073 18000 # Tue Feb 07 00:07:53 2017 -0500 # Node ID 589dcabe2b7a2b9f2d49646d710335e5a70ad492 # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 pager: move most help to a new help topic and deprecate extension diff

[PATCH 2 of 2 pager-dispatch-tweaks] dispatch: rearrange 'unknown command' code to better employ pager

2017-02-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1487704805 18000 # Tue Feb 21 14:20:05 2017 -0500 # Node ID 52083816be40edfac2e3e052ebe4d828c6c4a1c6 # Parent f489d1ec2070f25a09f571177b97d8284b3b1932 dispatch: rearrange 'unknown command' code to better employ pager

[PATCH 1 of 2 pager-dispatch-tweaks] help: move rst formatting of help documents into help.py

2017-02-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1487704651 18000 # Tue Feb 21 14:17:31 2017 -0500 # Node ID f489d1ec2070f25a09f571177b97d8284b3b1932 # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 help: move rst formatting of help documents into help.py This slight

Re: [PATCH] patchbomb: allow specifying default --flag options via config(issue5354)

2017-02-21 Thread Pulkit Goyal
> > I wanted to make it support templating so we can set 'flag = {topic}', etc. > > https://www.mercurial-scm.org/pipermail/mercurial-devel/ > 2015-April/068094.html > > (Well, this wasn't an April Fool patch.) > > Matt found this can be more generic, which seemed really nice, but no > progress >

[PATCH 1 of 2 pager-tweaks] incoming: delay pager activation until right before printing changes

2017-02-21 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1487692393 18000 # Tue Feb 21 10:53:13 2017 -0500 # Node ID 54759a9a01b70dc90fe8db95023f18244b50a7c4 # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 incoming: delay pager activation until right before printing changes

Re: [PATCH 04 of 10 ipv6 V2] tinyproxy: use IPv6 if HGIPV6 is set to 1

2017-02-21 Thread Jun Wu
Excerpts from David Soria Parra's message of 2017-02-21 09:29:50 -0800: > [...] > > I think my point is that the correct thing to do, is to bind on v6/v4 if > available at all times (that includes hg serve, i look into this) instead > of make it a switch, as that would defeat the address

Re: [PATCH 04 of 10 ipv6 V2] tinyproxy: use IPv6 if HGIPV6 is set to 1

2017-02-21 Thread David Soria Parra
On Mon, Feb 20, 2017 at 07:03:36PM -0800, Jun Wu wrote: > > Thanks for pointing out the RFC. > > The V1 series was ipv6 by default. But buildbot was not happy with all > changes. In order to make all changesets green, I have to temporarily > disable V6 handling, therefore V2 and IPv4 by default.

Re: [PATCH 5 of 5] localrepo: check HG_PENDING strictly

2017-02-21 Thread Augie Fackler
On Tue, Feb 21, 2017 at 01:28:04AM +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1487607660 -32400 > # Tue Feb 21 01:21:00 2017 +0900 > # Node ID 0eebac024d47de9c94968f49bc9a0dcb2c8d3d2b > # Parent

Re: [PATCH] repoview: separate cache hash computation from cache reading

2017-02-21 Thread Augie Fackler
On Mon, Feb 20, 2017 at 01:56:19AM -0800, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1487584447 28800 > # Mon Feb 20 01:54:07 2017 -0800 > # Node ID cb1151ce14f7ec9e2ca991bc8bd590020ec4b061 > # Parent

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

2017-02-21 Thread Augie Fackler
> 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 Zweigbergk # Date >> 1487140898 >>> 28800 >>> #

Re: [PATCH 09 of 19 pager] help: enable pager

2017-02-21 Thread Augie Fackler
> On Feb 21, 2017, at 07:58, Yuya Nishihara wrote: > > On Sun, 19 Feb 2017 18:13:00 -0500, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1486440561 18000 >> # Mon Feb 06 23:09:21 2017 -0500 >> # Node ID

[PATCH 1 of 2 remotenames-ext] remotenames: get rid of useless lookup

2017-02-21 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1487690067 28800 # Tue Feb 21 07:14:27 2017 -0800 # Node ID cf04161615a48d42a2bb6181060ae9be8ceaa467 # Parent 4f17d4ae821e7654b3c134002537155b28f7e146 remotenames: get rid of useless lookup Lookup is useless since

[PATCH 2 of 2 remotenames-ext] remotenames: selectivepull, add _listremotebookmarks

2017-02-21 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1487690190 28800 # Tue Feb 21 07:16:30 2017 -0800 # Node ID f49560facf4802449ab15aaf9b12287754619990 # Parent cf04161615a48d42a2bb6181060ae9be8ceaa467 remotenames: selectivepull, add _listremotebookmarks Adding a separate

Re: [PATCH] Make test suite more immune to environment variables

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 09:43:09 -0800, Bryan O'Sullivan wrote: > On Mon, Feb 20, 2017 at 9:27 AM, Dr Rainer Woitok > wrote: > > > tests: make test suite more immune to environment variables > > > > Good catch! Indeed. Queued, thanks.

Re: [PATCH] patchbomb: allow specifying default --flag options via config(issue5354)

2017-02-21 Thread Yuya Nishihara
On Tue, 21 Feb 2017 08:55:07 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487593583 -19800 > # Mon Feb 20 17:56:23 2017 +0530 > # Node ID 3c7e816697791c48de126c06c069af23c9e2bc3a > # Parent 2c9e619ba9ee8e72370cc0f27f59da39947773b6 >

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

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 22:00:20 -0500, Matt Harbison wrote: > On Mon, 20 Feb 2017 09:27:44 -0500, Yuya Nishihara wrote: > > On Thu, 16 Feb 2017 16:41:08 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1486875517

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

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 22:25:21 -0500, Matt Harbison wrote: > On Mon, 20 Feb 2017 09:38:13 -0500, Yuya Nishihara wrote: > > On Thu, 16 Feb 2017 16:41:10 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1486877030

Re: [PATCH 09 of 19 pager] help: enable pager

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:13:00 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486440561 18000 > # Mon Feb 06 23:09:21 2017 -0500 > # Node ID f6f080904a6ecac993f137b92d50bf4991f8d07c > # Parent 6dd615d163eb069405ba71fe968980d3340d4702 >

Re: [PATCH 10 of 19 pager] incoming: enable pager

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:13:01 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486440228 18000 > # Mon Feb 06 23:03:48 2017 -0500 > # Node ID b6f05836ba20bb8b25469a30aeed1b3506392bbf > # Parent f6f080904a6ecac993f137b92d50bf4991f8d07c >

Re: [PATCH pager annotate-fix] annotate: start pager after we're sure we wont abort

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:12:08 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487534981 18000 > # Sun Feb 19 15:09:41 2017 -0500 > # Node ID 7353b9603c574678314f9525b3e56f31a4497bb9 > # Parent 2c9e619ba9ee8e72370cc0f27f59da39947773b6 >

Re: [PATCH 01 of 19 pager] cat: migrate to modern pager API

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:12:52 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486439872 18000 > # Mon Feb 06 22:57:52 2017 -0500 > # Node ID 2832edeb9d5358b483ad0babbbf3f1dfb43aaf4c > # Parent 7353b9603c574678314f9525b3e56f31a4497bb9 >