[PATCH 3 of 4] logtoprocess: use lowercase for docstring title

Jun Wu quark at fb.com
Fri Mar 24 00:24:47 EDT 2017


# HG changeset patch
# User Jun Wu <quark at fb.com>
# Date 1490329015 25200
#      Thu Mar 23 21:16:55 2017 -0700
# Node ID f2026595cb39cce3934995d6a3f8aa3d97b30501
# Parent  ece9613e199b69fd07611cc0fff81b5be530acd2
# Available At https://bitbucket.org/quark-zju/hg-draft
#              hg pull https://bitbucket.org/quark-zju/hg-draft -r f2026595cb39
logtoprocess: use lowercase for docstring title

diff --git a/hgext/logtoprocess.py b/hgext/logtoprocess.py
--- a/hgext/logtoprocess.py
+++ b/hgext/logtoprocess.py
@@ -5,5 +5,5 @@
 # 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,


More information about the Mercurial-devel mailing list