Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-svn-source.t @ 14152:00121103546a
convert: handle invalid subversion source paths
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 01 May 2011 17:35:05 +0200 |
parents | 43b3b761d9d1 |
children | c53a49c345e1 |
line wrap: on
line diff
--- a/tests/test-convert-svn-source.t Sun May 01 17:34:16 2011 +0200 +++ b/tests/test-convert-svn-source.t Sun May 01 17:35:05 2011 +0200 @@ -107,6 +107,11 @@ Committed revision 8. $ cd .. + $ hg convert -s svn "$svnurl/non-existent-path" dest + initializing destination dest repository + abort: no revision found in module /proj B/non-existent-path + [255] + ######################################## Test incremental conversion