Fwd: [yt-svn] commit/yt: MatthewTurk: Updating mercurial to 2.2.

Hi all,
I've updated hg to 2.2 in the install script. This brings with it "hg commit --amend", moves "hg glog" into core and comes with tons of performance improvements. More details:
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.2_.282012-05-01.29
-Matt
---------- Forwarded message ---------- From: Bitbucket commits-noreply@bitbucket.org Date: Wed, May 2, 2012 at 8:17 AM Subject: [yt-svn] commit/yt: MatthewTurk: Updating mercurial to 2.2. See: To: yt-svn@lists.spacepope.org
1 new commit in yt:
https://bitbucket.org/yt_analysis/yt/changeset/6eed6c70ed21/ changeset: 6eed6c70ed21 branch: yt user: MatthewTurk date: 2012-05-02 14:17:30 summary: Updating mercurial to 2.2. See:
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.2_.282012-05-01.29
for more details. affected #: 1 file
diff -r 3e1f218938d83de6a169837549eee92ec0e763a5 -r 6eed6c70ed21b25fed963d934705e159d9d4e054 doc/install_script.sh --- a/doc/install_script.sh +++ b/doc/install_script.sh @@ -366,7 +366,7 @@ echo 'ffc5c9e0c8c8ea66479abd467e442419bd1c867e6dbd180be6a032869467955dc570cfdf1388452871303a440738f302d3227ab7728878c4a114cfc45d29d23c ipython-0.12.tar.gz' > ipython-0.12.tar.gz.sha512 echo 'e748b66a379ee1e7963b045c3737670acf6aeeff1ebed679f427e74b642faa77404c2d5bbddb922339f009c229d0af1ae77cc43eab290e50af6157a6406d833f libpng-1.2.43.tar.gz' > libpng-1.2.43.tar.gz.sha512 echo 'f5ab95c29ef6958096970265a6079f0eb8c43a500924346c4a6c6eb89d9110eeeb6c34a53715e71240e82ded2b76a7b8d5a9b05a07baa000b2926718264ad8ff matplotlib-1.1.0.tar.gz' > matplotlib-1.1.0.tar.gz.sha512 -echo '78715bb2bd7ed3291089948530a59d5eff146a64179eae87904a2c328716f26749abb0c5417d6001cadfeebabb4e24985d5a59ceaae4d98c4762163970f83975 mercurial-2.0.tar.gz' > mercurial-2.0.tar.gz.sha512 +echo '702f67c48e4dbe191dbe5ca0df6b5a84fa4f5c424cf1fae60b5053dfe6532531330738c7aa3012d900d49efdd743cd1ebc238bb15f354f67228e2a2c95b98a89 mercurial-2.2.tar.gz' > mercurial-2.2.tar.gz.sha512 echo 'de3dd37f753614055dcfed910e9886e03688b8078492df3da94b1ec37be796030be93291cba09e8212fffd3e0a63b086902c3c25a996cf1439e15c5b16e014d9 numpy-1.6.1.tar.gz' > numpy-1.6.1.tar.gz.sha512 echo '5ad681f99e75849a5ca6f439c7a19bb51abc73d121b50f4f8e4c0da42891950f30407f761a53f0fe51b370b1dbd4c4f5a480557cb2444c8c7c7d5412b328a474 sqlite-autoconf-3070500.tar.gz' > sqlite-autoconf-3070500.tar.gz.sha512 echo 'edae735960279d92acf58e1f4095c6392a7c2059b8f1d2c46648fc608a0fb06b392db2d073f4973f5762c034ea66596e769b95b3d26ad963a086b9b2d09825f2 zlib-1.2.3.tar.bz2' > zlib-1.2.3.tar.bz2.sha512 @@ -388,7 +388,7 @@ get_enzotools Python-2.7.2.tgz get_enzotools numpy-1.6.1.tar.gz get_enzotools matplotlib-1.1.0.tar.gz -get_enzotools mercurial-2.0.tar.gz +get_enzotools mercurial-2.2.tar.gz get_enzotools ipython-0.12.tar.gz get_enzotools h5py-2.0.1.tar.gz get_enzotools Cython-0.15.1.tar.gz @@ -531,7 +531,7 @@ if [ $INST_HG -eq 1 ] then echo "Installing Mercurial." - do_setup_py mercurial-2.0 + do_setup_py mercurial-2.2 export HG_EXEC=${DEST_DIR}/bin/hg else # We assume that hg can be found in the path.
Repository URL: https://bitbucket.org/yt_analysis/yt/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ yt-svn mailing list yt-svn@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-svn-spacepope.org
participants (1)
-
Matthew Turk