Mercurial > hg
diff tests/test-requires.t @ 20715:b93791e0de25
require: provide a link to a wiki page in addition of suggesting upgrade
The wiki page is intended to describe several solution to the requirement issue.
Some of those solutions does not involve upgrading mercurial. That is very
useful for people that can't easily upgrade they Mercurial in some place.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Sat, 25 Jun 2011 02:46:23 +0200 |
parents | 55ef79031009 |
children | f8e531a3a77c |
line wrap: on
line diff
--- a/tests/test-requires.t Tue Mar 11 16:52:15 2014 -0700 +++ b/tests/test-requires.t Sat Jun 25 02:46:23 2011 +0200 @@ -10,10 +10,12 @@ $ echo indoor-pool > .hg/requires $ hg tip abort: unknown repository format: requires features 'indoor-pool' (upgrade Mercurial)! + (see http://mercurial.selenic.com/wiki/MissingRequirement for details) [255] $ echo outdoor-pool >> .hg/requires $ hg tip abort: unknown repository format: requires features 'indoor-pool', 'outdoor-pool' (upgrade Mercurial)! + (see http://mercurial.selenic.com/wiki/MissingRequirement for details) [255] $ cd .. @@ -61,6 +63,7 @@ $ hg clone supported clone-dst abort: unknown repository format: requires features 'featuresetup-test' (upgrade Mercurial)! + (see http://mercurial.selenic.com/wiki/MissingRequirement for details) [255] $ hg clone --pull supported clone-dst abort: required features are not supported in the destination: featuresetup-test