Mercurial > hg
annotate tests/test-bad-pull.out @ 705:574869103985
Merge with TAH
manifest hash: 197e0d1a0d7376a9eb72381330462f06490ab821
author | mpm@selenic.com |
---|---|
date | Thu, 14 Jul 2005 22:56:55 -0800 |
parents | 5d6177b72fcc 085a8145e151 |
children | 122449dd89db 445970ccf57a |
rev | line source |
---|---|
503
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
1 + hg clone http://localhost:20059/ copy |
395 | 2 requesting all changes |
3 abort: error 111: Connection refused | |
503
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
4 + echo 255 |
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
5 255 |
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
6 + ls copy |
545
721bfca3a9dc
Work-around failing tests/test-bad-pull with slow bg process.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
524
diff
changeset
|
7 ls: copy: No such file or directory |
503
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
8 + cat |
695 | 9 + set +x |
503
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
10 + hg clone http://localhost:20059/foo copy2 |
395 | 11 requesting all changes |
12 abort: HTTP Error 404: File not found | |
503
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
13 + echo 255 |
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
14 255 |
c6a2e41c8c60
Fix troubles with clone and exception handling
mpm@selenic.com
parents:
395
diff
changeset
|
15 + set +x |