[eigen] Mercurial EOL extension and mpreal.h |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Mercurial EOL extension and mpreal.h
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Tue, 4 Oct 2011 11:38:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Imkajtm1w0qOk7x1LvyGukWTJiEYuA4Mu19Uy6jripM=; b=e1erIrmngi6OLnIQqb56e7vrsn7CGurmrYI3O6UcWXzS0dyTuW/zsK/oxojB3Pf681 Ip5lXzGNpD17K472V2TQLG6CWA5t1kHmLUwDl9LYPtVbAQArj5LkTEsMeLZoh5mx/Ch6 eXQtdxUEIdGFyeTBq40AlC0GtlYfkE7zoLv0s=
Hi,
I am getting modifications on mpreal.h as soon as I enable the EOL
extension (http://mercurial.selenic.com/wiki/EolExtension). The
extensions is configured via the .hgeol file in our Eigen root and I
configured the native repository line break to be a simepl "LF". In
general I think it makes lots of sense to use the extension since it
should ensure consistent line endings across our different development
environments.
Could somebody verify that the files are not stored in LF format since
my HG want's to change the whole file? Or is my extension
configuration messed up. I don't quite get it.
- Hauke