doc/hgrc.5.txt
changeset 2387 62ce297f214f
parent 2358 8819fc1dcf4b
child 2430 4ccd71b83d5e
--- a/doc/hgrc.5.txt	Thu Jun 01 19:08:29 2006 +0200
+++ b/doc/hgrc.5.txt	Thu Jun 01 15:53:43 2006 -0700
@@ -165,6 +165,14 @@
   the path to the ".py" file (including the file name extension) that
   defines the extension.
 
+  Example for ~/.hgrc:
+
+    [extensions]
+    # (the mq extension will get loaded from mercurial's path)
+    hgext.mq =
+    # (this extension will get loaded from the file specified)
+    myfeature = ~/.hgext/myfeature.py
+
 hooks::
   Commands or Python functions that get automatically executed by
   various actions such as starting or finishing a commit. Multiple