contrib/editmergeps.bat
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 19 Feb 2019 10:45:22 -0800
changeset 41753 3158cb74fbca
parent 32567 4b9b87930cb3
permissions -rw-r--r--
copies: make _backwardrenames() filter out copies by destination As shown by the test case, _backwardrenames() doesn't filter by the matcher. It doesn't show up in `hg status --copies` because that only prints files changed between the two commits. I wouldn't be surprised if some other command that replies on pathcopies() was broken before this patch, but I haven't bothered to check other commands. Differential Revision: https://phab.mercurial-scm.org/D5988

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