tests/test-install.t
changeset 30462 356406ac454f
parent 30222 7b428b00a1d4
child 30762 35b516f800e0
equal deleted inserted replaced
30461:d195fa651b51 30462:356406ac454f
     9     SNI not supported by Python install; may have connectivity issues with some servers (?)
     9     SNI not supported by Python install; may have connectivity issues with some servers (?)
    10   checking Mercurial version (*) (glob)
    10   checking Mercurial version (*) (glob)
    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)
       
    15   checking available compression engines (*zlib*) (glob)
    14   checking templates (*mercurial?templates)... (glob)
    16   checking templates (*mercurial?templates)... (glob)
    15   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    17   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    16   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    18   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    17   checking username (test)
    19   checking username (test)
    18   no problems detected
    20   no problems detected
    19 
    21 
    20 hg debuginstall JSON
    22 hg debuginstall JSON
    21   $ hg debuginstall -Tjson | sed 's|\\\\|\\|g'
    23   $ hg debuginstall -Tjson | sed 's|\\\\|\\|g'
    22   [
    24   [
    23    {
    25    {
       
    26     "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
       
    27     "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
    24     "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
    28     "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
    25     "defaulttemplateerror": null,
    29     "defaulttemplateerror": null,
    26     "defaulttemplatenotfound": "default",
    30     "defaulttemplatenotfound": "default",
    27     "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
    31     "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
    28     "editornotfound": false,
    32     "editornotfound": false,
    56     SNI not supported by Python install; may have connectivity issues with some servers (?)
    60     SNI not supported by Python install; may have connectivity issues with some servers (?)
    57   checking Mercurial version (*) (glob)
    61   checking Mercurial version (*) (glob)
    58   checking Mercurial custom build (*) (glob)
    62   checking Mercurial custom build (*) (glob)
    59   checking module policy (*) (glob)
    63   checking module policy (*) (glob)
    60   checking installed modules (*mercurial)... (glob)
    64   checking installed modules (*mercurial)... (glob)
       
    65   checking registered compression engines (*zlib*) (glob)
       
    66   checking available compression engines (*zlib*) (glob)
    61   checking templates (*mercurial?templates)... (glob)
    67   checking templates (*mercurial?templates)... (glob)
    62   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    68   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    63   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    69   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    64   checking username...
    70   checking username...
    65    no username supplied
    71    no username supplied
    83     SNI not supported by Python install; may have connectivity issues with some servers (?)
    89     SNI not supported by Python install; may have connectivity issues with some servers (?)
    84   checking Mercurial version (*) (glob)
    90   checking Mercurial version (*) (glob)
    85   checking Mercurial custom build (*) (glob)
    91   checking Mercurial custom build (*) (glob)
    86   checking module policy (*) (glob)
    92   checking module policy (*) (glob)
    87   checking installed modules (*mercurial)... (glob)
    93   checking installed modules (*mercurial)... (glob)
       
    94   checking registered compression engines (*zlib*) (glob)
       
    95   checking available compression engines (*zlib*) (glob)
    88   checking templates (*mercurial?templates)... (glob)
    96   checking templates (*mercurial?templates)... (glob)
    89   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    97   checking default template (*mercurial?templates?map-cmdline.default) (glob)
    90   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    98   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
    91   checking username (test)
    99   checking username (test)
    92   no problems detected
   100   no problems detected