tests/test-install.t
changeset 15200 797bf1dc1ff8
parent 13751 85d74f6babf6
child 15447 9910f60a37ee
equal deleted inserted replaced
15199:56da00994067 15200:797bf1dc1ff8
     1 hg debuginstall
     1 hg debuginstall
     2   $ hg debuginstall
     2   $ hg debuginstall
     3   Checking encoding (ascii)...
     3   Checking encoding (ascii)...
     4   Checking installed modules (*/mercurial)... (glob)
     4   Checking installed modules (*/mercurial)... (glob)
     5   Checking templates...
     5   Checking templates (*/mercurial/templates)... (glob)
     6   Checking commit editor...
     6   Checking commit editor...
     7   Checking username...
     7   Checking username...
     8   No problems detected
     8   No problems detected
     9 
     9 
    10 hg debuginstall with no username
    10 hg debuginstall with no username
    11   $ HGUSER= hg debuginstall
    11   $ HGUSER= hg debuginstall
    12   Checking encoding (ascii)...
    12   Checking encoding (ascii)...
    13   Checking installed modules (*/mercurial)... (glob)
    13   Checking installed modules (*/mercurial)... (glob)
    14   Checking templates...
    14   Checking templates (*/mercurial/templates)... (glob)
    15   Checking commit editor...
    15   Checking commit editor...
    16   Checking username...
    16   Checking username...
    17    no username supplied (see "hg help config")
    17    no username supplied (see "hg help config")
    18    (specify a username in your configuration file)
    18    (specify a username in your configuration file)
    19   1 problems detected, please check your install!
    19   1 problems detected, please check your install!