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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
# |
|
|
11 | # pager = | |
|
12 | 12 | # |
|
13 | 13 | # Run "hg help pager" to get info on configuration. |
|
14 | 14 |
General Comments 0
You need to be logged in to leave comments.
Login now