# HG changeset patch # User timeless@gmail.com # Date 1347488836 14400 # Node ID d158ba628e2ab4a85c16cb0c7c437d9a70d98c4f # Parent 58538d6f3fb48c15e2cfdc2b57945eff787e6de5 Grammar: paragraphs should end with periods diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -323,7 +323,7 @@ will be applied in the extension commandtable. This argument must be a string that will be searched using `extension.find` if not found and Abort error is raised. If the wrapping applies to an extension, it is - installed during `extsetup` + installed during `extsetup`. example::