comparison hgext/evolve.py @ 1668:d158ba628e2a

Grammar: paragraphs should end with periods
author timeless@gmail.com
date Wed, 12 Sep 2012 18:27:16 -0400
parents 58538d6f3fb4
children 11d72083883a
comparison
equal deleted inserted replaced
1667:58538d6f3fb4 1668:d158ba628e2a
321 321
322 If the second option `extension` argument is provided, the wrapping 322 If the second option `extension` argument is provided, the wrapping
323 will be applied in the extension commandtable. This argument must be a 323 will be applied in the extension commandtable. This argument must be a
324 string that will be searched using `extension.find` if not found and 324 string that will be searched using `extension.find` if not found and
325 Abort error is raised. If the wrapping applies to an extension, it is 325 Abort error is raised. If the wrapping applies to an extension, it is
326 installed during `extsetup` 326 installed during `extsetup`.
327 327
328 example:: 328 example::
329 329
330 @eh.wrapcommand('summary') 330 @eh.wrapcommand('summary')
331 def wrapsummary(orig, ui, repo, *args, **kwargs): 331 def wrapsummary(orig, ui, repo, *args, **kwargs):