tests/test-chg.t
author Sune Foldager <sune.foldager@me.com>
Mon, 14 Mar 2016 17:53:47 +0100
changeset 28528 a011080fdb7b
parent 28516 3bf2892f685f
child 29088 983353035cec
permissions -rw-r--r--
fsmonitor: use custom stdint.h file when compiling with Visual C Visual C/C++ 9, which Python 2.7 is compatible with, doesn't have C99 support and thus doesn't contain a stdint.h file. This changeset adds a custom version of stdint.h, created specifically for Visual C, and uses it when building with that compiler.

init repo

  $ hg init foo
  $ cd foo

ill-formed config

  $ hg status
  $ echo '=brokenconfig' >> $HGRCPATH
  $ hg status
  hg: parse error at * (glob)
  [255]