# HG changeset patch # User timeless@gmail.com # Date 1347488836 14400 # Node ID d158ba628e2ab4a85c16cb0c7c437d9a70d98c4f # Parent 58538d6f3fb48c15e2cfdc2b57945eff787e6de5 Grammar: paragraphs should end with periods diff -r 58538d6f3fb4 -r d158ba628e2a hgext/evolve.py --- a/hgext/evolve.py Wed Sep 12 18:25:48 2012 -0400 +++ b/hgext/evolve.py Wed Sep 12 18:27:16 2012 -0400 @@ -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::