Mercurial > hg-stable
view tests/test-install.t @ 17271:a09cc6aeed4a stable
largefiles: support revsets for outgoing --large
Previous to this, outgoing with a revset succeeded unless --large was also
specified.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 20 Jul 2012 19:08:26 -0400 |
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]