tests/test-http.t
branchstable
changeset 15055 d629f1e89021
parent 15026 f32a2989ff58
child 15446 c5c9ca3719f9
equal deleted inserted replaced
15053:17ffb30d9174 15055:d629f1e89021
   157   abort: HTTP Error 403: no
   157   abort: HTTP Error 403: no
   158   [255]
   158   [255]
   159 
   159 
   160   $ cd ..
   160   $ cd ..
   161 
   161 
       
   162 clone of serve with repo in root and unserved subrepo (issue2970)
       
   163 
       
   164   $ hg --cwd test init sub
       
   165   $ hg --cwd test/sub tag something
       
   166   $ echo sub = sub > test/.hgsub
       
   167   $ hg --cwd test add .hgsub
       
   168   $ hg --cwd test commit -qm 'add subrepo'
       
   169   $ hg clone http://localhost:$HGPORT noslash-clone
       
   170   requesting all changes
       
   171   adding changesets
       
   172   adding manifests
       
   173   adding file changes
       
   174   added 3 changesets with 7 changes to 7 files
       
   175   updating to branch default
       
   176   abort: HTTP Error 404: Not Found
       
   177   [255]
       
   178   $ hg clone http://localhost:$HGPORT/ slash-clone
       
   179   requesting all changes
       
   180   adding changesets
       
   181   adding manifests
       
   182   adding file changes
       
   183   added 3 changesets with 7 changes to 7 files
       
   184   updating to branch default
       
   185   abort: HTTP Error 404: Not Found
       
   186   [255]
       
   187 
   162 check error log
   188 check error log
   163 
   189 
   164   $ cat error.log
   190   $ cat error.log