contrib/editmergeps.bat
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 21 Nov 2019 23:46:51 +0100
changeset 44108 c472970339d2
parent 32600 4b9b87930cb3
permissions -rw-r--r--
changectx: use unfiltered changelog to walk ancestors in annotate Since we are only walking ancestors, it is safe to use an unfiltered repository. (Because if the original rev is not filtered, none of its ancestors will be). Differential Revision: https://phab.mercurial-scm.org/D7501

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