[PATCH] match: adding support for repository-root-based globs

2016-11-14 Thread Rodrigo Damazio Bovendorp via Mercurial-devel
# HG changeset patch # User Rodrigo Damazio Bovendorp # Date 1475944120 25200 # Sat Oct 08 09:28:40 2016 -0700 # Node ID 93434cce258a797fcc3997c0af994a524695e273 # Parent b032a7b676c6637b2ac6f3ef29431013b15a08f9 match: adding support for repository-root-based globs The broader plan is to ad

Re: [PATCH 2 of 2] osutil: implement setprocname to set process title for some platforms

2016-11-14 Thread Gregory Szorc
On Sun, Nov 13, 2016 at 6:18 AM, Yuya Nishihara wrote: > On Fri, 11 Nov 2016 21:14:37 +, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1478898677 0 > > # Fri Nov 11 21:11:17 2016 + > > # Node ID 4ccb6bcaf25a741d3a0d8abd6c674573ef76069a > > # Parent 98761d64eaa

[PATCH 1 of 8 V5] worker: move killworkers and waitforworkers up

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1469735397 -3600 # Thu Jul 28 20:49:57 2016 +0100 # Node ID 7a81772420713713fb372966a9018c20083beaed # Parent d1a0a64f6e16432333bea0476098c46a61222b9b # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 7 of 8 V5] worker: add a SIGCHLD handler to collect worker immediately

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478920042 0 # Sat Nov 12 03:07:22 2016 + # Node ID 3a463b68088ed4721b0b0a33504143b7eff65ade # Parent 8402c91c250a9dd369296dcdf00f7b50110ff6ae # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 3 of 8 V5] worker: allow waitforworkers to be non-blocking

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1469735827 -3600 # Thu Jul 28 20:57:07 2016 +0100 # Node ID 0abdc39524ef9845a82082f53499d83468ce7761 # Parent 946a4a33ad2fbb4a060af6f32f0a96a63d01a6e8 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 2 of 8 V5] worker: wait worker pid explicitly

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1469735480 -3600 # Thu Jul 28 20:51:20 2016 +0100 # Node ID 946a4a33ad2fbb4a060af6f32f0a96a63d01a6e8 # Parent 7a81772420713713fb372966a9018c20083beaed # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 4 of 8 V5] worker: change "pids" to a set

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479175840 0 # Tue Nov 15 02:10:40 2016 + # Node ID 2ab9239f357f1739b2a230bee69ad5eaa81493a6 # Parent 0abdc39524ef9845a82082f53499d83468ce7761 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 5 of 8 V5] worker: make waitforworkers reentrant

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479175936 0 # Tue Nov 15 02:12:16 2016 + # Node ID 9dbb3532b173a980f341e41d9e96338a386364e5 # Parent 2ab9239f357f1739b2a230bee69ad5eaa81493a6 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 8 of 8 V5] worker: stop using a separate thread waiting for children

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478919967 0 # Sat Nov 12 03:06:07 2016 + # Node ID 95ff43115c001579973ef09581f102b1b842 # Parent 3a463b68088ed4721b0b0a33504143b7eff65ade # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 6 of 8 V5] worker: make sure killworkers runs at most once

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479176697 0 # Tue Nov 15 02:24:57 2016 + # Node ID 8402c91c250a9dd369296dcdf00f7b50110ff6ae # Parent 9dbb3532b173a980f341e41d9e96338a386364e5 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

Re: [PATCH 1 of 2] debugcommands: introduce standalone module for debug commands

2016-11-14 Thread Pierre-Yves David
On 11/10/2016 05:50 PM, Gregory Szorc wrote: I started this series a few months ago, told Pierre-Yves about it, and he encouraged me to start patchbombing. Yep, I've been touching and looking at debugcommand a lot recently and this idea of Greg have been tickling in the back of my head every

Re: [PATCH 1 of 2] manifest: make revlog verification optional

2016-11-14 Thread Durham Goode
On 11/14/16 4:48 PM, Martin von Zweigbergk wrote: On Mon, Nov 14, 2016 at 4:26 PM, Durham Goode wrote: On 11/14/16 4:23 PM, Martin von Zweigbergk wrote: On Mon, Nov 14, 2016 at 3:27 PM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1479165447 28800 # Mon Nov 14

Re: [PATCH 1 of 2] manifest: make revlog verification optional

2016-11-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Nov 14, 2016 at 4:26 PM, Durham Goode wrote: > On 11/14/16 4:23 PM, Martin von Zweigbergk wrote: >> >> On Mon, Nov 14, 2016 at 3:27 PM, Durham Goode wrote: >>> >>> # HG changeset patch >>> # User Durham Goode >>> # Date 1479165447 28800 >>> # Mon Nov 14 15:17:27 2016 -0800 >>> # Nod

Re: [PATCH 1 of 6] util: add iterfile to workaround a fileobj.__iter__ issue with EINTR

2016-11-14 Thread Pierre-Yves David
On 11/14/2016 11:49 PM, Gregory Szorc wrote: On Mon, Nov 14, 2016 at 3:35 PM, Jun Wu mailto:qu...@fb.com>> wrote: # HG changeset patch # User Jun Wu mailto:qu...@fb.com>> # Date 1479166374 0 # Mon Nov 14 23:32:54 2016 + # Node ID 7e3bb7754d338399dee3ee41770b7d6624b

Re: [PATCH 1 of 2] manifest: make revlog verification optional

2016-11-14 Thread Durham Goode
On 11/14/16 4:23 PM, Martin von Zweigbergk wrote: On Mon, Nov 14, 2016 at 3:27 PM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1479165447 28800 # Mon Nov 14 15:17:27 2016 -0800 # Node ID 27209d52a5865422c5ef4ba05cedb28ce32919ed # Parent 046a7e828ea63ec940ffae1089a

Re: [PATCH 1 of 2] manifest: make revlog verification optional

2016-11-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Nov 14, 2016 at 3:27 PM, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1479165447 28800 > # Mon Nov 14 15:17:27 2016 -0800 > # Node ID 27209d52a5865422c5ef4ba05cedb28ce32919ed > # Parent 046a7e828ea63ec940ffae1089a33fae7954da2e > manifest: make revlog ver

Re: [PATCH 1 of 6] util: add iterfile to workaround a fileobj.__iter__ issue with EINTR

2016-11-14 Thread Jun Wu
Excerpts from Gregory Szorc's message of 2016-11-14 15:49:06 -0800: > > without a incorrect errno - could be 0 - thus "IOError: [Errno 0] Error". ^^^ this should be "with an incorrect". Sorry :'( > > The only user of "readahead" is "readahead_get_line_skip". > > The only user of

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

2016-11-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Nov 14, 2016 at 2:52 PM, Martin von Zweigbergk wrote: > On Mon, Nov 14, 2016 at 2:49 PM, Pierre-Yves David > wrote: >> >> >> On 11/14/2016 10:36 PM, Martin von Zweigbergk via Mercurial-devel wrote: >>> >>> On Thu, Nov 10, 2016 at 3:20 PM, Martin von Zweigbergk >>> wrote: On Thu

Re: [PATCH 1 of 6] util: add iterfile to workaround a fileobj.__iter__ issue with EINTR

2016-11-14 Thread Gregory Szorc
On Mon, Nov 14, 2016 at 3:35 PM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1479166374 0 > # Mon Nov 14 23:32:54 2016 + > # Node ID 7e3bb7754d338399dee3ee41770b7d6624b81fc1 > # Parent 038547a14d850f14ecd2671852093dc07848a134 > # Available At https://bitbucket.org/qua

[PATCH 6 of 6] convert: migrate to util.iterfile

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479165435 0 # Mon Nov 14 23:17:15 2016 + # Node ID e6c69631dab2ae0eeb7ea910fd0ee6445472a42b # Parent 23ebc9cb6d773d549b6822da154da3c0125b90c5 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 1 of 6] util: add iterfile to workaround a fileobj.__iter__ issue with EINTR

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479166374 0 # Mon Nov 14 23:32:54 2016 + # Node ID 7e3bb7754d338399dee3ee41770b7d6624b81fc1 # Parent 038547a14d850f14ecd2671852093dc07848a134 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 3 of 6] patch: migrate to util.iterfile

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479165246 0 # Mon Nov 14 23:14:06 2016 + # Node ID d1637df5ffd91e95da25213f06f346adb3269ace # Parent 8097b8c66952003addd5b683a14265c1d3cc201f # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 2 of 6] worker: migrate to util.iterfile

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479165131 0 # Mon Nov 14 23:12:11 2016 + # Node ID 8097b8c66952003addd5b683a14265c1d3cc201f # Parent 7e3bb7754d338399dee3ee41770b7d6624b81fc1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 4 of 6] store: migrate to util.iterfile

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479165301 0 # Mon Nov 14 23:15:01 2016 + # Node ID 9ea33341bb12e2f6a862c8d3ca1eb6b8036d3602 # Parent d1637df5ffd91e95da25213f06f346adb3269ace # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 5 of 6] match: migrate to util.iterfile

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479165365 0 # Mon Nov 14 23:16:05 2016 + # Node ID 23ebc9cb6d773d549b6822da154da3c0125b90c5 # Parent 9ea33341bb12e2f6a862c8d3ca1eb6b8036d3602 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 1 of 2 narrowhg-ext] manifest: fixup manifest usages to be manifestlog

2016-11-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1479159796 28800 # Mon Nov 14 13:43:16 2016 -0800 # Node ID 33646477f95dcfd2b7d4eede4d190569ca142be6 # Parent e7e7015c1935a1c825eb47968ec4be8bd48bd44f manifest: fixup manifest usages to be manifestlog Upstream has gotten rid of the manifest cl

[PATCH 2 of 2 narrowhg-ext] manifest: fix narrowmanifest to be narrowmanifestlog

2016-11-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1479166205 28800 # Mon Nov 14 15:30:05 2016 -0800 # Node ID 331ce6adfeccf8f21bdda8ddfb28da8f4b410848 # Parent 33646477f95dcfd2b7d4eede4d190569ca142be6 manifest: fix narrowmanifest to be narrowmanifestlog Upstream hg has completely refactored t

[PATCH 1 of 2] manifest: make revlog verification optional

2016-11-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1479165447 28800 # Mon Nov 14 15:17:27 2016 -0800 # Node ID 27209d52a5865422c5ef4ba05cedb28ce32919ed # Parent 046a7e828ea63ec940ffae1089a33fae7954da2e manifest: make revlog verification optional This patches adds an parameter to manifestlog.ge

[PATCH 2 of 2] manifest: change treemanifestctx to construct subtrees from the manifestlog

2016-11-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1479165847 28800 # Mon Nov 14 15:24:07 2016 -0800 # Node ID 2804de346a3e239ca0f067068ac8823ebb41d6ae # Parent 27209d52a5865422c5ef4ba05cedb28ce32919ed manifest: change treemanifestctx to construct subtrees from the manifestlog Previously, tree

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

2016-11-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Nov 14, 2016 at 2:49 PM, Pierre-Yves David wrote: > > > On 11/14/2016 10:36 PM, Martin von Zweigbergk via Mercurial-devel wrote: >> >> On Thu, Nov 10, 2016 at 3:20 PM, Martin von Zweigbergk >> wrote: >>> >>> On Thu, Nov 10, 2016 at 10:11 AM, Sean Farley wrote: Augie Fackler wr

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

2016-11-14 Thread Pierre-Yves David
On 11/14/2016 10:36 PM, Martin von Zweigbergk via Mercurial-devel wrote: On Thu, Nov 10, 2016 at 3:20 PM, Martin von Zweigbergk wrote: On Thu, Nov 10, 2016 at 10:11 AM, Sean Farley wrote: Augie Fackler writes: On Thu, Nov 10, 2016 at 9:19 AM, Pierre-Yves David wrote: On 11/07/2016 03:1

Looking for 4.2 sprint hosting, February (North America)

2016-11-14 Thread Pierre-Yves David
Hello everyone, TL;DR; we are looking for a place to host a Sprint around February 2017 in North America, can you host? Our current schedule is 2 sprint a year, one around February in North America and one around September in Europe. According to this we should have a sprint sometime around

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

2016-11-14 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Nov 10, 2016 at 3:20 PM, Martin von Zweigbergk wrote: > On Thu, Nov 10, 2016 at 10:11 AM, Sean Farley wrote: >> Augie Fackler writes: >> >>> On Thu, Nov 10, 2016 at 9:19 AM, Pierre-Yves David >>> wrote: On 11/07/2016 03:17 PM, Denis Laxalde wrote: > > # HG changeset patch >

Re: [PATCH 3 of 8 V4] worker: allow waitforworkers to be non-blocking

2016-11-14 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2016-11-14 13:42:35 -0800: >> Jun Wu writes: >> >> > # HG changeset patch >> > # User Jun Wu >> > # Date 1469735827 -3600 >> > # Thu Jul 28 20:57:07 2016 +0100 >> > # Node ID 15594c001edb494e4ee4faff6fc6730772271768 >> > # Parent 05

Re: [PATCH 3 of 8 V4] worker: allow waitforworkers to be non-blocking

2016-11-14 Thread Jun Wu
Excerpts from Sean Farley's message of 2016-11-14 13:42:35 -0800: > Jun Wu writes: > > > # HG changeset patch > > # User Jun Wu > > # Date 1469735827 -3600 > > # Thu Jul 28 20:57:07 2016 +0100 > > # Node ID 15594c001edb494e4ee4faff6fc6730772271768 > > # Parent 05485a528446de24eb8b81819f66a

Re: [PATCH 3 of 8 V4] worker: allow waitforworkers to be non-blocking

2016-11-14 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1469735827 -3600 > # Thu Jul 28 20:57:07 2016 +0100 > # Node ID 15594c001edb494e4ee4faff6fc6730772271768 > # Parent 05485a528446de24eb8b81819f66ad36f0730802 > # Available At https://bitbucket.org/quark-zju/hg-draft > #

Re: [PATCH 10 of 10 V2] manifest: delete manifest.manifest class

2016-11-14 Thread Durham Goode
On 11/11/16 10:13 PM, Martin von Zweigbergk wrote: On Fri, Nov 11, 2016 at 7:20 AM, Martin von Zweigbergk wrote: I'm not working today, but the series looks good to me, so if anyone else wants to queue it, go ahead. Queued, thanks. Did you get anywhere with adapting narrowhg to work with th

[PATCH 1 of 2 V4] setup: test setproctitle before building osutil

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478897140 0 # Fri Nov 11 20:45:40 2016 + # Node ID 98761d64eaaf67f3bdb99f3f80a57910e2624b78 # Parent 038547a14d850f14ecd2671852093dc07848a134 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 2 of 2 V4] osutil: implement setprocname to set process title for some platforms

2016-11-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478898677 0 # Fri Nov 11 21:11:17 2016 + # Node ID 695fa432ce250fdc40d5871a0009907262fe7949 # Parent 98761d64eaaf67f3bdb99f3f80a57910e2624b78 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

Re: [PATCH 2 of 2 V3] osutil: implement setprocname to set process title for some platforms

2016-11-14 Thread Yuya Nishihara
On Mon, 14 Nov 2016 14:47:18 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2016-11-14 21:16:48 +0900: > > On Sun, 13 Nov 2016 15:25:46 +, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1478898677 0 > > > # Fri Nov 11 21:11:17 2016 + > > >

[PATCH v2] build: include a dummy $PATH in the custom environment used by build.py

2016-11-14 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1477669468 -7200 # Fri Oct 28 17:44:28 2016 +0200 # Node ID 1f4674a0aaeae579186ae6e5c3a022c25ab5 # Parent 046a7e828ea63ec940ffae1089a33fae7954da2e build: include a dummy $PATH in the custom environment used by build.py This is required f

Re: [PATCH 2 of 2 V3] osutil: implement setprocname to set process title for some platforms

2016-11-14 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-11-14 21:16:48 +0900: > On Sun, 13 Nov 2016 15:25:46 +, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1478898677 0 > > # Fri Nov 11 21:11:17 2016 + > > # Node ID c4af4fec293bed4e5105442137a24c34d58e740f > > # Parent

Re: [PATCH 7 of 8 V4] worker: add a SIGCHLD handler to collect worker immediately

2016-11-14 Thread Jun Wu
Interesting. Thanks for the very careful review (and also for the setproctitle series)! I did some simple manual tests but didn't cover all corners here. I will investigate. Excerpts from Yuya Nishihara's message of 2016-11-14 22:15:24 +0900: > On Sat, 12 Nov 2016 03:11:38 +, Jun Wu wrote: >

Re: [PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-14 Thread Yuya Nishihara
On Sun, 13 Nov 2016 06:16:08 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1478984783 -32400 > # Sun Nov 13 06:06:23 2016 +0900 > # Branch stable > # Node ID b496a464399cb68628b09e52aa8cf379c98428e6 > # Parent 4ed8bb8a153f91420777d98dea10ebbcd40

Re: [PATCH 6 of 8 V4] worker: make killworkers safe to be called multiple times

2016-11-14 Thread Yuya Nishihara
On Sat, 12 Nov 2016 03:11:37 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1478919468 0 > # Sat Nov 12 02:57:48 2016 + > # Node ID 596cee9d5c12dcfa2d272b5441d5060a26a6440c > # Parent ca128e326027530210f6509e3ec8b28b97bdce12 > # Available At https://bitbucket.org/qu

Re: [PATCH 5 of 8 V4] worker: make waitforworkers reentrant

2016-11-14 Thread Yuya Nishihara
On Sat, 12 Nov 2016 03:11:36 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1469737019 -3600 > # Thu Jul 28 21:16:59 2016 +0100 > # Node ID ca128e326027530210f6509e3ec8b28b97bdce12 > # Parent 10d4102eab371e6b6fcbfef92af6fe9457aabcc4 > # Available At https://bitbucket.or

Re: [PATCH 7 of 8 V4] worker: add a SIGCHLD handler to collect worker immediately

2016-11-14 Thread Yuya Nishihara
On Sat, 12 Nov 2016 03:11:38 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1478920042 0 > # Sat Nov 12 03:07:22 2016 + > # Node ID 7492186538a69cdfad28cb93093d7f7077942ca3 > # Parent 596cee9d5c12dcfa2d272b5441d5060a26a6440c > # Available At https://bitbucket.org/qu

Re: [PATCH 2 of 2 V3] osutil: implement setprocname to set process title for some platforms

2016-11-14 Thread Yuya Nishihara
On Sun, 13 Nov 2016 15:25:46 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1478898677 0 > # Fri Nov 11 21:11:17 2016 + > # Node ID c4af4fec293bed4e5105442137a24c34d58e740f > # Parent 98761d64eaaf67f3bdb99f3f80a57910e2624b78 > # Available At https://bitbucket.org/qu

Re: [PATCH V2] perf: add asv benchmarks

2016-11-14 Thread Jun Wu
Generally looks good to me. Some inline comments about small issues. I wonder if it is possible to get rid of the dependencies on virtualenv and hglib as installing them could be troublesome in some environments. I think "virtualenv" could be replaced by just copying the checked out files to somew

[PATCH 1 of 3 V3] cmdutil: add support for evolution "troubles" display in changeset_printer

2016-11-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1476094018 -7200 # Mon Oct 10 12:06:58 2016 +0200 # Node ID 3c3bce29816f8cd0b176f450ab2e1ad854d5551b # Parent d06c049695e6ad3219e7479c65ce98a2f123e878 # EXP-Topic evolve-ui cmdutil: add support for evolution "troubles" display in changeset_pri

[PATCH 2 of 3 V3] templates: display evolution "troubles" in command line style

2016-11-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1478597306 -3600 # Tue Nov 08 10:28:26 2016 +0100 # Node ID 39f09e0ffdc5591cf87f200c9a99b97ca4e9abcc # Parent 3c3bce29816f8cd0b176f450ab2e1ad854d5551b # EXP-Topic evolve-ui templates: display evolution "troubles" in command line style Add a "

[PATCH 3 of 3 V3] summary: add evolution "troubles" information to parents header lines

2016-11-14 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1475935828 -7200 # Sat Oct 08 16:10:28 2016 +0200 # Node ID c240e26577a58e7c42cabce8f66a0c236a1167dd # Parent 39f09e0ffdc5591cf87f200c9a99b97ca4e9abcc # EXP-Topic evolve-ui summary: add evolution "troubles" information to parents header lines

Re: [PATCH 1 of 3 V2] cmdutil: add support for evolution "troubles" display in changeset_printer

2016-11-14 Thread Denis Laxalde
Pierre-Yves David a écrit : How about "stability"? If it feels strange to only have it displayed when there are "troubles", we may also insert it in the debug section as `stability: stable`. I do not think it is suitable, stability does not really fit for "divergent" or "bumped" and too linked