tests/test-install.t
author Bryan O'Sullivan <bryano@fb.com>
Wed, 19 Dec 2012 10:45:40 -0800
changeset 18098 8c4e4661a0cb
parent 17392 bdd248666dbc
child 20574 5614f8cf0861
permissions -rw-r--r--
tests: make test-inotify-issue1208.t disappear

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 (see "hg help config")
   (specify a username in your configuration file)
  1 problems detected, please check your install!
  [1]