view tests/test-install.t @ 11928:b69899dbad40

revlog: parentdelta flags for revlog index
author Pradeepkumar Gayam <in3xes@gmail.com>
date Tue, 10 Aug 2010 22:25:08 +0530
parents b03cf2349a80
children 1fe4702fe2df
line wrap: on
line source

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