From e8fd1a48ff09d0064c38c85c480c7ec2e1f53349 Mon Sep 17 00:00:00 2001 From: Jun Wu Date: Thu, 23 Mar 2017 21:16:55 -0700 Subject: [PATCH] logtoprocess: use lowercase for docstring title --- hgext/logtoprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgext/logtoprocess.py b/hgext/logtoprocess.py index 0ed990ccff..ac491daf9e 100644 --- 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.