[Python-checkins] hooks: Clarify.

georg.brandl python-checkins at python.org
Mon Feb 28 08:42:20 CET 2011


georg.brandl pushed 41d7d7c2818c to hooks:

http://hg.python.org/hooks/rev/41d7d7c2818c
changeset:   33:41d7d7c2818c
tag:         tip
user:        Georg Brandl <georg at python.org>
date:        Mon Feb 28 08:41:18 2011 +0100
summary:
  Clarify.

files:
  checkbranch.py
  checkheads.py

diff --git a/checkbranch.py b/checkbranch.py
--- a/checkbranch.py
+++ b/checkbranch.py
@@ -3,7 +3,7 @@
 forbidden branch.
 
 To use the changeset hook in a local repository, include something like the
-following in your hgrc file.
+following in its hgrc file.
 
 [hooks]
 pretxnchangegroup.checkbranch = python:/home/hg/repos/hooks/checkbranch.py:hook
diff --git a/checkheads.py b/checkheads.py
--- a/checkheads.py
+++ b/checkheads.py
@@ -3,7 +3,7 @@
 doesn't create new heads on any branch.
 
 To use the changeset hook in a local repository, include something like the
-following in your hgrc file.
+following in its hgrc file.
 
 [hooks]
 pretxnchangegroup.checkheads = python:/home/hg/repos/hooks/checkheads.py:hook

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


More information about the Python-checkins mailing list