tests/test-install.t
author Martin Geisler <mg@aragost.com>
Mon, 30 Aug 2010 13:00:22 +0200
changeset 12084 ff7c1118a83a
parent 12004 1fe4702fe2df
child 12316 4134686b83e1
permissions -rw-r--r--
Merge with stable

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