contrib/editmergeps.bat
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 04 Nov 2019 21:17:34 -0800
branchstable
changeset 43414 a0916e8819f6
parent 32600 4b9b87930cb3
permissions -rw-r--r--
localrepo: use str for lookup in vars() vars() returns a dict of str. So always use a native str for the key lookup. Differential Revision: https://phab.mercurial-scm.org/D7227

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