tests/test-install.t
author Greg Ward <greg@gerg.ca>
Tue, 18 Oct 2011 20:06:23 -0400
branchstable
changeset 15304 9aa9d4bb3d88
parent 15200 797bf1dc1ff8
child 15447 9910f60a37ee
permissions -rw-r--r--
largefiles: rename config setting 'size' to 'minsize'

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]