hgext/logtoprocess.py
changeset 48875 6000f5b25c9b
parent 44417 7c0b8652fd8c
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    30 Scripts are run asynchronously 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
       
    36 
    35 
    37 import os
    36 import os
    38 
    37 
    39 from mercurial.utils import procutil
    38 from mercurial.utils import procutil
    40 
    39