Re: [Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-06 Thread Stephen J. Turnbull
"Martin v. Löwis" writes: > This is what I refer to as YAGNI. Subversion has LF as the internal > storage, and, IIRC, so does CVS. I don't think there is any precedence > for wanting something else - and frankly, I can't see how repository > storage would matter. Well, internally you could us

Re: [Python-Dev] hgeol extension

2009-09-05 Thread Martin Geisler
"Martin v. Löwis" writes: >> Can anyone (re-) post the specification of the proposed extension, to >> the level that it is currently defined? > > For reference, here are the original specification, mine and Martin > Geisler's: > > http://mail.python.org/pipermail/python-dev/2009-August/090984.htm

Re: [Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-05 Thread Martin v. Löwis
> Right, but I am just thinking about how we specify in .hgeols what the > repository is expected to be as this extension might work out nicely > for other projects who prefer CLRF as their repo-native line ending. This is what I refer to as YAGNI. Subversion has LF as the internal storage, and, I

Re: [Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-05 Thread Brett Cannon
On Sat, Sep 5, 2009 at 15:06, "Martin v. Löwis" wrote: >>> - Martin Geisler also proposes that there is a section >>> [repository] >>> native = >>> I personally feel YAGNI; it should only support LF (adding such >>> a feature later may be considered) >> >> Do you mean what native is in the repo or

Re: [Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-05 Thread Martin v. Löwis
>> - Martin Geisler also proposes that there is a section >> [repository] >> native = >> I personally feel YAGNI; it should only support LF (adding such >> a feature later may be considered) > > Do you mean what native is in the repo or what it should be considered > on the user's machine? The

Re: [Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-05 Thread Brett Cannon
On Sat, Sep 5, 2009 at 07:18, "Martin v. Löwis" wrote: >> Can anyone (re-) post the specification of the proposed extension, to >> the level that it is currently defined? > > For reference, here are the original specification, mine and Martin > Geisler's: > > http://mail.python.org/pipermail/python

[Python-Dev] hgeol extension (Was: Mercurial migration: help needed)

2009-09-05 Thread Martin v. Löwis
> Can anyone (re-) post the specification of the proposed extension, to > the level that it is currently defined? For reference, here are the original specification, mine and Martin Geisler's: http://mail.python.org/pipermail/python-dev/2009-August/090984.html http://mail.python.org/pipermail/pyt