equal
deleted
inserted
replaced
657 > -p $HGPORT -d --pid-file=hg.pid -E error.log |
657 > -p $HGPORT -d --pid-file=hg.pid -E error.log |
658 $ cat hg.pid > $DAEMON_PIDS |
658 $ cat hg.pid > $DAEMON_PIDS |
659 |
659 |
660 $ hg clone http://localhost:$HGPORT/ clone |
660 $ hg clone http://localhost:$HGPORT/ clone |
661 requesting all changes |
661 requesting all changes |
662 abort: HTTP request error (incomplete response) (py3 !) |
662 abort: HTTP request error (incomplete response*) (glob) |
663 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
663 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
664 [255] |
664 [255] |
665 |
665 |
666 $ killdaemons.py $DAEMON_PIDS |
666 $ killdaemons.py $DAEMON_PIDS |
667 |
667 |
701 > -p $HGPORT -d --pid-file=hg.pid -E error.log |
701 > -p $HGPORT -d --pid-file=hg.pid -E error.log |
702 $ cat hg.pid > $DAEMON_PIDS |
702 $ cat hg.pid > $DAEMON_PIDS |
703 |
703 |
704 $ hg clone http://localhost:$HGPORT/ clone |
704 $ hg clone http://localhost:$HGPORT/ clone |
705 requesting all changes |
705 requesting all changes |
706 abort: HTTP request error (incomplete response) (py3 !) |
706 abort: HTTP request error (incomplete response*) (glob) |
707 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
707 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
708 [255] |
708 [255] |
709 |
709 |
710 $ killdaemons.py $DAEMON_PIDS |
710 $ killdaemons.py $DAEMON_PIDS |
711 |
711 |
902 $ hg clone http://localhost:$HGPORT/ clone |
902 $ hg clone http://localhost:$HGPORT/ clone |
903 requesting all changes |
903 requesting all changes |
904 adding changesets |
904 adding changesets |
905 transaction abort! |
905 transaction abort! |
906 rollback completed |
906 rollback completed |
907 abort: HTTP request error (incomplete response) (py3 !) |
907 abort: HTTP request error (incomplete response*) (glob) |
908 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
908 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
909 [255] |
909 [255] |
910 |
910 |
911 $ killdaemons.py $DAEMON_PIDS |
911 $ killdaemons.py $DAEMON_PIDS |
912 |
912 |
1019 adding changesets |
1019 adding changesets |
1020 adding manifests |
1020 adding manifests |
1021 adding file changes |
1021 adding file changes |
1022 transaction abort! |
1022 transaction abort! |
1023 rollback completed |
1023 rollback completed |
1024 abort: HTTP request error (incomplete response) (py3 !) |
1024 abort: HTTP request error (incomplete response*) (glob) |
1025 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
1025 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator) |
1026 [255] |
1026 [255] |
1027 |
1027 |
1028 $ killdaemons.py $DAEMON_PIDS |
1028 $ killdaemons.py $DAEMON_PIDS |
1029 |
1029 |