Re: more symlink woes

2016-12-08 Thread Danek Duvall
Danek Duvall wrote: > I got this with last night's bits. I'm not sure what would be causing it, > though. What would be causing it is the remnants of a patch I had backing out one of the previous symlink changes. Clearing that up fixes everything. Sorry for the false alarm. Danek

[PATCH 3 of 3 V3] py3: make keys of keyword arguments strings

2016-12-08 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481085372 -19800 # Wed Dec 07 10:06:12 2016 +0530 # Node ID efbbd296135529d31b453d8c0c2a072b43b63936 # Parent a359ab71022408a864d58baba3b365ee262560df py3: make keys of keyword arguments strings keys of keyword

[PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481127783 -19800 # Wed Dec 07 21:53:03 2016 +0530 # Node ID a359ab71022408a864d58baba3b365ee262560df # Parent e6e1c531a879c091caeaf7597744e98bcfbb41c9 py3: utility functions to convert keys of kwargs to bytes/unicodes

Re: [PATCH STABLE V2] hgweb: add missing slash to file log url in rss style

2016-12-08 Thread Augie Fackler
On Fri, Dec 09, 2016 at 12:59:41AM +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1481212776 -28800 > # Thu Dec 08 23:59:36 2016 +0800 > # Branch stable > # Node ID 8c4b72f094d3955001ee75257ba2a185c2cbbf96 > # Parent

Re: Information

2016-12-08 Thread mercurial-devel-bounces
On Wed, Dec 07, 2016 at 10:59:36AM +0100, NG wrote: > Hello, > > > > Is Mercurial compatible with Windows 10 ? If not, can you give me the > correct version ? It should be. Have you tried it? > > Thank you in advance. > Cordially. > > > > > > > Nicolas GUERIN > MGI Consultants - Consultant >

[PATCH STABLE V2] hgweb: add missing slash to file log url in rss style

2016-12-08 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1481212776 -28800 # Thu Dec 08 23:59:36 2016 +0800 # Branch stable # Node ID 8c4b72f094d3955001ee75257ba2a185c2cbbf96 # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss style

[Bug 5438] New: hg export does not work with 'wdir()'

2016-12-08 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5438 Bug ID: 5438 Summary: hg export does not work with 'wdir()' Product: Mercurial Version: default branch Hardware: All OS: All Status: UNCONFIRMED Severity:

Re: The donation link don't work

2016-12-08 Thread Augie Fackler
Indeed, that page is broken. I've started the wheels in motion to figure out what donation link we should have in place. I've flagged this thread and will endeavour to come back to it shortly with the corrected information. Thanks for using Mercurial! On Wed, Dec 7, 2016 at 4:54 PM, Xavier

[PATCH STABLE] hgweb: add missing slash to file log url in rss style

2016-12-08 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1481212776 -28800 # Thu Dec 08 23:59:36 2016 +0800 # Branch stable # Node ID 7af393a85bbd43c56d0415504429895681d4a643 # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss style

Re: [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Pulkit Goyal
On Thu, Dec 8, 2016 at 8:52 PM, Yuya Nishihara wrote: > On Thu, 8 Dec 2016 20:37:07 +0530, Pulkit Goyal wrote: >> On Thu, Dec 8, 2016 at 8:32 PM, Yuya Nishihara wrote: >> > On Thu, 08 Dec 2016 00:06:40 +0530, Pulkit Goyal wrote: >> >> # HG changeset patch >> >> #

Re: [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Yuya Nishihara
On Thu, 8 Dec 2016 20:37:07 +0530, Pulkit Goyal wrote: > On Thu, Dec 8, 2016 at 8:32 PM, Yuya Nishihara wrote: > > On Thu, 08 Dec 2016 00:06:40 +0530, Pulkit Goyal wrote: > >> # HG changeset patch > >> # User Pulkit Goyal <7895pul...@gmail.com> > >> # Date 1481127783 -19800 > >> #

Re: [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Pulkit Goyal
On Thu, Dec 8, 2016 at 8:32 PM, Yuya Nishihara wrote: > On Thu, 08 Dec 2016 00:06:40 +0530, Pulkit Goyal wrote: >> # HG changeset patch >> # User Pulkit Goyal <7895pul...@gmail.com> >> # Date 1481127783 -19800 >> # Wed Dec 07 21:53:03 2016 +0530 >> # Node ID

Re: [PATCH 1 of 3 V2] py3: make a bytes version of getopt.getopt()

2016-12-08 Thread Yuya Nishihara
On Thu, 08 Dec 2016 00:06:39 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1480986396 -19800 > # Tue Dec 06 06:36:36 2016 +0530 > # Node ID ced854b9dfaa7298b241ac085627b12ecb796dcd > # Parent a2b053b8d31aa01b1dcae2d3001b060ff59e8a68 >

Re: [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-08 Thread Yuya Nishihara
On Thu, 08 Dec 2016 00:06:40 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1481127783 -19800 > # Wed Dec 07 21:53:03 2016 +0530 > # Node ID 85d610c83bda09dea2393c22e415dd9656f5a7f2 > # Parent ced854b9dfaa7298b241ac085627b12ecb796dcd >

RE: [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates

2016-12-08 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.

Re: [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed

2016-12-08 Thread Kostia Balytskyi
On 12/8/16 12:18 AM, David Soria Parra wrote: > On Wed, Dec 07, 2016 at 10:23:08PM +, Kostia Balytskyi wrote: >> On 12/7/16 9:51 PM, David Soria Parra wrote: >>> # HG changeset patch >>> # User David Soria Parra >>> # Date 1481143876 28800 >>> # Wed Dec 07 12:51:16 2016

[PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar

2016-12-08 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481185128 -19800 # Thu Dec 08 13:48:48 2016 +0530 # Node ID 39b44ed32913cc10bcc93115286262f080a257fb # Parent 5d30d7a345692b6656b60c9f4dab86f012b391eb menu: capitalize the menu options in nav bar This patch capitalize

[PATCH 1 of 2 hg-website] css: attach the navigation bar to top of the page

2016-12-08 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481184916 -19800 # Thu Dec 08 13:45:16 2016 +0530 # Node ID 5d30d7a345692b6656b60c9f4dab86f012b391eb # Parent 8a0dad3adbf7f076bb2daf64c1bcb97117e6e67b css: attach the navigation bar to top of the page Currently the