tests/test-install.t
author Simon Heimberg <simohe@besonet.ch>
Sun, 17 Nov 2013 20:24:33 +0100
changeset 20361 3fe079d3a2b4
parent 17392 bdd248666dbc
child 20574 5614f8cf0861
permissions -rw-r--r--
i18n: posplit removes the entry "::" from the pot file We do not gain anything by allowing to translate it.

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]