comparison hgext/logtoprocess.py @ 30332:318a24b52eeb

spelling: fixes of non-dictionary words
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Oct 2016 23:16:55 +0200
parents d5883fd055c6
children 1c5cbf28f007
comparison
equal deleted inserted replaced
30331:b19291e5d506 30332:318a24b52eeb
25 [logtoprocess] 25 [logtoprocess]
26 commandexception = echo "$MSG2$MSG3" > /var/log/mercurial_exceptions.log 26 commandexception = echo "$MSG2$MSG3" > /var/log/mercurial_exceptions.log
27 27
28 would log the warning message and traceback of any failed command dispatch. 28 would log the warning message and traceback of any failed command dispatch.
29 29
30 Scripts are run asychronously as detached daemon processes; mercurial will 30 Scripts are run asynchronously as detached daemon processes; mercurial will
31 not ensure that they exit cleanly. 31 not ensure that they exit cleanly.
32 32
33 """ 33 """
34 34
35 from __future__ import absolute_import 35 from __future__ import absolute_import