tests/test-install.t
author Matt Mackall <mpm@selenic.com>
Fri, 20 Aug 2010 15:31:05 -0500
changeset 12004 1fe4702fe2df
parent 11917 b03cf2349a80
child 12084 ff7c1118a83a
permissions -rw-r--r--
debuginstall: report installpath

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 .hgrc file)
  1 problems detected, please check your install!

  $ true