contrib/editmergeps.bat
author Yuya Nishihara <yuya@tcha.org>
Wed, 02 Oct 2019 07:35:22 +0900
changeset 43096 813aa8cc55d4
parent 32600 4b9b87930cb3
permissions -rw-r--r--
patchbomb: use procutil.shellquote() instead of shlex to escape email address This basically backs out 2cc453284d5c, and inserts procutil.shellquote() instead. I don't care about Windows compatibility here, but shlex.quote() can't handle byte strings on Python 3.

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