##// END OF EJS Templates
util: handle fileno() on Python 3 throwing io.UnsupportedOperation...
util: handle fileno() on Python 3 throwing io.UnsupportedOperation Fortunately, the exception exists on Python 2 so we don't have to do something weirder than this. Differential Revision: https://phab.mercurial-scm.org/D2450

File last commit:

r13041:79388a83 stable
r36450:1ca4e86c default
Show More
hg.cmd
3 lines | 68 B | application/x-dos-batch | BatchLexer
@echo off
rem launch hg.exe from parent folder
"%~dp0\..\hg.exe" %*