view tests/test-install.t @ 20647:70d02abff434

histedit: clean up lock imports We are alread importing the release function from lock, no need to actually import the module too.
author Olle Lundberg <geek@nerd.sh>
date Wed, 05 Mar 2014 22:02:45 +0100
parents 5614f8cf0861
children 535283a7f5dd
line wrap: on
line source

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
   (specify a username in your configuration file)
  1 problems detected, please check your install!
  [1]