Show More
@@ -103,7 +103,7 b' perform other post-fixing work. The supp' | |||
|
103 | 103 | to the file content. Provides "$HG_REV" and "$HG_PATH" to identify the file, |
|
104 | 104 | and "$HG_METADATA" with a map of fixer names to metadata values from fixer |
|
105 | 105 | tools that affected the file. Fixer tools that didn't affect the file have a |
|
106 | valueof None. Only fixer tools that executed are present in the metadata. | |
|
106 | value of None. Only fixer tools that executed are present in the metadata. | |
|
107 | 107 | |
|
108 | 108 | "postfix" |
|
109 | 109 | Run once after all files and revisions have been handled. Provides |
@@ -114,7 +114,7 b' perform other post-fixing work. The supp' | |||
|
114 | 114 | executions that modified a file. This aggregates the same metadata |
|
115 | 115 | previously passed to the "postfixfile" hook. |
|
116 | 116 | |
|
117 |
Fixer tools are run the |
|
|
117 | Fixer tools are run in the repository's root directory. This allows them to read | |
|
118 | 118 | configuration files from the working copy, or even write to the working copy. |
|
119 | 119 | The working copy is not updated to match the revision being fixed. In fact, |
|
120 | 120 | several revisions may be fixed in parallel. Writes to the working copy are not |
@@ -215,7 +215,7 b' Help text for fix.' | |||
|
215 | 215 | to the file content. Provides "$HG_REV" and "$HG_PATH" to identify the file, |
|
216 | 216 | and "$HG_METADATA" with a map of fixer names to metadata values from fixer |
|
217 | 217 | tools that affected the file. Fixer tools that didn't affect the file have a |
|
218 | valueof None. Only fixer tools that executed are present in the metadata. | |
|
218 | value of None. Only fixer tools that executed are present in the metadata. | |
|
219 | 219 | |
|
220 | 220 | "postfix" |
|
221 | 221 | Run once after all files and revisions have been handled. Provides |
@@ -226,7 +226,7 b' Help text for fix.' | |||
|
226 | 226 | executions that modified a file. This aggregates the same metadata |
|
227 | 227 | previously passed to the "postfixfile" hook. |
|
228 | 228 | |
|
229 |
Fixer tools are run the |
|
|
229 | Fixer tools are run in the repository's root directory. This allows them to | |
|
230 | 230 | read configuration files from the working copy, or even write to the working |
|
231 | 231 | copy. The working copy is not updated to match the revision being fixed. In |
|
232 | 232 | fact, several revisions may be fixed in parallel. Writes to the working copy |
General Comments 0
You need to be logged in to leave comments.
Login now