contrib/editmergeps.bat
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 06 Sep 2018 15:56:53 -0700
changeset 41367 b44f1703b28c
parent 32567 4b9b87930cb3
permissions -rw-r--r--
grep: don't look up copy info unless --follow is given If no --follow was given, then the "copy" variable will become None. In that case we would still look up the copy information from the filelog and then ignore it. Let's avoid even looking it up. Differential Revision: https://phab.mercurial-scm.org/D5620

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