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] Mercurial migration: help needed

2009-09-06 Thread Stephen J. Turnbull
Dirkjan Ochtman writes: > On 05/09/2009 16:59, Stephen J. Turnbull wrote: > > git has a nice filter-branch command, which would allow you to > > automatically repair the problem (it works basically by checking out > > each changeset and rerecording it with the appropriate commands). I > > kno

Re: [Python-Dev] Mercurial migration: help needed

2009-09-06 Thread Stephen J. Turnbull
Paul Moore writes: > The result is that user workspaces *may* (quite probably, will) > contain files with a mixture of line endings if care is not taken. Yes. Under your "fixed-EOL-files-are-binary" scheme, this is guaranteed for Unix systems. > As regards (1), I assume that for "text" files