contrib/editmergeps.bat
author Kostia Balytskyi <ikostia@fb.com>
Thu, 18 May 2017 14:36:46 -0700
changeset 32329 799615bbf5bf
child 32567 4b9b87930cb3
permissions -rw-r--r--
contrib: add editmerge version for powershell This just adds a translation of existing contrib/editmerge to powershell. It allows users on Windows to iteratively resolve conflicts in their editor of choice. # no-check-commit

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