tests/test-install.t
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 28 May 2013 10:56:37 -0300
branchstable
changeset 19256 9e5ab8d3154a
parent 17392 bdd248666dbc
child 20574 5614f8cf0861
permissions -rw-r--r--
i18n-pt_BR: synchronized with b592fd33233a

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]