[Python-checkins] distutils2: remove unnecessary command in the makefile

tarek.ziade python-checkins at python.org
Tue Sep 21 10:32:07 CEST 2010


tarek.ziade pushed 2d7c9daf4fc9 to distutils2:

http://hg.python.org/distutils2/rev/2d7c9daf4fc9
changeset:   684:2d7c9daf4fc9
user:        Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
date:        Tue Sep 21 10:10:07 2010 +0200
summary:     remove unnecessary command in the makefile
files:       Makefile

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@
 
 release:
 	hg tag `python setup.py --version`
-	hg ci -m "Release tagged"
 	cd docs; make html
 	$(PYTHON) setup.py upload_docs
 	$(PYTHON) setup.py register sdist upload

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list