tests/test-install.t
author Patrick Mezard <pmezard@gmail.com>
Fri, 10 Sep 2010 22:36:04 +0200
changeset 12208 482443557cad
parent 12084 ff7c1118a83a
child 12316 4134686b83e1
permissions -rw-r--r--
mq: add newline after qfold warning

hg debuginstall
  $ hg debuginstall
  Checking encoding (ascii)...
  Checking installed modules \(.*/mercurial\)...
  Checking templates...
  Checking patch...
  Checking commit editor...
  Checking username...
  No problems detected

hg debuginstall with no username
  $ HGUSER= hg debuginstall
  Checking encoding (ascii)...
  Checking installed modules \(.*/mercurial\)...
  Checking templates...
  Checking patch...
  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!

  $ true