[PATCH] fix: fix grammar/typos in hg help -e fix

timeless timeless at fmr.im
Thu Jan 9 19:33:17 UTC 2020


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1578597560 18000
#      Thu Jan 09 14:19:20 2020 -0500
# Node ID b8915d7827251d9383879b3de1d17d0773645dc6
# Parent  cb2e2b095dc930a37e4de824138e8f5133295c96
fix: fix grammar/typos in hg help -e fix

diff -r cb2e2b095dc9 -r b8915d782725 hgext/fix.py
--- a/hgext/fix.py	Wed Dec 25 14:53:45 2019 +0100
+++ b/hgext/fix.py	Thu Jan 09 14:19:20 2020 -0500
@@ -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


More information about the Mercurial-devel mailing list