# HG changeset patch # User Jun Wu # Date 2017-03-24 04:16:55 # Node ID 8e7feaad2d8d53ea16b76cdadd12e0349231523a # Parent 809fa1d7eb9964e09ac2ac4c4dcc71f33acde058 logtoprocess: use lowercase for docstring title diff --git a/hgext/logtoprocess.py b/hgext/logtoprocess.py --- a/hgext/logtoprocess.py +++ b/hgext/logtoprocess.py @@ -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.