hgext/logtoprocess.py
changeset 30332 318a24b52eeb
parent 29841 d5883fd055c6
child 30638 1c5cbf28f007
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