contrib/editmergeps.bat
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 28 Dec 2019 01:51:17 -0500
changeset 44024 c1ccefb513e4
parent 32600 4b9b87930cb3
permissions -rw-r--r--
cleanup: drop redundant character escapes outside of `[]` Flagged by PyCharm. `@`, `:`, `<`, `>`, and `{` aren't special characters. (I'm a bit surprised that it doesn't also want to unescape `}` in schemes.py.) Differential Revision: https://phab.mercurial-scm.org/D7767

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