contrib/wix/hg.cmd
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Thu, 03 Oct 2013 23:16:06 +0900
changeset 19934 bfc6ed892349
parent 13041 79388a8325dc
permissions -rw-r--r--
push: hide description about "-f" in the hint to prevent from using it easily "use push -f to force" in the hint at abortion of "hg push" may cause novice users to execute "push -f" easily without understanding about problems of multiple branch heads in the repository. This patch hides description about "-f" in the hint, and leads into seeing "hg help push" for details about pushing new heads.

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