##// END OF EJS Templates
help: remove per-extension paragraph on how to enable it...
Cédric Duval -
r8866:87c30fb7 default
parent child Browse files
Show More
@@ -29,10 +29,6 b' also available. Effects are rendered wit'
29 function (aka ANSI escape codes). This module also provides the
29 function (aka ANSI escape codes). This module also provides the
30 render_text function, which can be used to add effects to any text.
30 render_text function, which can be used to add effects to any text.
31
31
32 To enable this extension, add this to your .hgrc file:
33 [extensions]
34 color =
35
36 Default effects may be overridden from the .hgrc file:
32 Default effects may be overridden from the .hgrc file:
37
33
38 [color]
34 [color]
@@ -12,11 +12,6 b' programs are called with a configurable '
12 non-option arguments: paths to directories containing snapshots of
12 non-option arguments: paths to directories containing snapshots of
13 files to compare.
13 files to compare.
14
14
15 To enable this extension:
16
17 [extensions]
18 hgext.extdiff =
19
20 The `extdiff' extension also allows to configure new diff commands, so
15 The `extdiff' extension also allows to configure new diff commands, so
21 you do not need to type "hg extdiff -p kdiff3" always.
16 you do not need to type "hg extdiff -p kdiff3" always.
22
17
@@ -14,20 +14,8 b' distributed with Mercurial.)'
14 hgk consists of two parts: a Tcl script that does the displaying and
14 hgk consists of two parts: a Tcl script that does the displaying and
15 querying of information, and an extension to Mercurial named hgk.py,
15 querying of information, and an extension to Mercurial named hgk.py,
16 which provides hooks for hgk to get information. hgk can be found in
16 which provides hooks for hgk to get information. hgk can be found in
17 the contrib directory, and hgk.py can be found in the hgext directory.
17 the contrib directory, and the extension is shipped in the hgext
18
18 repository, and needs to be enabled.
19 To load the hgext.py extension, add it to your .hgrc file (you have to
20 use your global $HOME/.hgrc file, not one in a repository). You can
21 specify an absolute path:
22
23 [extensions]
24 hgk=/usr/local/lib/hgk.py
25
26 Mercurial can also scan the default python library path for a file
27 named 'hgk.py' if you set hgk empty:
28
29 [extensions]
30 hgk=
31
19
32 The hg view command will launch the hgk Tcl script. For this command
20 The hg view command will launch the hgk Tcl script. For this command
33 to work, hgk must be in your search path. Alternately, you can specify
21 to work, hgk must be in your search path. Alternately, you can specify
@@ -13,11 +13,6 b''
13 It depends on the Pygments syntax highlighting library:
13 It depends on the Pygments syntax highlighting library:
14 http://pygments.org/
14 http://pygments.org/
15
15
16 To enable the extension add this to hgrc:
17
18 [extensions]
19 hgext.highlight =
20
21 There is a single configuration option:
16 There is a single configuration option:
22
17
23 [web]
18 [web]
@@ -14,12 +14,8 b' This extension allows the use of a speci'
14 which will be automatically expanded into links or any other
14 which will be automatically expanded into links or any other
15 arbitrary expression, much like InterWiki does.
15 arbitrary expression, much like InterWiki does.
16
16
17 To enable this extension, add the following lines to your hgrc:
17 A few example patterns (link to bug tracking, etc.) that may
18
18 be used in your hgrc:
19 [extensions]
20 interhg =
21
22 A few example patterns (link to bug tracking, etc.):
23
19
24 [interhg]
20 [interhg]
25 issues = s!issue(\d+)!<a href="http://bts/issue\1">issue\1<\/a>!
21 issues = s!issue(\d+)!<a href="http://bts/issue\1">issue\1<\/a>!
@@ -21,12 +21,6 b''
21 #
21 #
22 # Binary files are not touched.
22 # Binary files are not touched.
23 #
23 #
24 # Setup in hgrc:
25 #
26 # [extensions]
27 # # enable extension
28 # hgext.keyword =
29 #
30 # Files to act upon/ignore are specified in the [keyword] section.
24 # Files to act upon/ignore are specified in the [keyword] section.
31 # Customized keyword template mappings in the [keywordmaps] section.
25 # Customized keyword template mappings in the [keywordmaps] section.
32 #
26 #
@@ -28,11 +28,6 b' With the -d/--diffstat option, you will '
28 with a diffstat summary and the changeset summary, so you can be sure
28 with a diffstat summary and the changeset summary, so you can be sure
29 you are sending the right changes.
29 you are sending the right changes.
30
30
31 To enable this extension:
32
33 [extensions]
34 hgext.patchbomb =
35
36 To configure other defaults, add a section like this to your hgrc
31 To configure other defaults, add a section like this to your hgrc
37 file:
32 file:
38
33
@@ -6,10 +6,6 b''
6 # This program was inspired by the "cvspurge" script contained in CVS utilities
6 # This program was inspired by the "cvspurge" script contained in CVS utilities
7 # (http://www.red-bean.com/cvsutils/).
7 # (http://www.red-bean.com/cvsutils/).
8 #
8 #
9 # To enable the "purge" extension put these lines in your ~/.hgrc:
10 # [extensions]
11 # hgext.purge =
12 #
13 # For help on the usage of "hg purge" use:
9 # For help on the usage of "hg purge" use:
14 # hg help purge
10 # hg help purge
15 #
11 #
@@ -33,11 +33,6 b' Note that there are some limitations on '
33 * You should set same encoding for the repository by locale or
33 * You should set same encoding for the repository by locale or
34 HGENCODING.
34 HGENCODING.
35
35
36 To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:
37
38 [extensions]
39 hgext.win32mbcs =
40
41 Path encoding conversion are done between Unicode and
36 Path encoding conversion are done between Unicode and
42 encoding.encoding which is decided by Mercurial from current locale
37 encoding.encoding which is decided by Mercurial from current locale
43 setting or HGENCODING.
38 setting or HGENCODING.
@@ -11,12 +11,6 b' Zeroconf enabled repositories will be an'
11 the need to configure a server or a service. They can be discovered
11 the need to configure a server or a service. They can be discovered
12 without knowing their actual IP address.
12 without knowing their actual IP address.
13
13
14 To use the zeroconf extension add the following entry to your hgrc
15 file:
16
17 [extensions]
18 hgext.zeroconf =
19
20 To allow other people to discover your repository using run "hg serve"
14 To allow other people to discover your repository using run "hg serve"
21 in your repository.
15 in your repository.
22
16
General Comments 0
You need to be logged in to leave comments. Login now