comparison tests/test-commit.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 94317c2d53b8
children efbf15979538
comparison
equal deleted inserted replaced
20712:c152e538b85b 20715:b93791e0de25
101 101
102 $ echo foo >> foo 102 $ echo foo >> foo
103 $ echo fake >> .hg/requires 103 $ echo fake >> .hg/requires
104 $ hg commit -m bla 104 $ hg commit -m bla
105 abort: unknown repository format: requires features 'fake' (upgrade Mercurial)! 105 abort: unknown repository format: requires features 'fake' (upgrade Mercurial)!
106 (see http://mercurial.selenic.com/wiki/MissingRequirement for details)
106 [255] 107 [255]
107 108
108 $ cd .. 109 $ cd ..
109 110
110 111