Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread Pavel Klinkovský
which version of hg are you using? > ...from contrib - bichued/hg > i'm pretty sure that jeff's version use ape/psh to execute > commands, but not positive. it must use psh to be posix-y. > Ah, where is it available? Pavel

Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread erik quanstrom
> > i'm pretty sure that jeff's version use ape/psh to execute > > commands, but not positive. it must use psh to be posix-y. > > > > Ah, where is it available? https://bitbucket.org/jas/cpython you can pull hg directly from the mainline. - erik

Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread Pavel Klinkovský
> > https://bitbucket.org/jas/cpython > > you can pull hg directly from the mainline. > Well, I am a little bit confused... 1. Is is a new 'python' interpretter implementation? What is a difference from 'bichued/python'? 2. Is my original problem with mercurial caused by 'hg' or 'python' on Plan9

Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread erik quanstrom
On Sun Jun 1 10:48:20 EDT 2014, pavel.klinkov...@gmail.com wrote: > > > > https://bitbucket.org/jas/cpython > > > > you can pull hg directly from the mainline. > > > > Well, I am a little bit confused... > > 1. Is is a new 'python' interpretter implementation? What is a difference > from 'bichu

Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread Jeff Sickel
On Jun 1, 2014, at 9:46 AM, Pavel Klinkovský wrote: > https://bitbucket.org/jas/cpython > > you can pull hg directly from the mainline. > > Well, I am a little bit confused... > > 1. Is is a new 'python' interpretter implementation? What is a difference > from 'bichued/python’? It’s a ‘new’

Re: [9fans] Mistake in Plan9 Mercual port?

2014-06-01 Thread Pavel Klinkovský
> > 1. Is is a new 'python' interpretter implementation? What is a difference > from 'bichued/python’? > > > It’s a ‘new’ CPython 2.7.x version. No dependencies on 3rd party libs > (e.g., openssl, bzip2, …). > Ah, excellent. Going to try... (Personally, I never liked the dependency on openssl...)