Mention hg init

This commit is contained in:
Antoine Pitrou 2011-02-25 19:04:21 +00:00
parent 87a595441f
commit 07ce250451
1 changed files with 9 additions and 2 deletions

View File

@ -231,6 +231,13 @@ configured so that developers can trivially start new clones (for
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 @@ should be developed and deployed. The following hooks are being used:
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.