contrib/editmergeps.bat
author Simon Sapin <simon.sapin@octobus.net>
Sat, 22 May 2021 17:32:09 +0200
changeset 47329 62225f9da938
parent 32600 4b9b87930cb3
permissions -rw-r--r--
rhg: Sort `rhg status` output correctly * The relative order of states is: modified, added, removed, deleted, unknown, ignored, clean * Files in the same state should be sorted by name, regardless of whether or not the were in "unsure" state based on metadata alone. Differential Revision: https://phab.mercurial-scm.org/D10765

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