Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-12-02 Thread Yuya Nishihara
On Fri, 2 Dec 2016 04:32:47 +0530, Pulkit Goyal wrote: > There is something strange. One of the patch you pushed and replied to > the mail is not the same. I've queued new versions of these patches. > >> https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089102.html > > > >

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-12-01 Thread Pulkit Goyal
There is something strange. One of the patch you pushed and replied to the mail is not the same. On Wed, Nov 9, 2016 at 6:09 PM, Yuya Nishihara wrote: > On Tue, 8 Nov 2016 20:05:51 +0530, Pulkit Goyal wrote: >> > Can you pick out good ones? >> These ones! > > Pushed some of them,

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-09 Thread Yuya Nishihara
On Tue, 8 Nov 2016 20:05:51 +0530, Pulkit Goyal wrote: > > Can you pick out good ones? > These ones! Pushed some of them, thanks. > https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089096.html Already queued. >

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-08 Thread Pulkit Goyal
> Can you pick out good ones? These ones! https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089096.html https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089097.html https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089098.html

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-08 Thread Yuya Nishihara
On Mon, 7 Nov 2016 20:37:14 +0530, Pulkit Goyal wrote: > On Mon, Nov 7, 2016 at 5:55 PM, Yuya Nishihara wrote: > > On Mon, 7 Nov 2016 00:15:21 +0530, Pulkit Goyal wrote: > >> This > >> https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089099.html > >> is a

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-07 Thread Pulkit Goyal
On Mon, Nov 7, 2016 at 5:55 PM, Yuya Nishihara wrote: > On Mon, 7 Nov 2016 00:15:21 +0530, Pulkit Goyal wrote: >> This >> https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089099.html >> is a better version of what I want to do, since this didn't went >> through

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-06 Thread Pulkit Goyal
This https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089099.html is a better version of what I want to do, since this didn't went through I will be using this. On Fri, Nov 4, 2016 at 9:21 AM, Yuya Nishihara wrote: > On Thu, 03 Nov 2016 03:53:11 +0530, Pulkit

Re: [PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-03 Thread Yuya Nishihara
On Thu, 03 Nov 2016 03:53:11 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478121825 -19800 > # Thu Nov 03 02:53:45 2016 +0530 > # Node ID aef03902a5c1a13e9775059a5efdeb2466399ada > # Parent 9e259e7b59b6358eb842eabbc99f4c18a4cc5009 >

[PATCH 6 of 7] py3: use try/except to check for basestring

2016-11-02 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1478121825 -19800 # Thu Nov 03 02:53:45 2016 +0530 # Node ID 8cd0e855ebb448a4ec1e835b346a920a1cb835cb # Parent 495481800cc65bddf8a944ce0a091fef5972c6b9 py3: use try/except to check for basestring The term basestring