diff tests/test-commit.t @ 14746:72e4fcb43227 stable

requirements: show all missing features in the error message. Displaying all missing featureis help people to solve the issue (choosing the right version, creation the right repo)
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 25 Jun 2011 02:30:24 +0200
parents 973959fbe8ec
children e0348815e806
line wrap: on
line diff
--- a/tests/test-commit.t	Fri Jun 24 23:29:51 2011 +0200
+++ b/tests/test-commit.t	Sat Jun 25 02:30:24 2011 +0200
@@ -98,7 +98,7 @@
   $ echo foo >> foo
   $ echo fake >> .hg/requires
   $ hg commit -m bla
-  abort: unknown repository format: requires feature 'fake' (upgrade Mercurial)!
+  abort: unknown repository format: requires features 'fake' (upgrade Mercurial)!
   [255]
 
   $ cd ..