Re: [PATCH 07 of 13 V3] scmutil: extract rc.d listing function from rccomponents

2017-03-23 Thread Kevin Bullock
> On Mar 22, 2017, at 12:23, Jun Wu wrote: > > # HG changeset patch > # User Jun Wu > # Date 1490201429 25200 > # Wed Mar 22 09:50:29 2017 -0700 > # Node ID d604e5baed4ac2f5470860bff89728c282d71e3a > # Parent 44c865487bfd2f081bfb322b1fb1b700d57f7adf > #

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Augie Fackler
On Mon, Mar 13, 2017 at 11:57:08AM -0700, Pierre-Yves David wrote: > > > On 03/13/2017 09:23 AM, Durham Goode wrote: > >On 3/13/17 2:48 AM, Jun Wu wrote: > >># HG changeset patch > >># User Jun Wu > >># Date 1489395002 25200 > >># Mon Mar 13 01:50:02 2017 -0700 > >># Node ID

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-03-23 17:53:39 -0400: > On Wed, Mar 22, 2017 at 1:42 AM, Jun Wu wrote: > >> As for alternatives, a correct solution needs to refer to the marker it is > >> replacing. Since cycles should be rare, can we record the full "replaced > >>

Re: [PATCH 01 of 13 V3] scmutil: add a method to convert environment variables to config items

2017-03-23 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Mar 23, 2017 at 1:21 PM, Kevin Bullock wrote: >> On Mar 23, 2017, at 13:27, Jun Wu wrote: >> >> Thanks for the detailed review and especially for raising the pattern >> issue! I think you have a very good point, and I actually prefer the

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Augie Fackler
On Wed, Mar 22, 2017 at 4:59 PM, Sean Farley wrote: >>> > By the way, I'm not sure if you have noticed that "inhibit" was recently >>> > moved to a directory called "hack/" in mutable-history. >>> >>> Yes, things in evolve are still baking. I don't see the need to rush obs >>>

Re: [PATCH 01 of 13 V3] scmutil: add a method to convert environment variables to config items

2017-03-23 Thread Kevin Bullock
> On Mar 23, 2017, at 13:27, Jun Wu wrote: > > Thanks for the detailed review and especially for raising the pattern > issue! I think you have a very good point, and I actually prefer the less > commits way. > > I'd like to provide the reason for this particular series. The

Re: [PATCH 09 of 13 V3] ui: use scmutil.rccomponents to load configs (BC)

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 09:53:26AM -0700, Jun Wu wrote: > Excerpts from Martin von Zweigbergk's message of 2017-03-22 22:34:47 -0700: > > On Wed, Mar 22, 2017 at 10:23 AM, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1489462886 25200 > > >

Re: [PATCH 7 of 7 V3] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-23 Thread Denis Laxalde
Augie Fackler a écrit : On Wed, Mar 22, 2017 at 11:37:32AM +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1489594320 -3600 > # Wed Mar 15 17:12:00 2017 +0100 > # Node ID cb742fcfe0edb2d393b59674c4eebcf8775ecfe1 > # Parent

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Augie Fackler
On Wed, Mar 22, 2017 at 1:42 AM, Jun Wu wrote: >> As for alternatives, a correct solution needs to refer to the marker it is >> replacing. Since cycles should be rare, can we record the full "replaced >> marker" data inline in the new marker? In local storage, that could be an > >

Re: [PATCH] fancyopts: making config defaults actually override defaults

2017-03-23 Thread Ryan McElroy
On 3/22/17 6:51 PM, Martin von Zweigbergk wrote: On Wed, Mar 22, 2017 at 10:14 AM, Rodrigo Damazio wrote: On Wed, Mar 22, 2017 at 3:50 AM, Ryan McElroy wrote: Rodrigo: for some reason, patchwork thinks you are Martin. Any idea why?

Re: [PATCH] help: format ``commands`` heading correctly

2017-03-23 Thread Ryan McElroy
On 3/22/17 11:37 PM, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1490225813 25200 # Wed Mar 22 16:36:53 2017 -0700 # Node ID cd99f61579194767aaa958a29d8de88e639d1578 # Parent

mercurial@31586: 8 new changesets

2017-03-23 Thread Mercurial Commits
8 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/3a383caa97f4 changeset: 31579:3a383caa97f4 user:Yuya Nishihara date:Sun Mar 15 18:58:56 2015 +0900 summary: similar: sort files not by object id but by path for stable result

Re: [PATCH 1 of 3] util: add a getfstype method

2017-03-23 Thread Augie Fackler
> On Mar 23, 2017, at 3:07 PM, Jun Wu wrote: > > # HG changeset patch > # User Jun Wu > # Date 1490295525 25200 > # Thu Mar 23 11:58:45 2017 -0700 > # Node ID 235f1212559d03f115e21992b5725a7dc7787632 > # Parent 2c02bb7fd7fc1212029dc903527e35a9efb7dbe1 > #

[PATCH 4 of 4] checkcode: enforce lowercase for extension docstring title

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490329401 25200 # Thu Mar 23 21:23:21 2017 -0700 # Node ID 0a73985fe80237a67ca50d7642ba6e02ed45e8e3 # Parent f2026595cb39cce3934995d6a3f8aa3d97b30501 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 2 of 4] journal: use lowercase for docstring title

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490328989 25200 # Thu Mar 23 21:16:29 2017 -0700 # Node ID ece9613e199b69fd07611cc0fff81b5be530acd2 # Parent 2dd5b13aab032af04b3e2cafb14ac9bdfd519007 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 4] automv: use lowercase for docstring title

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490328939 25200 # Thu Mar 23 21:15:39 2017 -0700 # Node ID 2dd5b13aab032af04b3e2cafb14ac9bdfd519007 # Parent 2c02bb7fd7fc1212029dc903527e35a9efb7dbe1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-03-23 20:59:03 -0400: > > For clocks going backwards, we can detect that, say we get > > maxdate = max(m.date for m in markers), then if we are going to write a > > marker with date < maxdate, we could warn people, and/or write > > (date+rand(0 to 1))

Re: [PATCH STABLE] changegroup: store old heads as a set

2017-03-23 Thread Augie Fackler
> On Mar 23, 2017, at 10:59 PM, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1490324099 25200 > # Thu Mar 23 19:54:59 2017 -0700 > # Branch stable > # Node ID ba2c20c45b3e0202e52bbd3252f9a8214d8a2e06 > #

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

2017-03-23 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # 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

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 wrote: On Tue, Mar 21, 2017 at 6:11 PM, Matt Harbison wrote: (+CC: indygreg, since he added this functionality in 4e02418b4236) On Tue, 21 Mar 2017 17:36:29 -0400, Augie Fackler

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-23 Thread Augie Fackler
> On Mar 23, 2017, at 6:15 PM, Jun Wu wrote: > > Excerpts from Augie Fackler's message of 2017-03-23 17:53:39 -0400: >> On Wed, Mar 22, 2017 at 1:42 AM, Jun Wu wrote: As for alternatives, a correct solution needs to refer to the marker it is replacing.

[PATCH STABLE] changegroup: store old heads as a set

2017-03-23 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1490324099 25200 # Thu Mar 23 19:54:59 2017 -0700 # Branch stable # Node ID ba2c20c45b3e0202e52bbd3252f9a8214d8a2e06 # Parent 2915cc1d3429f9b11c9cf48d45990f982fff8e7a changegroup: store old heads as a set Previously,

[PATCH 3 of 4] logtoprocess: use lowercase for docstring title

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490329015 25200 # Thu Mar 23 21:16:55 2017 -0700 # Node ID f2026595cb39cce3934995d6a3f8aa3d97b30501 # Parent ece9613e199b69fd07611cc0fff81b5be530acd2 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH hglib] hglib: fix hg clone --uncompressed option typo

2017-03-23 Thread Long Vu
# HG changeset patch # User Long Vu # Date 1490322881 14400 # Thu Mar 23 22:34:41 2017 -0400 # Node ID a6ae14f83d7a5e822b214ab0216e9685395b778f # Parent ae38fb772613604dac7fcf63705e8a2a17ff50cd hglib: fix hg clone --uncompressed option typo Was getting error.CommandError "hg

Re: GSoC 17: Release notes extension

2017-03-23 Thread Gregory Szorc
On Mon, Mar 20, 2017 at 6:04 PM, Rishabh Madan wrote: > Hello, > > I am Rishabh Madan and I will be a GSoC applicant this year under > Mercurial. > > I wanted to discuss about the Release notes extension project.[1] >

mercurial@31587: new changeset (1 on stable)

2017-03-23 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/ed5b25874d99 changeset: 31587:ed5b25874d99 branch: stable tag: tip parent: 31516:2915cc1d3429 user:Gregory Szorc date:Thu Mar 23 19:54:59 2017 -0700

Re: GSoC 17: Release notes extension

2017-03-23 Thread Martin von Zweigbergk via Mercurial-devel
As an alternative to compiling the release notes from commit messages, we could do what Git does, which is to keep a file per release (Documentation/Relnotes/.txt in their case) that we update every now and then. I think Junio (the maintainer) generally updates that file. We don't have a single

[PATCH 2 of 3] osutil: report fstype for BSD and OSX

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490332382 25200 # Thu Mar 23 22:13:02 2017 -0700 # Node ID 825bb185512c66a43ae6927933196b8356c99798 # Parent 597a29c947fe2b9f9ac0a6a03cf710ab9f69757c # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 3] util: enable hardlink for some BSD-family filesystems

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490333510 25200 # Thu Mar 23 22:31:50 2017 -0700 # Node ID be965400bcca7b69bd8e81f53b4ab6b66a847ba0 # Parent 825bb185512c66a43ae6927933196b8356c99798 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 3] setup: use a more strict way to test BSD or OSX's statfs

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490332536 25200 # Thu Mar 23 22:15:36 2017 -0700 # Node ID 597a29c947fe2b9f9ac0a6a03cf710ab9f69757c # Parent 2c02bb7fd7fc1212029dc903527e35a9efb7dbe1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH] help: correct title undescore length

2017-03-23 Thread David Soria Parra
# HG changeset patch # User David Soria Parra # Date 1490290521 -3600 # Thu Mar 23 18:35:21 2017 +0100 # Node ID a58314d8ab7f4cd910c238441779731ad16372d6 # Parent 55c6788c54e2faf80ec14f2b0844bfe429012bc3 help: correct title undescore length The underscores for a title must

Re: [PATCH] help: correct title undescore length

2017-03-23 Thread Martin von Zweigbergk via Mercurial-devel
Heh, this is the third patch that does the same (previous ones from Kostia and me). On Mar 23, 2017 10:55, "David Soria Parra" wrote: > # HG changeset patch > # User David Soria Parra > # Date 1490290521 -3600 > # Thu Mar 23 18:35:21 2017 +0100 > # Node ID

Re: [PATCH 01 of 13 V3] scmutil: add a method to convert environment variables to config items

2017-03-23 Thread Jun Wu
Thanks for the detailed review and especially for raising the pattern issue! I think you have a very good point, and I actually prefer the less commits way. I'd like to provide the reason for this particular series. The general question will be left for others to comment. The reason was simple -

mercurial@31578: 5 new changesets

2017-03-23 Thread Mercurial Commits
5 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a8e55d6f1d67 changeset: 31574:a8e55d6f1d67 user:Augie Fackler date:Tue Mar 21 17:39:49 2017 -0400 summary: revlog: use pycompat.maplist to eagerly evaluate map on Python 3

Re: [PATCH 07 of 13 V3] scmutil: extract rc.d listing function from rccomponents

2017-03-23 Thread Jun Wu
Excerpts from Martin von Zweigbergk's message of 2017-03-22 22:32:53 -0700: > On Wed, Mar 22, 2017 at 10:23 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490201429 25200 > > # Wed Mar 22 09:50:29 2017 -0700 > > # Node ID

Re: [PATCH] findrenames: sort files not by object id but by path for stable result

2017-03-23 Thread Yuya Nishihara
On Wed, 22 Mar 2017 16:14:01 +, Ryan McElroy wrote: > On 3/22/17 1:48 PM, Yuya Nishihara wrote: > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1426413536 -32400 > > # Sun Mar 15 18:58:56 2015 +0900 > > # Node ID 425379e72e817b6c79e955173b015b9a0fe090e9 > > #

[PATCH 2 of 6 V2] similar: get rid of quadratic addedfiles.remove()

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1490269833 -32400 # Thu Mar 23 20:50:33 2017 +0900 # Node ID 8b33a51771425d2623aa37dbcff05cdb5cc8e2fa # Parent 146e03f2e50d8fe4ef85eecbacb495724a6d0664 similar: get rid of quadratic addedfiles.remove() Instead, build a set of

[PATCH 3 of 6 V2] similar: use common names for changectx variables

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1490271045 -32400 # Thu Mar 23 21:10:45 2017 +0900 # Node ID f1b08899545270dea26ac954d21a02ebd5beb5f3 # Parent 8b33a51771425d2623aa37dbcff05cdb5cc8e2fa similar: use common names for changectx variables We generally use 'wctx'

[PATCH 1 of 6 V2] similar: sort files not by object id but by path for stable result

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1426413536 -32400 # Sun Mar 15 18:58:56 2015 +0900 # Node ID 146e03f2e50d8fe4ef85eecbacb495724a6d0664 # Parent 102f291807c92864a2231e5e925d6cd64783bb59 similar: sort files not by object id but by path for stable result

[PATCH 5 of 6 V2] similar: take the first match instead of the last

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1490269961 -32400 # Thu Mar 23 20:52:41 2017 +0900 # Node ID d628846ce8182338b112820860b3c7fe4dcbc33d # Parent 9c622785c2b0a4f4f157dd8ac6a0d0c6816d3725 similar: take the first match instead of the last It seems more natural.

[PATCH 6 of 6 V2] similar: use cheaper hash() function to test exact matches

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1490270247 -32400 # Thu Mar 23 20:57:27 2017 +0900 # Node ID 5954caab67d569bc680339175b4a12b400b9ad12 # Parent d628846ce8182338b112820860b3c7fe4dcbc33d similar: use cheaper hash() function to test exact matches We just need a

[PATCH 4 of 6 V2] similar: do not look up and create filectx more than once

2017-03-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1490271428 -32400 # Thu Mar 23 21:17:08 2017 +0900 # Node ID 9c622785c2b0a4f4f157dd8ac6a0d0c6816d3725 # Parent f1b08899545270dea26ac954d21a02ebd5beb5f3 similar: do not look up and create filectx more than once Benchmark with

Re: [PATCH] revlog: use pycompat.maplist to eagerly evaluate map on Python 3

2017-03-23 Thread Yuya Nishihara
On Tue, 21 Mar 2017 17:40:02 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490132389 14400 > # Tue Mar 21 17:39:49 2017 -0400 > # Node ID c4547c92a05c9efcf779846f02c1308d1b09ed11 > # Parent e245da2a41b16b28ac48d85e8f70f1216de6e074 >

Re: [PATCH 4 of 4 V2] debugfsinfo: print fstype information

2017-03-23 Thread Yuya Nishihara
On Tue, 21 Mar 2017 19:00:56 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1489311257 28800 > # Sun Mar 12 01:34:17 2017 -0800 > # Node ID ea4573691618ea1937cfe0c03c6caa4693b64b05 > # Parent e960baabf0da65e84e99466d4be9acaa4b9b91b2 > # Available At

Re: [PATCH 1 of 7 V3] hgweb: drop "parity" from webutil.diffs arguments

2017-03-23 Thread Augie Fackler
On Wed, Mar 22, 2017 at 11:37:26AM +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1489398019 -3600 > # Mon Mar 13 10:40:19 2017 +0100 > # Node ID 2620dc84c013ab9d60d9327aa33435936bd25a01 > # Parent

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 > 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 >>> # Date 1489720627 14400

Re: [PATCH 1 of 8 py3] dispatch: consolidate formatting of arguments

2017-03-23 Thread Augie Fackler
On Tue, Mar 21, 2017 at 10:11 PM, Kevin Bullock wrote: > $ PYTHON3=/path/to/python3 python run-tests.py test-check-py3-commands.t Should be `python run-tests.py --with-python3=/absolute/path/to/python3 test-check-py3-commands.t`.

Re: [PATCH 3 of 4 V2] util: enable hardlink for copyfile

2017-03-23 Thread Yuya Nishihara
On Tue, 21 Mar 2017 19:00:55 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1489309403 28800 > # Sun Mar 12 01:03:23 2017 -0800 > # Node ID e960baabf0da65e84e99466d4be9acaa4b9b91b2 > # Parent fef923fbdbaece1d3ea237f96088e5086ee6367c > # Available At

[PATCH 1 of 6 py3 v2] similar: sort workingfilectx instances by .path()

2017-03-23 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1490280492 14400 # Thu Mar 23 10:48:12 2017 -0400 # Node ID 1f45b1946c0cb34f84f93f8a4931ab5ea5114b1a # Parent 66c3ae6d886cae0e3a3cff6a0058e2d2a866fd9d similar: sort workingfilectx instances by .path() We'd have to define

[PATCH 2 of 6 py3 v2] revsetlang: portably bytestring-ify another pair of int() calls

2017-03-23 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1490279600 14400 # Thu Mar 23 10:33:20 2017 -0400 # Node ID 28e859b6032c8c5c1b3186a5356f0e344575eb6b # Parent 1f45b1946c0cb34f84f93f8a4931ab5ea5114b1a revsetlang: portably bytestring-ify another pair of int() calls diff

[PATCH 5 of 6 py3 v2] revsetlang: perform quoting using ui.escapestr instead of repr()

2017-03-23 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1490280410 14400 # Thu Mar 23 10:46:50 2017 -0400 # Node ID 2190115dab97a551cd5aac44a8a55e2df9fd6307 # Parent 6158a45eb9f22ee651f2677b420665788fcc72e2 revsetlang: perform quoting using ui.escapestr instead of repr() This

[PATCH 4 of 6 py3 v2] revsetlang: add docstring with some tests to _quote

2017-03-23 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1490280094 14400 # Thu Mar 23 10:41:34 2017 -0400 # Node ID 6158a45eb9f22ee651f2677b420665788fcc72e2 # Parent e0077b4e92e0d4d22afc6343c9c2182bc2912916 revsetlang: add docstring with some tests to _quote diff --git

Re: [PATCH 4 of 4 V2] debugfsinfo: print fstype information

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 11:34:41PM +0900, Yuya Nishihara wrote: > On Tue, 21 Mar 2017 19:00:56 -0700, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1489311257 28800 > > # Sun Mar 12 01:34:17 2017 -0800 > > # Node ID ea4573691618ea1937cfe0c03c6caa4693b64b05

[PATCH 6 of 6 py3 v2] py3: prove `hg {add,addremove,commit} all work

2017-03-23 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1489902476 14400 # Sun Mar 19 01:47:56 2017 -0400 # Node ID 980459b9d372315478b5657c3a4271b903736f6f # Parent 2190115dab97a551cd5aac44a8a55e2df9fd6307 py3: prove `hg {add,addremove,commit} all work We can't do a second

Re: [PATCH] fancyopts: making config defaults actually override defaults

2017-03-23 Thread Augie Fackler
On Wed, Mar 22, 2017 at 11:51:30AM -0700, Martin von Zweigbergk via Mercurial-devel wrote: > On Wed, Mar 22, 2017 at 10:14 AM, Rodrigo Damazio wrote: > > On Wed, Mar 22, 2017 at 3:50 AM, Ryan McElroy wrote: > >> > >> Rodrigo: for some reason, patchwork thinks

Re: [PATCH] tests: make test-simplekeyvaluefile.py py2.6-compatible

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 03:25:59AM -0700, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1490207183 25200 > # Wed Mar 22 11:26:23 2017 -0700 > # Node ID 5d11feaf6bf6dc0a15d5fa3ac34fe48fd31233e6 > # Parent

Re: [PATCH 6 of 6 V2] similar: use cheaper hash() function to test exact matches

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 11:13:48PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1490270247 -32400 > # Thu Mar 23 20:57:27 2017 +0900 > # Node ID 5954caab67d569bc680339175b4a12b400b9ad12 > # Parent

Re: [PATCH 2 of 2 V2] status: support commands.status.relative config

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 09:49:35AM +, Ryan McElroy wrote: > On 3/22/17 4:25 PM, Martin von Zweigbergk via Mercurial-devel wrote: > ># HG changeset patch > ># User Martin von Zweigbergk > ># Date 1490143844 25200 > ># Tue Mar 21 17:50:44 2017 -0700 > ># Node ID

Re: [PATCH 7 of 7 V3] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-23 Thread Augie Fackler
On Wed, Mar 22, 2017 at 11:37:32AM +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1489594320 -3600 > # Wed Mar 15 17:12:00 2017 +0100 > # Node ID cb742fcfe0edb2d393b59674c4eebcf8775ecfe1 > # Parent

Re: [PATCH 2 of 7 V3] hgweb: add a "patch" query parameter to filelog command

2017-03-23 Thread Augie Fackler
On Thu, Mar 23, 2017 at 11:51 AM, Augie Fackler wrote: >> # EXP-Topic linerange-log/hgweb-filelog >> hgweb: add a "patch" query parameter to filelog command > > I've taken this one, thanks. Discarded it since it depends on patch 1 and I didn't notice. Sorry. :/

Re: [PATCH 1 of 7 V3] hgweb: drop "parity" from webutil.diffs arguments

2017-03-23 Thread Denis Laxalde
Augie Fackler a écrit : On Wed, Mar 22, 2017 at 11:37:26AM +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1489398019 -3600 # Mon Mar 13 10:40:19 2017 +0100 # Node ID 2620dc84c013ab9d60d9327aa33435936bd25a01 # Parent

Re: [PATCH 4 of 4 V2] debugfsinfo: print fstype information

2017-03-23 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-03-23 23:34:41 +0900: > On Tue, 21 Mar 2017 19:00:56 -0700, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1489311257 28800 > > # Sun Mar 12 01:34:17 2017 -0800 > > # Node ID

[PATCH 2 of 3] util: use util.getfstype

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490295678 25200 # Thu Mar 23 12:01:18 2017 -0700 # Node ID bff5a7461d770ed6db75b446d518b272fe423a47 # Parent 235f1212559d03f115e21992b5725a7dc7787632 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 3 of 3] debugfsinfo: use util.getfstype

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490295799 25200 # Thu Mar 23 12:03:19 2017 -0700 # Node ID 1dbe21f38b4c3242f85e0af4772ca715a3eaab10 # Parent bff5a7461d770ed6db75b446d518b272fe423a47 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 3] util: add a getfstype method

2017-03-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490295525 25200 # Thu Mar 23 11:58:45 2017 -0700 # Node ID 235f1212559d03f115e21992b5725a7dc7787632 # Parent 2c02bb7fd7fc1212029dc903527e35a9efb7dbe1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull