##// END OF EJS Templates
hgext: enable extensions without "hgext." prefix in help texts
Martin Geisler -
r10112:703db37d stable
parent child Browse files
Show More
@@ -25,7 +25,7 b' is no way to distinguish them.'
25 25 To use this hook, configure the acl extension in your hgrc like this::
26 26
27 27 [extensions]
28 hgext.acl =
28 acl =
29 29
30 30 [hooks]
31 31 pretxnchangegroup.acl = python:hgext.acl.hook
@@ -103,7 +103,7 b' baseurl'
103 103 Activating the extension::
104 104
105 105 [extensions]
106 hgext.bugzilla =
106 bugzilla =
107 107
108 108 [hooks]
109 109 # run bugzilla hook on every change pulled or pushed in here
@@ -14,7 +14,7 b' To use, configure the notify extension a'
14 14 this::
15 15
16 16 [extensions]
17 hgext.notify =
17 notify =
18 18
19 19 [hooks]
20 20 # one email for each incoming changeset
@@ -8,7 +8,7 b''
8 8 # To load the extension, add it to your .hgrc file:
9 9 #
10 10 # [extension]
11 # hgext.pager =
11 # pager =
12 12 #
13 13 # Run "hg help pager" to get info on configuration.
14 14
@@ -10,7 +10,7 b''
10 10 To perform automatic newline conversion, use::
11 11
12 12 [extensions]
13 hgext.win32text =
13 win32text =
14 14 [encode]
15 15 ** = cleverencode:
16 16 # or ** = macencode:
@@ -6,7 +6,7 b' messages to stdout, for testing and conf'
6 6 To use, configure the notify extension and enable it in hgrc like this:
7 7
8 8 [extensions]
9 hgext.notify =
9 notify =
10 10
11 11 [hooks]
12 12 # one email for each incoming changeset
General Comments 0
You need to be logged in to leave comments. Login now