Mercurial > hg
comparison tests/test-mq-qimport.out @ 7421:4c4324476be6
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 26 Nov 2008 18:23:35 +0100 |
parents | 8046f0a070a6 |
children | fb32ae9c76e7 |
comparison
equal
deleted
inserted
replaced
7420:b4ac1e2cd38c | 7421:4c4324476be6 |
---|---|
1 % qimport non-existing-file | 1 % qimport non-existing-file |
2 abort: No such file or directory: | 2 abort: unable to read non-existing-file |
3 % import URL | 3 % import URL |
4 adding url.diff to series file | 4 adding url.diff to series file |
5 url.diff | 5 url.diff |
6 % import patch that already exists | 6 % import patch that already exists |
7 abort: patch "url.diff" already exists | 7 abort: patch "url.diff" already exists |