Mercurial > hg
changeset 31601:8e7feaad2d8d
logtoprocess: use lowercase for docstring title
author | Jun Wu <quark@fb.com> |
---|---|
date | Thu, 23 Mar 2017 21:16:55 -0700 |
parents | 809fa1d7eb99 |
children | 772878ac930e |
files | hgext/logtoprocess.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/logtoprocess.py Thu Mar 23 21:16:29 2017 -0700 +++ b/hgext/logtoprocess.py Thu Mar 23 21:16:55 2017 -0700 @@ -4,7 +4,7 @@ # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -"""Send ui.log() data to a subprocess (EXPERIMENTAL) +"""send ui.log() data to a subprocess (EXPERIMENTAL) This extension lets you specify a shell command per ui.log() event, sending all remaining arguments to as environment variables to that command.