##// END OF EJS Templates
tests: update for handling of missing hgrc includes
Matt Mackall -
r14489:3a27faf9 default
parent child Browse files
Show More
@@ -46,8 +46,12 b' issue1829: wrong indentation'
46 $ export FAKEPATH
46 $ export FAKEPATH
47 $ echo '%include $FAKEPATH/no-such-file' > $HGRCPATH
47 $ echo '%include $FAKEPATH/no-such-file' > $HGRCPATH
48 $ hg version
48 $ hg version
49 hg: parse error at $TESTTMP/hgrc:1: cannot include /path/to/nowhere/no-such-file (No such file or directory)
49 Mercurial Distributed SCM (version 1.8.2+121-52aebe8983a4+20110423)
50 [255]
50 (see http://mercurial.selenic.com for more information)
51
52 Copyright (C) 2005-2011 Matt Mackall and others
53 This is free software; see the source for copying conditions. There is NO
54 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 $ unset FAKEPATH
55 $ unset FAKEPATH
52
56
53 username expansion
57 username expansion
General Comments 0
You need to be logged in to leave comments. Login now