contrib/hgperf
changeset 34533 163fa0aea71e
parent 33892 78f644fdaa2a
child 43659 99e231afc29c
equal deleted inserted replaced
34532:b09b3eaf9c96 34533:163fa0aea71e
    92     ui.popbuffer()
    92     ui.popbuffer()
    93     lui.popbuffer()
    93     lui.popbuffer()
    94 
    94 
    95 dispatch.runcommand = runcommand
    95 dispatch.runcommand = runcommand
    96 
    96 
    97 for fp in (sys.stdin, sys.stdout, sys.stderr):
       
    98     util.setbinary(fp)
       
    99 
       
   100 dispatch.run()
    97 dispatch.run()