tests/test-install.t
author Pradeepkumar Gayam <in3xes@gmail.com>
Tue, 17 Aug 2010 17:48:59 +0530
changeset 11917 b03cf2349a80
parent 9734 tests/test-install@36c388a1aa51
child 12004 1fe4702fe2df
permissions -rw-r--r--
tests: unify test-install

hg debuginstall
  $ hg debuginstall
  Checking encoding (ascii)...
  Checking extensions...
  Checking templates...
  Checking patch...
  Checking commit editor...
  Checking username...
  No problems detected

hg debuginstall with no username
  $ HGUSER= hg debuginstall
  Checking encoding (ascii)...
  Checking extensions...
  Checking templates...
  Checking patch...
  Checking commit editor...
  Checking username...
   no username supplied (see "hg help config")
   (specify a username in your .hgrc file)
  1 problems detected, please check your install!

  $ true