contrib/editmergeps.bat
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 16:52:38 +0200
changeset 47257 02a4463565ea
parent 32600 4b9b87930cb3
permissions -rw-r--r--
revlog: improve documentation of the entry tuple The code in revlog, and outside revlog directly use the index's entry tuple, with direct integer indexing. This is a voluntary trade off to obtains better performance from the Python code at the expense of the developers sanity. Let's at least have a clear and central documentation about what this tuple is about. Differential Revision: https://phab.mercurial-scm.org/D10643

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