Mercurial > public > mercurial-scm > hg
diff tests/test-install.t @ 20741:f1dfef0a9352
debuginstall: change showing to checking for consistency and future checking
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 14 Mar 2014 16:00:11 -0500 |
parents | 535283a7f5dd |
children | be4915009b09 |
line wrap: on
line diff
--- a/tests/test-install.t Tue Dec 31 00:37:16 2013 -0800 +++ b/tests/test-install.t Fri Mar 14 16:00:11 2014 -0500 @@ -1,8 +1,8 @@ hg debuginstall $ hg debuginstall checking encoding (ascii)... - showing Python executable (*) (glob) - showing Python version (2.*) (glob) + checking Python executable (*) (glob) + checking Python version (2.*) (glob) checking Python lib (*lib*)... (glob) checking installed modules (*mercurial)... (glob) checking templates (*mercurial?templates)... (glob) @@ -13,8 +13,8 @@ hg debuginstall with no username $ HGUSER= hg debuginstall checking encoding (ascii)... - showing Python executable (*) (glob) - showing Python version (2.*) (glob) + checking Python executable (*) (glob) + checking Python version (2.*) (glob) checking Python lib (*lib*)... (glob) checking installed modules (*mercurial)... (glob) checking templates (*mercurial?templates)... (glob)