equal
deleted
inserted
replaced
67 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false") |
67 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false") |
68 [255] |
68 [255] |
69 |
69 |
70 Server returns 404 |
70 Server returns 404 |
71 |
71 |
72 $ python $TESTDIR/dumbhttp.py -p $HGPORT1 --pid http.pid |
72 $ $PYTHON $TESTDIR/dumbhttp.py -p $HGPORT1 --pid http.pid |
73 $ cat http.pid >> $DAEMON_PIDS |
73 $ cat http.pid >> $DAEMON_PIDS |
74 $ hg clone http://localhost:$HGPORT running-404 |
74 $ hg clone http://localhost:$HGPORT running-404 |
75 applying clone bundle from http://localhost:$HGPORT1/bundle.hg |
75 applying clone bundle from http://localhost:$HGPORT1/bundle.hg |
76 HTTP error fetching bundle: HTTP Error 404: File not found |
76 HTTP error fetching bundle: HTTP Error 404: File not found |
77 abort: error applying bundle |
77 abort: error applying bundle |