tests/test-install.t
author Juan Pablo Carbajal (desktop) <carbajal@ifi.uzh.ch>
Sat, 29 Sep 2012 13:34:37 +0200
changeset 17680 16ec37411db5
parent 17392 bdd248666dbc
child 20574 5614f8cf0861
permissions -rw-r--r--
help: removing trailing spaces

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]