[Python-checkins] peps: Drop the propcheck target as that was a svn-specific thing.

brett.cannon python-checkins at python.org
Tue Apr 12 23:59:53 CEST 2011


http://hg.python.org/peps/rev/7415e03f11cf
changeset:   3864:7415e03f11cf
user:        Brett Cannon <brett at python.org>
date:        Tue Apr 12 14:30:10 2011 -0700
summary:
  Drop the propcheck target as that was a svn-specific thing.

files:
  Makefile |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -31,5 +31,3 @@
 update:
 	hg pull --update http://hg.python.org/peps
 
-propcheck:
-	$(PYTHON) propcheck.py

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


More information about the Python-checkins mailing list