diff hgext/hgk.py @ 8866:87c30fb7e8df

help: remove per-extension paragraph on how to enable it The central place to find this information is the "extensions" help topic.
author Cédric Duval <cedricduval@free.fr>
date Sat, 20 Jun 2009 20:57:13 +0200
parents bf17aeafb869
children 868670dbc237
line wrap: on
line diff
--- a/hgext/hgk.py	Sat Jun 20 20:55:50 2009 +0200
+++ b/hgext/hgk.py	Sat Jun 20 20:57:13 2009 +0200
@@ -14,20 +14,8 @@
 hgk consists of two parts: a Tcl script that does the displaying and
 querying of information, and an extension to Mercurial named hgk.py,
 which provides hooks for hgk to get information. hgk can be found in
-the contrib directory, and hgk.py can be found in the hgext directory.
-
-To load the hgext.py extension, add it to your .hgrc file (you have to
-use your global $HOME/.hgrc file, not one in a repository). You can
-specify an absolute path:
-
-  [extensions]
-  hgk=/usr/local/lib/hgk.py
-
-Mercurial can also scan the default python library path for a file
-named 'hgk.py' if you set hgk empty:
-
-  [extensions]
-  hgk=
+the contrib directory, and the extension is shipped in the hgext
+repository, and needs to be enabled.
 
 The hg view command will launch the hgk Tcl script. For this command
 to work, hgk must be in your search path. Alternately, you can specify