contrib/editmergeps.bat
author Nikita Slyusarev <nslus@yandex-team.com>
Thu, 07 Feb 2019 18:57:54 +0300
changeset 41616 2c13e91ede6e
parent 32567 4b9b87930cb3
permissions -rw-r--r--
convert: handle empty intial commits while converting to svn Svn commit generation code skips empty commits, returning the parent. Skipping the root commit must return None instead. Added test to check skipping of empty commits.

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