tests/test-identify.t
changeset 26421 4b0fc75f9403
parent 22046 7a9cbb315d84
child 33051 15a79ac823e8
equal deleted inserted replaced
26420:2fc86d92c4a9 26421:4b0fc75f9403
   118 Make sure we do not obscure unknown requires file entries (issue2649)
   118 Make sure we do not obscure unknown requires file entries (issue2649)
   119 
   119 
   120   $ echo fake >> .hg/requires
   120   $ echo fake >> .hg/requires
   121   $ hg id
   121   $ hg id
   122   abort: repository requires features unknown to this Mercurial: fake!
   122   abort: repository requires features unknown to this Mercurial: fake!
   123   (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
   123   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   124   [255]
   124   [255]
   125 
   125 
   126   $ cd ..
   126   $ cd ..
   127 #if no-outer-repo
   127 #if no-outer-repo
   128   $ hg id test
   128   $ hg id test
   129   abort: repository requires features unknown to this Mercurial: fake!
   129   abort: repository requires features unknown to this Mercurial: fake!
   130   (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
   130   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   131   [255]
   131   [255]
   132 #endif
   132 #endif