tests/test-install.t
author Mads Kiilerich <mads@kiilerich.com>
Tue, 19 Jun 2012 00:20:38 +0200
changeset 16985 40c9aa702303
parent 16934 0c9c41e53f1a
child 17392 bdd248666dbc
permissions -rw-r--r--
tests: run test-walk.t on windows A couple of detours and changed paths are used to work around msys path conversion.

hg debuginstall
  $ hg debuginstall
  checking encoding (ascii)...
  checking installed modules (*mercurial)... (glob)
  checking templates (*mercurial?templates)... (glob)
  checking commit editor...
  checking username...
  no problems detected

hg debuginstall with no username
  $ HGUSER= hg debuginstall
  checking encoding (ascii)...
  checking installed modules (*mercurial)... (glob)
  checking templates (*mercurial?templates)... (glob)
  checking commit editor...
  checking username...
   no username supplied (see "hg help config")
   (specify a username in your configuration file)
  1 problems detected, please check your install!
  [1]