tests/test-install.t
author Pradeepkumar Gayam <in3xes@gmail.com>
Wed, 18 Aug 2010 05:09:58 +0530
changeset 11976 b28fc3b3efd6
parent 11917 b03cf2349a80
child 12004 1fe4702fe2df
permissions -rw-r--r--
tests: unify test-merge2

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