contrib/editmergeps.bat
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 20 Feb 2024 23:46:21 +0100
changeset 51408 eababb7b4a82
parent 32600 4b9b87930cb3
permissions -rw-r--r--
phases: leverage the collected information to record phase update Since the lower level function already gather this information, we can directly use it. This comes with a small change to the test that are actually fixing them. The previous version over-reported some phase change that did not exists. In both case, we are force revision `1` to be secret and `0` remains draft`, the previous code wrongly reported `0` as moving to secret while it properly remained draft in the repository.

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