tests/test-install.t
author Adrian Buehlmann <adrian@cadifra.com>
Tue, 31 Aug 2010 11:57:02 +0200
changeset 12141 5f44daa8fbd0
parent 12084 ff7c1118a83a
child 12316 4134686b83e1
permissions -rw-r--r--
tests: unify test-diff-unified

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