contrib/editmergeps.bat
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 16:56:29 -0800
changeset 36155 c02771617a70
parent 32600 4b9b87930cb3
permissions -rw-r--r--
py3: avoid changing dictionary during iteration dict.items() and friends are iterators/views in Python 3. You aren't allowed to mutate the underlying dictionary when iterating on these views. So iterate over a copy of things. Differential Revision: https://phab.mercurial-scm.org/D2164

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