view contrib/wix/hg.cmd @ 27401:186f2afe9919

patch: disable nobinary when HGPLAIN=1 The diff output without binaries is definitely great for interactive users - a binary patch is not meaningful for them. Although setting diff.nobinary flag can break the automation. Let's force full output for automation.
author Mateusz Kwapich <mitrandir@fb.com>
date Thu, 17 Dec 2015 11:00:06 -0800
parents 79388a8325dc
children
line wrap: on
line source

@echo off
rem launch hg.exe from parent folder
"%~dp0\..\hg.exe" %*