diff tests/test-subrepo-svn.t @ 16530:e37199a1f9d4 stable

subrepo/svn: improve error message on missing files From: abort: failed to commit svn changes to: abort: cannot commit missing svn entries
author Patrick Mezard <patrick@mezard.eu>
date Thu, 26 Apr 2012 12:13:20 +0200
parents 3d5d204a08c7
children ae2664ee0223
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Thu Apr 26 11:55:07 2012 +0200
+++ b/tests/test-subrepo-svn.t	Thu Apr 26 12:13:20 2012 +0200
@@ -125,7 +125,7 @@
   $ rm s/alpha
   $ hg commit --subrepos -m 'abort on missing file'
   committing subrepository s
-  abort: failed to commit svn changes
+  abort: cannot commit missing svn entries
   [255]
   $ svn revert s/alpha > /dev/null