Re: [PATCH 4 of 8 ipv6] runtests: set web.address to localhost

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 10:54 PM, Martin von Zweigbergk wrote: > On Thu, Feb 16, 2017 at 9:39 AM, Jun Wu wrote: >> # HG changeset patch >> # User Jun Wu >> # Date 1487232809 28800 >> # Thu Feb 16 00:13:29 2017 -0800 >> # Node ID

Re: [PATCH] test-logtoprocess: use cat to wait for outputs

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 11:00 AM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487270039 28800 > # Thu Feb 16 10:33:59 2017 -0800 > # Node ID 9088dc2948690d0668fbaa7bb1f2fe137c40ee5d > # Parent 6e6a461b5b60dc48a9e49cab2f3994b1345531fc > #

Re: [PATCH 4 of 8 ipv6] runtests: set web.address to localhost

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 9:39 AM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487232809 28800 > # Thu Feb 16 00:13:29 2017 -0800 > # Node ID 91137c500c4f8761c2d70bab7438d8d87959bd15 > # Parent 72115e4deca500bd6da1929479a966b8b0eb0e1d > #

Re: [PATCH 9 of 9 pager v2] tests: prove that ignore works

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 9:25 AM, Simon Farnsworth wrote: > I'm no longer seeing issues with these patches, and it'd be nice to reduce > the pile of extensions you need to enable to get a modern workflow out of > Hg. Besides the nits on patch 3/9, this is looking great to me too.

Re: [PATCH 3 of 9 pager v2] ui: introduce neverpager() call

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 8:59 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487198883 18000 > # Wed Feb 15 17:48:03 2017 -0500 > # Node ID 2dcaa379926fbe6a5a3d628642ae61f363b500c4 > # Parent

Re: [PATCH 09 of 10 v5] extdiff: log time spent in external diff program

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
[+mercurial-devel] On Thu, Feb 16, 2017 at 2:26 PM, Martin von Zweigbergk wrote: > On Wed, Feb 15, 2017 at 2:06 PM, Simon Farnsworth wrote: >> # HG changeset patch >> # User Simon Farnsworth >> # Date 1487194446 28800 >> # Wed Feb

Re: [PATCH 1 of 2 v2] match: adding support for matching files inside a directory

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
Foozy, how does this version of the series look to you? Yuya, since it is in Google's interest to get this in, I'm reluctant to queue it myself. Would you be able to do that (if it looks good to you, of course)? Thanks. On Mon, Feb 13, 2017 at 5:05 PM, Rodrigo Damazio Bovendorp

Re: [PATCH 10 of 10 v5] histedit: log the time taken to read in the commands list

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Feb 15, 2017 at 4:05 PM, Bryan O'Sullivan wrote: > > On Wed, Feb 15, 2017 at 2:07 PM, Simon Farnsworth wrote: >> >> histedit: log the time taken to read in the commands list > > > Series looks great. Ship it! Looks like this was queued (by Augie),

Re: RFC: bitmap storage for precursors and phases

2017-02-16 Thread Jun Wu
Excerpts from Stanislau Hlebik's message of 2017-02-16 19:39:07 +: > Excerpts from Stanislau Hlebik's message of 2017-02-14 09:29:25 +: > > Excerpts from Sean Farley's message of 2017-02-13 18:30:25 -0800: > > > Jun Wu writes: > > > > > > > Excerpts from Sean Farley's

[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 # 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 serve -S`

[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 # 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 currently

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

2017-02-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # 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 using

[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 # 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 default path This

Re: [PATCH 2 of 3] revset: use phasecache.getrevs

2017-02-16 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-02-13 23:56:20 +0900: > On Fri, 10 Feb 2017 06:34:18 -0800, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1486735766 28800 > > # Fri Feb 10 06:09:26 2017 -0800 > > # Node ID

commit .hgsubstate after remove from .hgsub

2017-02-16 Thread Jérôme Godbout
Hi, First we have a main repos with both .hgsub and .hgsubstate commited into the main repos itself. We had a sub repos we wanted to be removed so we end up removing the entry from the .hgsub file of the main repos. But we don't seem to be able to commit the .hgsubstate and this give us some

Re: RFC: bitmap storage for precursors and phases

2017-02-16 Thread Stanislau Hlebik
Excerpts from Stanislau Hlebik's message of 2017-02-14 09:29:25 +: > Excerpts from Sean Farley's message of 2017-02-13 18:30:25 -0800: > > Jun Wu writes: > > > > > Excerpts from Sean Farley's message of 2017-02-13 17:04:35 -0800: > > >> I was thinking about a more high-level

Ideas and Mentors for GSoC 2017.

2017-02-16 Thread Pulkit Goyal
Hi everyone, Just like last year, this year also we are going to take part in GSoC under Python Software Foundation. Though we are still not listed at their wiki page because the page is frozen until Google confirms participation of Python. I am handling GSoC work this year of Mercurial ;). We

[PATCH] test-logtoprocess: use cat to wait for outputs

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487270039 28800 # Thu Feb 16 10:33:59 2017 -0800 # Node ID 9088dc2948690d0668fbaa7bb1f2fe137c40ee5d # Parent 6e6a461b5b60dc48a9e49cab2f3994b1345531fc # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] test-logtoprocess: fix flaky test

2017-02-16 Thread Jun Wu
Excerpts from Martin von Zweigbergk's message of 2017-02-16 10:40:09 -0800: > On Thu, Feb 16, 2017 at 10:34 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1487270039 28800 > > # Thu Feb 16 10:33:59 2017 -0800 > > # Node ID

Re: [PATCH 1 of 8 v4] mercurial: use best available timer for perf measurements

2017-02-16 Thread Bryan O'Sullivan
On Thu, Feb 16, 2017 at 10:35 AM, Martin von Zweigbergk via Mercurial-devel wrote: > As discussed on #mercurial, Augie and I find "timer" confusing, > because it sounds like it returns a timer object, but in fact it just > returns a time. Can we have a followup

Re: [PATCH] test-logtoprocess: fix flaky test

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 10:34 AM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487270039 28800 > # Thu Feb 16 10:33:59 2017 -0800 > # Node ID 070d9b1d8c2528e8c247b5bcaeb69aea509619a1 > # Parent 6e6a461b5b60dc48a9e49cab2f3994b1345531fc > #

Re: [PATCH 1 of 8 ipv6] runtests: export HGIPV6 to hint test scripts whether to use IPv6

2017-02-16 Thread Danek Duvall
Jun Wu wrote: > With all the changes, it'll be easy to switch between v4 and v6 (by changing > "useipv6" in run-tests.py). I think we can add a new command line flag to > run-tests.py so people can choose whether they want to test v4 or v6. Or both? Would it be useful consider one to be primary

[PATCH] test-logtoprocess: fix flaky test

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487270039 28800 # Thu Feb 16 10:33:59 2017 -0800 # Node ID 070d9b1d8c2528e8c247b5bcaeb69aea509619a1 # Parent 6e6a461b5b60dc48a9e49cab2f3994b1345531fc # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Jun Wu
Excerpts from Martin von Zweigbergk's message of 2017-02-16 10:29:39 -0800: > On Thu, Feb 16, 2017 at 10:02 AM, Augie Fackler wrote: > > > >> On Feb 16, 2017, at 12:36, Jun Wu wrote: > >> > >> Excerpts from Augie Fackler's message of 2017-02-16 12:18:56 -0500: >

Re: [PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Feb 16, 2017 at 10:02 AM, Augie Fackler wrote: > >> On Feb 16, 2017, at 12:36, Jun Wu wrote: >> >> Excerpts from Augie Fackler's message of 2017-02-16 12:18:56 -0500: >>> On Thu, Feb 16, 2017 at 09:14:52AM -0800, Jun Wu wrote: # HG changeset patch

mercurial@30965: new changeset

2017-02-16 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/f01df5d2fe49 changeset: 30965:f01df5d2fe49 bookmark:@ tag: tip parent: 30964:afaf3c2b129c parent: 30915:aa25989b0658 user:Augie Fackler date:Wed Feb 15 11:22:01 2017

Re: [PATCH 1 of 8 ipv6] runtests: export HGIPV6 to hint test scripts whether to use IPv6

2017-02-16 Thread Jun Wu
Excerpts from Danek Duvall's message of 2017-02-16 09:51:14 -0800: > Jun Wu wrote: > > > # HG changeset patch > > # User Jun Wu > > # Date 1487221422 28800 > > # Wed Feb 15 21:03:42 2017 -0800 > > # Node ID f2743873dfbd6adedcd3aa1777b651ce5bd6f6ed > > # Parent

Re: [PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Augie Fackler
> On Feb 16, 2017, at 12:36, Jun Wu wrote: > > Excerpts from Augie Fackler's message of 2017-02-16 12:18:56 -0500: >> On Thu, Feb 16, 2017 at 09:14:52AM -0800, Jun Wu wrote: >>> # HG changeset patch >>> # User Jun Wu >>> # Date 1487265078 28800 >>> # Thu Feb 16

Re: [PATCH 1 of 8 ipv6] runtests: export HGIPV6 to hint test scripts whether to use IPv6

2017-02-16 Thread Danek Duvall
Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487221422 28800 > # Wed Feb 15 21:03:42 2017 -0800 > # Node ID f2743873dfbd6adedcd3aa1777b651ce5bd6f6ed > # Parent a70e11929c63cd9245812f3db8091a449cd1273e > # Available At https://bitbucket.org/quark-zju/hg-draft

[PATCH 1 of 8 ipv6] runtests: export HGIPV6 to hint test scripts whether to use IPv6

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487221422 28800 # Wed Feb 15 21:03:42 2017 -0800 # Node ID f2743873dfbd6adedcd3aa1777b651ce5bd6f6ed # Parent a70e11929c63cd9245812f3db8091a449cd1273e # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 6 of 8 ipv6] runtests: export LOCALIP

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487260879 28800 # Thu Feb 16 08:01:19 2017 -0800 # Node ID ce9f5e640bdfcc6270f0be98d7fc6520740ba464 # Parent b38591e034d5508ddfc73d50b95d6b29d6370671 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 7 of 8 ipv6] dummyssh: use LOCALIP

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487229843 28800 # Wed Feb 15 23:24:03 2017 -0800 # Node ID 2bd74124ed8f3824f956f301d15a6816bfa5d483 # Parent ce9f5e640bdfcc6270f0be98d7fc6520740ba464 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 8 of 8 ipv6] tests: use LOCALIP

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487266732 28800 # Thu Feb 16 09:38:52 2017 -0800 # Node ID a23452874b2a39c6e2b71c63f7edfc4f4d5df2d5 # Parent 2bd74124ed8f3824f956f301d15a6816bfa5d483 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 5 of 8 ipv6] runtests: always set web.ipv6

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487263439 28800 # Thu Feb 16 08:43:59 2017 -0800 # Node ID b38591e034d5508ddfc73d50b95d6b29d6370671 # Parent 91137c500c4f8761c2d70bab7438d8d87959bd15 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 4 of 8 ipv6] runtests: set web.address to localhost

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487232809 28800 # Thu Feb 16 00:13:29 2017 -0800 # Node ID 91137c500c4f8761c2d70bab7438d8d87959bd15 # Parent 72115e4deca500bd6da1929479a966b8b0eb0e1d # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 8 ipv6] tinyproxy: use IPv6 if HGIPV6 is set to 1

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487228025 28800 # Wed Feb 15 22:53:45 2017 -0800 # Node ID 72115e4deca500bd6da1929479a966b8b0eb0e1d # Parent 28bb800077fd83098320b6f21334a71eedf03bbe # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-02-16 12:18:56 -0500: > On Thu, Feb 16, 2017 at 09:14:52AM -0800, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1487265078 28800 > > # Thu Feb 16 09:11:18 2017 -0800 > > # Node ID

Re: [PATCH 9 of 9 pager v2] tests: prove that ignore works

2017-02-16 Thread Simon Farnsworth
I'm no longer seeing issues with these patches, and it'd be nice to reduce the pile of extensions you need to enable to get a modern workflow out of Hg. On 16/02/2017 16:59, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1486441324 18000 # Mon

Re: [PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Augie Fackler
On Thu, Feb 16, 2017 at 09:14:52AM -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487265078 28800 > # Thu Feb 16 09:11:18 2017 -0800 > # Node ID ea77104f008e26351dde0b168432b8d903c4f240 > # Parent 677049d4e7cadc6acfc557ef1ee8acf783c76e1d > # Available At

[PATCH] test-logtoprocess: fix the regular expression

2017-02-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1487265078 28800 # Thu Feb 16 09:11:18 2017 -0800 # Node ID ea77104f008e26351dde0b168432b8d903c4f240 # Parent 677049d4e7cadc6acfc557ef1ee8acf783c76e1d # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] chgserver: move comments in config example

2017-02-16 Thread Augie Fackler
On Wed, Feb 15, 2017 at 06:55:26PM -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487212221 28800 > # Wed Feb 15 18:30:21 2017 -0800 > # Node ID 894c348d49abb67613b156a2f7c60a840818bc39 > # Parent e5363cb96233861fc99f7e9b85d7884d3121558c > # Available At

Re: [PATCH] localrepo: move extension loading to a separate method

2017-02-16 Thread Augie Fackler
On Wed, Feb 15, 2017 at 07:42:40PM -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487216474 28800 > # Wed Feb 15 19:41:14 2017 -0800 > # Node ID dda2ebe89f50fcf3bf5a9b8d2266aa2dd5b106ea > # Parent e5363cb96233861fc99f7e9b85d7884d3121558c > # Available At

Re: [PATCH] py3: convert the mode argument of os.fdopen to unicodes

2017-02-16 Thread Augie Fackler
On Thu, Feb 16, 2017 at 05:33:29PM +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487246435 -19800 > # Thu Feb 16 17:30:35 2017 +0530 > # Node ID 531e506fddb37aa28751dfdd733fd9bb9a07fc63 > # Parent

[PATCH 2 of 4 V4] update: add experimental config for default way of handling dirty wdir

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1487030585 28800 # Mon Feb 13 16:03:05 2017 -0800 # Node ID ce8d9fd4b41df0744a456de37ad5e93c8ca1d1db # Parent 19f471c814809099b5452b1174a2ecb0699cb76a update: add experimental config for default way of handling

[PATCH 3 of 4 V4] update: allow setting default update check to "noconflict"

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1486973155 28800 # Mon Feb 13 00:05:55 2017 -0800 # Node ID 572ffc6ab9724bb7b1d4d3315fd8deaf9d52461a # Parent ce8d9fd4b41df0744a456de37ad5e93c8ca1d1db update: allow setting default update check to "noconflict"

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

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1487140898 28800 # Tue Feb 14 22:41:38 2017 -0800 # Node ID 23ce2ec6c9b701f0eacac61df7048cfd36fa47fc # Parent 572ffc6ab9724bb7b1d4d3315fd8deaf9d52461a update: also suggest --merge when non-linear update is

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

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1487019517 28800 # Mon Feb 13 12:58:37 2017 -0800 # Node ID 19f471c814809099b5452b1174a2ecb0699cb76a # Parent 1ee685defe80117cf6aafea1ede6c33c478abceb update: accept --merge to allow merging across topo branches

[PATCH 9 of 9 pager v2] tests: prove that ignore works

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486441324 18000 # Mon Feb 06 23:22:04 2017 -0500 # Node ID a88d5ea0dd2855d49adae8a6c820e278ec594512 # Parent 4c2f3f1b67a71401faff082dbca79a3f212b5499 tests: prove that ignore works diff --git a/tests/test-pager.t

[PATCH 8 of 9 pager v2] annotate: migrate to modern pager API

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486439567 18000 # Mon Feb 06 22:52:47 2017 -0500 # Node ID 4c2f3f1b67a71401faff082dbca79a3f212b5499 # Parent 935dccd057eb61b980901b5c7a806fac9fb55d0f annotate: migrate to modern pager API diff --git a/hgext/pager.py

[PATCH 6 of 9 pager v2] ui: respect historic pager.attend-$COMMAND=no

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486442524 18000 # Mon Feb 06 23:42:04 2017 -0500 # Node ID 35d0605a6304ad2152603f480c7190839907e4cf # Parent f57d6104f362edca58dbb5c5434ee8d668a92777 ui: respect historic pager.attend-$COMMAND=no I'm on the fence about

[PATCH 4 of 9 pager v2] ui: add ignore-single-command functionality

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486441305 18000 # Mon Feb 06 23:21:45 2017 -0500 # Node ID 90ee185e6c5e46d3e14a9c81539c6266941c8986 # Parent 2dcaa379926fbe6a5a3d628642ae61f363b500c4 ui: add ignore-single-command functionality This closes the last feature

[PATCH 7 of 9 pager v2] ui: add a debug print right before we start the pager

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1486443354 18000 # Mon Feb 06 23:55:54 2017 -0500 # Node ID 935dccd057eb61b980901b5c7a806fac9fb55d0f # Parent 35d0605a6304ad2152603f480c7190839907e4cf ui: add a debug print right before we start the pager This makes it

[PATCH 2 of 9 pager v2] pager: move more behavior into core

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1487198877 18000 # Wed Feb 15 17:47:57 2017 -0500 # Node ID 1a7ae87a4e564240a76d4841f91ffdd4331c90ee # Parent cd19a77477bcd18d1f7ab4fa73ee0dbf3c7a4e46 pager: move more behavior into core This moves the global flag and the

[PATCH py3] ui: construct _keepalnum list in a python3-friendly way

2017-02-16 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1487262890 18000 # Thu Feb 16 11:34:50 2017 -0500 # Node ID 791b4e846a7b9a0783440b9504585438777fe2d2 # Parent 1ee685defe80117cf6aafea1ede6c33c478abceb ui: construct _keepalnum list in a python3-friendly way It'll be more

Re: [PATCH 1 of 8 simple] color: spread '_effect' values for readability

2017-02-16 Thread Martin von Zweigbergk via Mercurial-devel
On Feb 16, 2017 01:06, "Pierre-Yves David" wrote: On 02/15/2017 09:49 PM, Martin von Zweigbergk wrote: > On Wed, Feb 15, 2017 at 3:06 AM, Pierre-Yves David > wrote: > >> # HG changeset patch >> # User Pierre-Yves David

[PATCH] py3: convert the mode argument of os.fdopen to unicodes

2017-02-16 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1487246435 -19800 # Thu Feb 16 17:30:35 2017 +0530 # Node ID 531e506fddb37aa28751dfdd733fd9bb9a07fc63 # Parent 1ee685defe80117cf6aafea1ede6c33c478abceb py3: convert the mode argument of os.fdopen to unicodes Couple of

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

2017-02-16 Thread Simon Farnsworth
On 16/02/2017 02:12, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1487198871 18000 # Wed Feb 15 17:47:51 2017 -0500 # Node ID 675643abfdb6adbdfd8bddfbc263701c9caca539 # Parent e5363cb96233861fc99f7e9b85d7884d3121558c pager: move pager-initiating

Re: [PATCH 1 of 8 simple] color: spread '_effect' values for readability

2017-02-16 Thread Pierre-Yves David
On 02/15/2017 09:49 PM, Martin von Zweigbergk wrote: On Wed, Feb 15, 2017 at 3:06 AM, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1479491019 -3600 # Fri Nov 18 18:43:39 2016 +0100 # Node

Re: [PATCH 05 of 10 v5] ui: log time spent blocked on stdio

2017-02-16 Thread Simon Farnsworth
On 15/02/2017 22:06, Simon Farnsworth wrote: diff --git a/tests/test-logtoprocess.t b/tests/test-logtoprocess.t --- a/tests/test-logtoprocess.t +++ b/tests/test-logtoprocess.t @@ -61,10 +61,10 @@ > logtoprocess= > pager= > [logtoprocess] - > uiblocked=echo "\$EVENT command