[Python-checkins] r88599 - peps/trunk/pep-0385.txt

antoine.pitrou python-checkins at python.org
Fri Feb 25 20:04:21 CET 2011


Author: antoine.pitrou
Date: Fri Feb 25 20:04:21 2011
New Revision: 88599

Log:
Mention hg init



Modified:
   peps/trunk/pep-0385.txt

Modified: peps/trunk/pep-0385.txt
==============================================================================
--- peps/trunk/pep-0385.txt	(original)
+++ peps/trunk/pep-0385.txt	Fri Feb 25 20:04:21 2011
@@ -231,6 +231,13 @@
 longer-term features that profit from development in a separate
 repository).
 
+Also, direct creation of public repositories is allowed for core developers,
+although it is not yet decided which naming scheme will be enforced::
+
+    $ hg init ssh://hg@hg.python.org/sandbox/mywork
+    repo created, public URL is http://hg.python.org/sandbox/mywork
+
+
 Hooks
 -----
 
@@ -245,8 +252,8 @@
   either warn about whitespace issues and/or truncate trailing
   whitespace from changed lines.
 
-* commit mails: Emails will include diffs for each changeset committed
-  against the repository.
+* push mails: Emails will include diffs for each changeset pushed
+  to the public repository.
 
 * buildbots: both the regular and the community build masters must be
   notified.


More information about the Python-checkins mailing list