tests/test-install.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 11 Jun 2012 11:15:14 +0200
changeset 16953 634ad0b24ba2
parent 16934 0c9c41e53f1a
child 17392 bdd248666dbc
permissions -rw-r--r--
debugwalk: observe ui.slash config option

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]