equal
deleted
inserted
replaced
76 Server is not running aborts |
76 Server is not running aborts |
77 |
77 |
78 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest |
78 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest |
79 $ hg clone http://localhost:$HGPORT server-not-runner |
79 $ hg clone http://localhost:$HGPORT server-not-runner |
80 applying clone bundle from http://localhost:$HGPORT1/bundle.hg |
80 applying clone bundle from http://localhost:$HGPORT1/bundle.hg |
81 error fetching bundle: (.* refused.*|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re) |
81 error fetching bundle: (.*\$ECONNREFUSED\$|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re) |
82 abort: error applying bundle |
82 abort: error applying bundle |
83 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false") |
83 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false") |
84 [255] |
84 [255] |
85 |
85 |
86 Server returns 404 |
86 Server returns 404 |