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