diff -r 00aaf11ec399 -r 50e7ce1f96d1 hgext/fix.py --- a/hgext/fix.py Wed Jan 22 20:01:38 2020 -0800 +++ b/hgext/fix.py Thu Jan 23 13:10:48 2020 -0800 @@ -103,7 +103,7 @@ to the file content. Provides "$HG_REV" and "$HG_PATH" to identify the file, and "$HG_METADATA" with a map of fixer names to metadata values from fixer tools that affected the file. Fixer tools that didn't affect the file have a - valueof None. Only fixer tools that executed are present in the metadata. + value of None. Only fixer tools that executed are present in the metadata. "postfix" Run once after all files and revisions have been handled. Provides @@ -114,7 +114,7 @@ executions that modified a file. This aggregates the same metadata previously passed to the "postfixfile" hook. -Fixer tools are run the in repository's root directory. This allows them to read +Fixer tools are run in the repository's root directory. This allows them to read configuration files from the working copy, or even write to the working copy. The working copy is not updated to match the revision being fixed. In fact, several revisions may be fixed in parallel. Writes to the working copy are not