Mercurial > hg
view tests/test-install.t @ 17226:436cc9d017c6 stable
Added tag 2.3-rc for changeset a06e2681dd17
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 18 Jul 2012 19:09:06 -0500 |
parents | 0c9c41e53f1a |
children | bdd248666dbc |
line wrap: on
line source
hg debuginstall $ hg debuginstall checking encoding (ascii)... 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 installed modules (*mercurial)... (glob) checking templates (*mercurial?templates)... (glob) checking commit editor... checking username... no username supplied (see "hg help config") (specify a username in your configuration file) 1 problems detected, please check your install! [1]