tests/test-static-http.t
changeset 39489 f1186c292d03
parent 37845 b4b7427b5786
child 39707 5abc47d4ca6b
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
    41   $ hg verify
    41   $ hg verify
    42   checking changesets
    42   checking changesets
    43   checking manifests
    43   checking manifests
    44   crosschecking files in changesets and manifests
    44   crosschecking files in changesets and manifests
    45   checking files
    45   checking files
    46   2 files, 1 changesets, 2 total revisions
    46   checked 1 changesets with 2 changes to 2 files
    47   $ cat bar
    47   $ cat bar
    48   foo
    48   foo
    49   $ cd ../remote
    49   $ cd ../remote
    50   $ echo baz > quux
    50   $ echo baz > quux
    51   $ hg commit -A -mtest2
    51   $ hg commit -A -mtest2
   128   $ hg verify
   128   $ hg verify
   129   checking changesets
   129   checking changesets
   130   checking manifests
   130   checking manifests
   131   crosschecking files in changesets and manifests
   131   crosschecking files in changesets and manifests
   132   checking files
   132   checking files
   133   3 files, 1 changesets, 3 total revisions
   133   checked 1 changesets with 3 changes to 3 files
   134   checking subrepo links
   134   checking subrepo links
   135   $ cat a
   135   $ cat a
   136   a
   136   a
   137   $ hg paths
   137   $ hg paths
   138   default = static-http://localhost:$HGPORT/
   138   default = static-http://localhost:$HGPORT/
   149   $ hg verify
   149   $ hg verify
   150   checking changesets
   150   checking changesets
   151   checking manifests
   151   checking manifests
   152   crosschecking files in changesets and manifests
   152   crosschecking files in changesets and manifests
   153   checking files
   153   checking files
   154   0 files, 0 changesets, 0 total revisions
   154   checked 0 changesets with 0 changes to 0 files
   155   $ hg paths
   155   $ hg paths
   156   default = static-http://localhost:$HGPORT/remotempty
   156   default = static-http://localhost:$HGPORT/remotempty
   157 
   157 
   158 test with non-repo
   158 test with non-repo
   159 
   159