Re: [PATCH] hg: set default path correctly when doing a clone+share (issue5378)

2016-10-03 Thread Yuya Nishihara
On Sun, 02 Oct 2016 22:39:02 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1475472880 25200 > # Sun Oct 02 22:34:40 2016 -0700 > # Node ID 5333771304e905cecc8b35c4c137d407fc49eb92 > # Parent

Re: [PATCH 3 of 3 RFC] chgserve: preimport enabled extensions

2016-10-03 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-10-03 21:59:02 +0900: > Regarding this, I was thinking about 'extensions.:enabled' syntax so > users (or sysadmins) can define a set of conditionally-enabled extensions > globally. > > [extensions] > rebase = > topic = /path/to/topic.py >

Re: [PATCH 1 of 2 v9] graft: support grafting across move/copy (issue4028)

2016-10-03 Thread Yuya Nishihara
On Mon, 3 Oct 2016 10:28:37 +, Gábor STEFANIK wrote: > > > +_c1 = c1.p1() if c1.rev() is None else c1 > > > +_c2 = c2.p1() if c2.rev() is None else c2 > > > +dirty_c1 = not (ca == _c1 or ca.descendant(_c1)) > > > +dirty_c2 = not (ca == _c2 or ca.descendant(_c2)) > > > +

history at diff blocks level

2016-10-03 Thread Denis Laxalde
Hi all, I've been recently thinking about adding some support in Mercurial to query repository history based on changes within a given line range in a file. I think that would be useful in at least two commands: * log, to restrict history to revisions that modify specified part(s) of file(s)

Re: [PATCH 3 of 3 RFC] chgserve: preimport enabled extensions

2016-10-03 Thread Yuya Nishihara
On Mon, 3 Oct 2016 07:11:20 +0100, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1475463449 -3600 > # Mon Oct 03 03:57:29 2016 +0100 > # Node ID 6f38a7d259add12c44040535681c4b3ceef0a791 > # Parent 7d106c3386e17746c9b49ab9c788535634b3e8f6 > # Available At

[PATCH 3 of 4] bisect: move the 'extendrange' to the 'hbisect' module

2016-10-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472004967 -7200 # Wed Aug 24 04:16:07 2016 +0200 # Node ID 2c643f89b68448619f6cf4326c58ef8cc686e51a # Parent efd8013b1521399d07ca956c1cba7bd9f7dfc6e0 # EXP-Topic bisect bisect: move the 'extendrange' to

[PATCH 1 of 4] bisect: access the filesystem through vfs when reseting

2016-10-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472005909 -7200 # Wed Aug 24 04:31:49 2016 +0200 # Node ID ec6cb977f8e62bf13f86c3a7ebbee182ae50422e # Parent ff7697b436aba70b752a6277eaf4e9ef298e3640 # EXP-Topic bisect bisect: access the filesystem

Re: [PATCH 3 of 3 RFC] chgserve: preimport enabled extensions

2016-10-03 Thread Yuya Nishihara
On Mon, 3 Oct 2016 15:39:24 +0100, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2016-10-03 21:59:02 +0900: > > Regarding this, I was thinking about 'extensions.:enabled' syntax so > > users (or sysadmins) can define a set of conditionally-enabled extensions > > globally. > > > >

[PATCH] merge: update doc of manifestmerge() per 18c2184c27dc

2016-10-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1475397092 -32400 # Sun Oct 02 17:31:32 2016 +0900 # Node ID 1fcc4a460a7e86aea018e06e776048e149b36f78 # Parent cd7276f7ea8308df2c5d8874d335d73247d0f357 merge: update doc of manifestmerge() per 18c2184c27dc p1 was renamed to

[PATCH 2 of 3] perf: release lock after transaction in perffncachewrite

2016-10-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1470919879 -7200 # Thu Aug 11 14:51:19 2016 +0200 # Node ID 901855444329e0a4ad7ad0e41cf0a1b6fd3ed5bc # Parent fbd46d349985f6baa9ea5439697920726757ad38 # EXP-Topic vfs.ward perf: release lock after

[PATCH 1 of 3] pull: grab wlock during pull

2016-10-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1471988879 -7200 # Tue Aug 23 23:47:59 2016 +0200 # Node ID fbd46d349985f6baa9ea5439697920726757ad38 # Parent 3741a8f86e88702595c29f8ed824a28da0cfa961 # EXP-Topic vfs.ward pull: grab wlock during pull

[PATCH 3 of 3] mq: release lock after transaction in qrefresh

2016-10-03 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1470920717 -7200 # Thu Aug 11 15:05:17 2016 +0200 # Node ID 870b39c306bef0889f738d292006a1a322757e22 # Parent 901855444329e0a4ad7ad0e41cf0a1b6fd3ed5bc # EXP-Topic vfs.ward mq: release lock after transaction

Re: [PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kevin Bullock
> On Oct 3, 2016, at 10:48, Kostia Balytskyi wrote: > > # HG changeset patch > # User Kostia Balytskyi > # Date 1475508913 25200 > # Mon Oct 03 08:35:13 2016 -0700 > # Node ID bc204ce8544ee98aed0119cbf5eec6a3618bf0db > # Parent

Re: [PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kostia Balytskyi
On 10/3/16, 5:29 PM, "Mercurial-devel on behalf of Kevin Bullock" wrote: > On Oct 3, 2016, at 10:48, Kostia Balytskyi wrote: > > # HG changeset patch > # User Kostia

[PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1475508913 25200 # Mon Oct 03 08:35:13 2016 -0700 # Node ID bc204ce8544ee98aed0119cbf5eec6a3618bf0db # Parent e4c0713ea86204b900a2e1cce238f61e4bef2062 bookmarks: adopt the formatter isplain method Main hg repo changed the

[PATCH remotenames-ext] tests: adjust tests to respect negation in cmd flags

2016-10-03 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1475505045 25200 # Mon Oct 03 07:30:45 2016 -0700 # Node ID e4c0713ea86204b900a2e1cce238f61e4bef2062 # Parent 3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1 tests: adjust tests to respect negation in cmd flags diff --git

Re: [PATCH 3 of 3 RFC] chgserve: preimport enabled extensions

2016-10-03 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-10-04 00:29:09 +0900: > On Mon, 3 Oct 2016 15:39:24 +0100, Jun Wu wrote: > > Excerpts from Yuya Nishihara's message of 2016-10-03 21:59:02 +0900: > > > Regarding this, I was thinking about 'extensions.:enabled' syntax so > > > users (or sysadmins) can

Re: [PATCH 2 of 5] extdata: add revset support for extdata

2016-10-03 Thread Matt Mackall
On Tue, 2016-09-27 at 14:41 +0200, Pierre-Yves David wrote: > > On 09/25/2016 12:43 AM, Matt Mackall wrote: > > > > On Sat, 2016-09-24 at 00:22 +0200, Pierre-Yves David wrote: > > > > > > > > > On 09/23/2016 07:34 PM, Matt Mackall wrote: > > > > > > > > > > > > On Fri, 2016-09-23 at 19:49

Re: [Bug 5388] New: have hg show similar like git show to show the commit in great detail.

2016-10-03 Thread alain leufroy
Also "hg export" should do the trick. Le lun. 3 oct. 2016 23:43, a écrit : > https://bz.mercurial-scm.org/show_bug.cgi?id=5388 > > Bug ID: 5388 >Summary: have hg show similar like git show to show the commit > in great

Re: [PATCH remotenames-ext] tests: adjust tests to respect negation in cmd flags

2016-10-03 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1475505045 25200 > # Mon Oct 03 07:30:45 2016 -0700 > # Node ID e4c0713ea86204b900a2e1cce238f61e4bef2062 > # Parent 3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1 > tests: adjust

[Bug 5388] New: have hg show similar like git show to show the commit in great detail.

2016-10-03 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5388 Bug ID: 5388 Summary: have hg show similar like git show to show the commit in great detail. Product: Mercurial Version: 3.9.1 Hardware: PC OS: Linux

mercurial@30041: 11 new changesets

2016-10-03 Thread Mercurial Commits
11 new changesets in mercurial: http://selenic.com/repo/hg//rev/0f6d6fdd3c2a changeset: 30031:0f6d6fdd3c2a parent: 30028:3741a8f86e88 user:Yuya Nishihara date:Wed Sep 28 20:01:23 2016 +0900 summary: pycompat: provide 'ispy3' constant

[PATCH 3 of 3 RFC] chgserve: preimport enabled extensions

2016-10-03 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1475463449 -3600 # Mon Oct 03 03:57:29 2016 +0100 # Node ID 6f38a7d259add12c44040535681c4b3ceef0a791 # Parent 7d106c3386e17746c9b49ab9c788535634b3e8f6 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 1 of 3 RFC] chg: add a standalone entry point

2016-10-03 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1475458616 -3600 # Mon Oct 03 02:36:56 2016 +0100 # Node ID 7b19924c9fd57fbb7fa39c103902d51d7ea9beb4 # Parent cd7276f7ea8308df2c5d8874d335d73247d0f357 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

RE: [PATCH 1 of 2 v9] graft: support grafting across move/copy (issue4028)

2016-10-03 Thread Gábor STEFANIK
> -- This message, including its attachments, is confidential. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy.