contrib/editmergeps.bat
author Augie Fackler <augie@google.com>
Fri, 18 May 2018 20:42:04 -0400
changeset 38087 92ac9cf78dba
parent 32600 4b9b87930cb3
permissions -rw-r--r--
pathencode: fix importing hashlib on Python 3 I'm curious why PyImport_Import is returning NULL, but PyImport_ImportModule bypasses some of the regular import path, probably including demandimport, which I suspect is the issue here. Differential Revision: https://phab.mercurial-scm.org/D3587

@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"