Show More
@@ -136,6 +136,18 email:: | |||||
136 | Optional. Email address to use in "From" header and SMTP envelope |
|
136 | Optional. Email address to use in "From" header and SMTP envelope | |
137 | of outgoing messages. |
|
137 | of outgoing messages. | |
138 |
|
138 | |||
|
139 | extensions:: | |||
|
140 | Mercurial has an extension mechanism for adding new features. To | |||
|
141 | enable an extension, create an entry for it in this section. | |||
|
142 | ||||
|
143 | If you know that the extension is already in Python's search path, | |||
|
144 | you can give the name of the module, followed by "=", with nothing | |||
|
145 | after the "=". | |||
|
146 | ||||
|
147 | Otherwise, give a name that you choose, followed by "=", followed by | |||
|
148 | the path to the ".py" file (including the file name extension) that | |||
|
149 | defines the extension. | |||
|
150 | ||||
139 | hooks:: |
|
151 | hooks:: | |
140 | Commands or Python functions that get automatically executed by |
|
152 | Commands or Python functions that get automatically executed by | |
141 | various actions such as starting or finishing a commit. Multiple |
|
153 | various actions such as starting or finishing a commit. Multiple |
General Comments 0
You need to be logged in to leave comments.
Login now