tests/test-install.t
author Greg Ward <greg@gerg.ca>
Sat, 22 Oct 2011 14:17:19 -0400
branchstable
changeset 15339 be1377d19018
parent 15200 797bf1dc1ff8
child 15447 9910f60a37ee
permissions -rw-r--r--
largefiles: test lfconvert error handling; remove redundant code

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]