comparison hgext/logtoprocess.py @ 31601:8e7feaad2d8d

logtoprocess: use lowercase for docstring title
author Jun Wu <quark@fb.com>
date Thu, 23 Mar 2017 21:16:55 -0700
parents 1c5cbf28f007
children 68ed3b4f86ef
comparison
equal deleted inserted replaced
31600:809fa1d7eb99 31601:8e7feaad2d8d
2 # 2 #
3 # Copyright 2016 Facebook, Inc. 3 # Copyright 2016 Facebook, Inc.
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7 """Send ui.log() data to a subprocess (EXPERIMENTAL) 7 """send ui.log() data to a subprocess (EXPERIMENTAL)
8 8
9 This extension lets you specify a shell command per ui.log() event, 9 This extension lets you specify a shell command per ui.log() event,
10 sending all remaining arguments to as environment variables to that command. 10 sending all remaining arguments to as environment variables to that command.
11 11
12 Each positional argument to the method results in a `MSG[N]` key in the 12 Each positional argument to the method results in a `MSG[N]` key in the