tests/test-install.t
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 26 Jul 2012 16:21:43 +0200
branchstable
changeset 17253 67f56ff5afcd
parent 16934 0c9c41e53f1a
child 17392 bdd248666dbc
permissions -rw-r--r--
obsolete: fix decoding error message arguments

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]