Re: [Python-Dev] PEP: Collecting information about git

2015-09-16 Thread Augie Fackler
Nikolaus Rath rath.org> writes: > > On Sep 16 2015, Paul Moore gmail.com> wrote: > > On 16 September 2015 at 06:10, Stephen J. Turnbull xemacs.org> wrote: > > In general you can do that by configuring the repository with > > [phases] > publish = False > > However, I believe BitB

Re: [Python-Dev] PEP: Collecting information about git

2015-09-16 Thread Augie Fackler
Nikolaus Rath rath.org> writes: > > On Sep 16 2015, Chris Angelico gmail.com> wrote: > > With git, there are infinite workflows possible - you aren't forced to > > have a concept of "central server" and "clients" the way you would > > with SVN. Mercurial's called a DVCS too, so presumably it's

Re: [Python-Dev] PEP: Collecting information about git

2015-09-16 Thread Augie Fackler
Oleg Broytman phdru.name> writes: > > Hi! > > On Tue, Sep 15, 2015 at 07:44:28PM +, Augie Fackler durin42.com> wrote: > > Hi! I work on Mercurial. I???ve got some inline responses, but I want to > > summarize and put this in context for those wit

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Augie Fackler
Chris Angelico gmail.com> writes: > > On Wed, Sep 16, 2015 at 5:44 AM, Augie Fackler durin42.com> wrote: > >> but git is still better at it: ``git add -p`` > >> allows me to review and edit patches before commit while ``hg record`` > >> commits im

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Augie Fackler
Oleg Broytman phdru.name> writes: > > Hi! Hi! I work on Mercurial. I’ve got some inline responses, but I want to summarize and put this in context for those without much energy for the topic. There are a lot of reasons to prefer one tool over another. Common ones are familiarity, simplicity, a

Re: [Python-Dev] PEP 461: Adding % formatting to bytes and bytearray -- Final, Take 3

2014-04-12 Thread Augie Fackler
compatible. I'm pulling > out my practicality beats purity card here. > > Mercurial is one of the large Python 2.4-2.7 code bases that needs this > feature in order to support Python 3 in a sane manner. (+Augie Fackler to > look at the latest http://legacy.python.

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
Antoine Pitrou pitrou.net> writes: > > On Mon, 13 Jan 2014 09:34:39 -0800 > Guido van Rossum python.org> wrote: > > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan gmail.com> wrote: > > > On 13 January 2014 23:57, Augie Fackler durin42.com> wrote: &

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
On Mon, Jan 13, 2014 at 12:39 PM, Guido van Rossum wrote: > On Mon, Jan 13, 2014 at 9:37 AM, Augie Fackler wrote: > > > > On Mon, Jan 13, 2014 at 12:34 PM, Guido van Rossum > wrote: > >> > >> On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan > wrote: > &g

Re: [Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
On Mon, Jan 13, 2014 at 12:34 PM, Guido van Rossum wrote: > On Mon, Jan 13, 2014 at 8:51 AM, Nick Coghlan wrote: > > On 13 January 2014 23:57, Augie Fackler wrote: > >> 1) What do we need in terms of functionality > >> > >> Best guess, %s, %d, and %f. I&

[Python-Dev] PEP460 thoughts from a Mercurial dev

2014-01-13 Thread Augie Fackler
(sorry for not piling on any existing threads - I don't subscribe to python-dev due to lack of time) Brett Cannon asked me to chime in - I haven't actually read the very long thread at this point, I'm just providing responses to things Brett mentioned: 1) What do we need in terms of functionality