tests/test-install.t
author Matt Mackall <mpm@selenic.com>
Sat, 01 Mar 2014 19:44:14 -0600
changeset 20623 84f6bc03b4e5
parent 20574 5614f8cf0861
child 20740 535283a7f5dd
permissions -rw-r--r--
extensions: remove interhg Has been built-in for a few releases.

hg debuginstall
  $ hg debuginstall
  checking encoding (ascii)...
  checking Python lib (*lib*)... (glob)
  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 Python lib (*lib*)... (glob)
  checking installed modules (*mercurial)... (glob)
  checking templates (*mercurial?templates)... (glob)
  checking commit editor...
  checking username...
   no username supplied
   (specify a username in your configuration file)
  1 problems detected, please check your install!
  [1]