[PATCH 2 of 3 V2] context: add a `blockancestors(fctx, fromline, toline)` function

2016-12-16 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1480086869 -3600 # Fri Nov 25 16:14:29 2016 +0100 # Node ID c8dfd10c5865cfe882a00595743f3f709f41317f # Parent 17eee60ccbafe46f539a75484ebf110377781fb1 # EXP-Topic linerange-log/revset context: add a `blockancestors(fctx, fromline, toline)` fun

[PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset

2016-12-16 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1480086890 -3600 # Fri Nov 25 16:14:50 2016 +0100 # Node ID 5e5ec2ade2cfc829cffba145193da5801c5b20e7 # Parent c8dfd10c5865cfe882a00595743f3f709f41317f # EXP-Topic linerange-log/revset revset: add a changes(file, fromline, toline[, rev]) revset

[PATCH 1 of 3 V2] mdiff: add a "blocksinrange" function to filter diff blocks by line range

2016-12-16 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1476279051 -7200 # Wed Oct 12 15:30:51 2016 +0200 # Node ID 17eee60ccbafe46f539a75484ebf110377781fb1 # Parent 342d0cb4f446826169a83a6e773f1c767e0c977b # EXP-Topic linerange-log/revset mdiff: add a "blocksinrange" function to filter diff blocks

Re: [PATCH] match: adding non-recursive directory matching

2016-12-16 Thread Pierre-Yves David
On 12/16/2016 02:19 AM, Augie Fackler wrote: On Nov 24, 2016, at 10:28 AM, FUJIWARA Katsunori wrote: Yes, "files:" was the original version of this patch and the case I really care about :) I changed it to rootglob after your comments. Which way would be preferred to move forward? "files

[PATCH 2 of 4] chgserver: change newchgui to wrapchgui

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481900146 0 # Fri Dec 16 14:55:46 2016 + # Node ID 4033499405eb31a5b60bfc2001f109e341c9339d # Parent 5d314c588c67b0e0651557610d68e3705fc61f1d # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 3 of 4] chgserver: override runcommand

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481899717 0 # Fri Dec 16 14:48:37 2016 + # Node ID eb3017f14d56dfdc9870b06a684ef9bcf7a030e6 # Parent 4033499405eb31a5b60bfc2001f109e341c9339d # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 1 of 4] chgserver: store csystem separately

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481899594 0 # Fri Dec 16 14:46:34 2016 + # Node ID 5d314c588c67b0e0651557610d68e3705fc61f1d # Parent be520fe3a3e95edb4a8db75d424ed067cb5bf706 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 4 of 4] chgserver: move wrapchgui to runcommand

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481900282 0 # Fri Dec 16 14:58:02 2016 + # Node ID 8fe60192f17f6ae99fa66c6bce1ec306772e31df # Parent eb3017f14d56dfdc9870b06a684ef9bcf7a030e6 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

Re: [PATCH 3 of 3] py3kcompat: drop unused module

2016-12-16 Thread Augie Fackler
On Thu, Dec 15, 2016 at 12:03:17AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1476604901 -32400 > # Sun Oct 16 17:01:41 2016 +0900 > # Node ID 89287fe8826fbae16ec72ae970b3963914f0c58e > # Parent 077aff1707305042021381e812886416fc0d1690 > py3kcompat:

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-16 Thread Augie Fackler
On Wed, Dec 14, 2016 at 09:06:27AM -0800, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1481734993 28800 > # Wed Dec 14 09:03:13 2016 -0800 > # Node ID 0973a68a3dcdfb7154e8ab27b7bb7028e97dd516 > # Parent 95b076f5ddee5ab7bd208b8c2f42121ce9907129 > scmutil:

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-16 Thread Augie Fackler
On Fri, Dec 16, 2016 at 1:35 PM, Augie Fackler wrote: >> scmutil: add a simple key-value file helper >> > > At this point, I think I'd like to see obs-shelve too. Is there a > place I can do that? (Specifically: before we do a resend of this, I'd like to see the client, so a link to a pastebin or

[PATCH] registrar: raise a programming error on duplicated registering

2016-12-16 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1481545965 -3600 # Mon Dec 12 13:32:45 2016 +0100 # Node ID f3479f74af0d2b21c89e906c503f4cddf4b3c39b # Parent 182cacaa4c32330c0466b7111a75d060830783e8 registrar: raise a programming error on duplicated registering Previous, registering di

Re: [PATCH] registrar: raise a programming error on duplicated registering

2016-12-16 Thread Augie Fackler
On Fri, Dec 16, 2016 at 08:31:29PM +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1481545965 -3600 > # Mon Dec 12 13:32:45 2016 +0100 > # Node ID f3479f74af0d2b21c89e906c503f4cddf4b3c39b > # Parent 182cacaa4c32330c0466b7111a75d060830783e8 > registr

[Bug 5451] New: Feature request: list pruned changesets

2016-12-16 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5451 Bug ID: 5451 Summary: Feature request: list pruned changesets Product: Mercurial Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: f

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

2016-12-16 Thread Pierre-Yves David
On 11/08/2016 03:19 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1476094018 -7200 # Mon Oct 10 12:06:58 2016 +0200 # Node ID 8be06285117259ddd122201b1e0428711c0e2a6b # Parent d06c049695e6ad3219e7479c65ce98a2f123e878 # EXP-Topic evolve-ui cmdutil: add support

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

2016-12-16 Thread Pierre-Yves David
On 11/08/2016 03:19 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1478597306 -3600 # Tue Nov 08 10:28:26 2016 +0100 # Node ID b5d3d230bbc64d44968a9912e8e72aac8236522a # Parent 8be06285117259ddd122201b1e0428711c0e2a6b # EXP-Topic evolve-ui templates: display ev

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

2016-12-16 Thread Pierre-Yves David
On 11/08/2016 03:19 PM, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1475935828 -7200 # Sat Oct 08 16:10:28 2016 +0200 # Node ID 35c0f05d694cb9541d60bad9a940cb93a39d615d # Parent b5d3d230bbc64d44968a9912e8e72aac8236522a # EXP-Topic evolve-ui summary: add evolutio

Re: [PATCH 4 of 4 v5] changegroup: enable version 03 on 'lfs' requirement

2016-12-16 Thread Augie Fackler
On Wed, Dec 14, 2016 at 11:58:10AM +, Remi Chaintron wrote: > # HG changeset patch > # User Remi Chaintron > # Date 1481639041 0 > # Tue Dec 13 14:24:01 2016 + > # Branch stable > # Node ID 8120778471f01b41d01f8d13b4176b32d2b8482c > # Parent 217f7db4dae3309bec78e27c85cc90e924b109be >

Re: [PATCH 3 of 4 v5] revlog: REVIDX_ISSTOREDEXTERNALLY flag

2016-12-16 Thread Augie Fackler
On Wed, Dec 14, 2016 at 11:58:09AM +, Remi Chaintron wrote: > # HG changeset patch > # User Remi Chaintron > # Date 1481715180 0 > # Wed Dec 14 11:33:00 2016 + > # Branch stable > # Node ID 217f7db4dae3309bec78e27c85cc90e924b109be > # Parent f4cd0db914fa6df17fdb733cdcf8b18ec79f8c0c >

[PATCH] context: correct metadataonlyctx's parameter

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481922159 0 # Fri Dec 16 21:02:39 2016 + # Node ID 3fc3d354a914130460f6d37fbe7c1aef412a14ce # Parent be520fe3a3e95edb4a8db75d424ed067cb5bf706 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH] help: make multirevs just an alias for revsets

2016-12-16 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1481910494 28800 # Fri Dec 16 09:48:14 2016 -0800 # Node ID 28e1f757b76717048dd43046184e2b8e769c6c5f # Parent be520fe3a3e95edb4a8db75d424ed067cb5bf706 help: make multirevs just an alias for revsets The multirevs topis seems to be cove

Re: [PATCH 8 of 8 v5] convert: return commit objects for revisions in the revmap

2016-12-16 Thread Kevin Bullock
> On Dec 14, 2016, at 14:09, David Soria Parra wrote: > > # HG changeset patch > # User David Soria Parra > # Date 1481746043 28800 > # Wed Dec 14 12:07:23 2016 -0800 > # Node ID db65134b6228470e0409136b57f1d4f3bdb44a53 > # Parent 26ec2474ab06fdaf1aca034c54309245ded267b0 > convert: return

Re: [PATCH 3 of 4 v5] revlog: REVIDX_ISSTOREDEXTERNALLY flag

2016-12-16 Thread RĂ©mi Chaintron
My bad, this is an artifact from merging on some other work and isn't used in any capacity in the current design. Notes for removal! On Fri, 16 Dec 2016 at 20:47, Augie Fackler wrote: > On Wed, Dec 14, 2016 at 11:58:09AM +, Remi Chaintron wrote: > > # HG changeset patch > > # User Remi Chaint

Re: [PATCH] context: correct metadataonlyctx's parameter

2016-12-16 Thread Augie Fackler
On Fri, Dec 16, 2016 at 09:09:28PM +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1481922159 0 > # Fri Dec 16 21:02:39 2016 + > # Node ID 3fc3d354a914130460f6d37fbe7c1aef412a14ce > # Parent be520fe3a3e95edb4a8db75d424ed067cb5bf706 > # Available At https://bitbucket.

Re: [PATCH] help: make multirevs just an alias for revsets

2016-12-16 Thread Augie Fackler
On Fri, Dec 16, 2016 at 01:44:33PM -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1481910494 28800 > # Fri Dec 16 09:48:14 2016 -0800 > # Node ID 28e1f757b76717048dd43046184e2b8e769c6c5f > # Parent be520fe3a3e95edb4a8db

mercurial@30582: 18 new changesets

2016-12-16 Thread Mercurial Commits
18 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7fbc8a742b4d changeset: 30565:7fbc8a742b4d user:Mateusz Kwapich date:Thu Nov 17 10:59:15 2016 -0800 summary: manifest: expose the parents() method https://www.mercurial-scm.org/repo/hg/rev/46d2c8b23c3

[PATCH 2 of 3] chg: start server at a unique address

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481938472 0 # Sat Dec 17 01:34:32 2016 + # Node ID 6c9ce8399350d8287599cd802b91adf73db08759 # Parent 69d25b06467d65bf6d1e85d34d8fc57ec321b51d # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 1 of 3] chgserver: truncate base address at "." for hash address

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481934180 0 # Sat Dec 17 00:23:00 2016 + # Node ID 69d25b06467d65bf6d1e85d34d8fc57ec321b51d # Parent 935092e525b0ee5656d0830162a1c2adf8248de3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

[PATCH 3 of 3] chg: remove locks

2016-12-16 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1481938885 0 # Sat Dec 17 01:41:25 2016 + # Node ID 43d03fac159c7b3c1d5ae1ca720ad2d431984aa3 # Parent 6c9ce8399350d8287599cd802b91adf73db08759 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.org/qu

Re: [PATCH 1 of 3] chgserver: truncate base address at "." for hash address

2016-12-16 Thread Jun Wu
Excerpts from Jun Wu's message of 2016-12-17 01:49:49 +: > # HG changeset patch > # User Jun Wu > # Date 1481934180 0 > # Sat Dec 17 00:23:00 2016 + > # Node ID 69d25b06467d65bf6d1e85d34d8fc57ec321b51d > # Parent 935092e525b0ee5656d0830162a1c2adf8248de3 > # Available At https://bitbu

mercurial@30589: 7 new changesets

2016-12-16 Thread Mercurial Commits
7 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/8f8211903b83 changeset: 30583:8f8211903b83 user:Stanislau Hlebik date:Fri Dec 09 03:22:26 2016 -0800 summary: bookmarks: make bookmarks.comparebookmarks accept binary nodes (API) https://www.mercurial

mercurial@30607: 18 new changesets

2016-12-16 Thread Mercurial Commits
18 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/74eecb93c617 changeset: 30590:74eecb93c617 user:Pierre-Yves David date:Thu Dec 15 19:56:48 2016 +0100 summary: import-checker: do not enforce lexical sort accross stdlib/local boundary https://www.me

Re: [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)

2016-12-16 Thread Pierre-Yves David
On 12/09/2016 12:31 PM, Stanislau Hlebik wrote: # HG changeset patch # User Stanislau Hlebik # Date 1481282546 28800 # Fri Dec 09 03:22:26 2016 -0800 # Node ID df861963a18c00d72362b415a77a62d2c18660bf # Parent 08ab8f9d0abcbd1b2405ecb0a8670d212866af1f bookmarks: make bookmarks.comparebook

Re: [PATCH] bookmarks: introduce binary encoding

2016-12-16 Thread Pierre-Yves David
On 12/09/2016 12:16 PM, Stanislau Hlebik wrote: # HG changeset patch # User Stanislau Hlebik # Date 1481281951 28800 # Fri Dec 09 03:12:31 2016 -0800 # Node ID 001ceadc2bc36699bdf816370899a27203bf1818 # Parent 9e29d4e4e08b5996adda49cdd0b497d89e2b16ee bookmarks: introduce binary encoding

Re: [PATCH evolve-ext] fold: disallow multiple revisions without --exact

2016-12-16 Thread Pierre-Yves David
On 11/05/2016 12:58 AM, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1478303512 25200 # Fri Nov 04 16:51:52 2016 -0700 # Node ID bb80851fe9a6e14263f0076074108556377141f9 # Parent cb2bac3253fbd52894ffcb4719a148fe6a3da38b fold: d

Re: [PATCH V2] evolve: improve error message if unstable changes are disallowed

2016-12-16 Thread Pierre-Yves David
3That changesets is a pure improvement, over the previous state, so I took it. (I changed 'evolve:' into 'prune:' in the summary) Can you followup with a series taking timeless input in account and with some sort of document/pointing at the 'allowunstable' option? On 12/12/2016 03:41 AM, tim

Re: [PATCH V2 evolve-ext] wireproto: chunking and compression is forthwith to be handled by hgweb

2016-12-16 Thread Pierre-Yves David
This is pushed, thanks. On 11/30/2016 01:32 PM, Kostia Balytskyi wrote: This looks good to me. On 11/30/16, 11:26 AM, "Mercurial-devel on behalf of Martijn Pieters" wrote: # HG changeset patch # User Martijn Pieters # Date 1480504675 0 # Wed Nov 30 11:17:55 2016 +