[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Feb 17 09:06:47 PST 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/23a1a82c592d/
Changeset:   23a1a82c592d
Branch:      yt
User:        ngoldbaum
Date:        2016-02-07 16:27:52+00:00
Summary:     Make "clean.sh" use "hg purge --all"
Affected #:  1 file

diff -r be66247e2a8a1454ad2e7c29ef3473bf17e39b6e -r 23a1a82c592d2ea9696ad0e86895bdc0ca45912d clean.sh
--- a/clean.sh
+++ b/clean.sh
@@ -1,4 +1,1 @@
-find . -name "*.so" -exec rm -v {} \;
-find . -name "*.pyc" -exec rm -v {} \;
-find . -name "__config__.py" -exec rm -v {} \;
-rm -rvf build dist
+hg --config extensions.purge= purge --all yt


https://bitbucket.org/yt_analysis/yt/commits/e494c777c38a/
Changeset:   e494c777c38a
Branch:      yt
User:        ngoldbaum
Date:        2016-02-17 17:06:32+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1987)

Make "clean.sh" use "hg purge --all"
Affected #:  1 file

diff -r a7cce4a6f076ddd2a1f122c5ea9cf8fde71aed8e -r e494c777c38a524533614eebe200c7c5c7c55cc1 clean.sh
--- a/clean.sh
+++ b/clean.sh
@@ -1,4 +1,1 @@
-find . -name "*.so" -exec rm -v {} \;
-find . -name "*.pyc" -exec rm -v {} \;
-find . -name "__config__.py" -exec rm -v {} \;
-rm -rvf build dist
+hg --config extensions.purge= purge --all yt

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.



More information about the yt-svn mailing list