Mercurial > hg > mercurial-source
view tests/test-install.t @ 20574:5614f8cf0861
ui: suggest config --edit when no username is set
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Feb 2014 14:46:29 -0600 |
parents | bdd248666dbc |
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]