tests/test-install.t
changeset 30762 35b516f800e0
parent 30462 356406ac454f
child 31061 900996da577a
equal deleted inserted replaced
30761:7283719e2bfd 30762:35b516f800e0
    11   checking Mercurial custom build (*) (glob)
    11   checking Mercurial custom build (*) (glob)
    12   checking module policy (*) (glob)
    12   checking module policy (*) (glob)
    13   checking installed modules (*mercurial)... (glob)
    13   checking installed modules (*mercurial)... (glob)
    14   checking registered compression engines (*zlib*) (glob)
    14   checking registered compression engines (*zlib*) (glob)
    15   checking available compression engines (*zlib*) (glob)
    15   checking available compression engines (*zlib*) (glob)
       
    16   checking available compression engines for wire protocol (*zlib*) (glob)
    16   checking templates (*mercurial?templates)... (glob)
    17   checking templates (*mercurial?templates)... (glob)
    17   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    18   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    18   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    19   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    19   checking username (test)
    20   checking username (test)
    20   no problems detected
    21   no problems detected
    23   $ hg debuginstall -Tjson | sed 's|\\\\|\\|g'
    24   $ hg debuginstall -Tjson | sed 's|\\\\|\\|g'
    24   [
    25   [
    25    {
    26    {
    26     "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
    27     "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
    27     "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
    28     "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
       
    29     "compenginesserver": [*"zlib"*], (glob)
    28     "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
    30     "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
    29     "defaulttemplateerror": null,
    31     "defaulttemplateerror": null,
    30     "defaulttemplatenotfound": "default",
    32     "defaulttemplatenotfound": "default",
    31     "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
    33     "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
    32     "editornotfound": false,
    34     "editornotfound": false,
    62   checking Mercurial custom build (*) (glob)
    64   checking Mercurial custom build (*) (glob)
    63   checking module policy (*) (glob)
    65   checking module policy (*) (glob)
    64   checking installed modules (*mercurial)... (glob)
    66   checking installed modules (*mercurial)... (glob)
    65   checking registered compression engines (*zlib*) (glob)
    67   checking registered compression engines (*zlib*) (glob)
    66   checking available compression engines (*zlib*) (glob)
    68   checking available compression engines (*zlib*) (glob)
       
    69   checking available compression engines for wire protocol (*zlib*) (glob)
    67   checking templates (*mercurial?templates)... (glob)
    70   checking templates (*mercurial?templates)... (glob)
    68   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    71   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    69   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    72   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    70   checking username...
    73   checking username...
    71    no username supplied
    74    no username supplied
    91   checking Mercurial custom build (*) (glob)
    94   checking Mercurial custom build (*) (glob)
    92   checking module policy (*) (glob)
    95   checking module policy (*) (glob)
    93   checking installed modules (*mercurial)... (glob)
    96   checking installed modules (*mercurial)... (glob)
    94   checking registered compression engines (*zlib*) (glob)
    97   checking registered compression engines (*zlib*) (glob)
    95   checking available compression engines (*zlib*) (glob)
    98   checking available compression engines (*zlib*) (glob)
       
    99   checking available compression engines for wire protocol (*zlib*) (glob)
    96   checking templates (*mercurial?templates)... (glob)
   100   checking templates (*mercurial?templates)... (glob)
    97   checking default template (*mercurial?templates?map-cmdline.default) (glob)
   101   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    98   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
   102   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    99   checking username (test)
   103   checking username (test)
   100   no problems detected
   104   no problems detected