# HG changeset patch # User Matt Mackall # Date 1306877087 18000 # Node ID 3a27faf9a999261344774e560c42991b1ceaa2d9 # Parent 278a4e0fdfedb074d8140382b06628a17b7d7c3b tests: update for handling of missing hgrc includes diff -r 278a4e0fdfed -r 3a27faf9a999 tests/test-hgrc.t --- a/tests/test-hgrc.t Tue May 31 16:22:04 2011 -0500 +++ b/tests/test-hgrc.t Tue May 31 16:24:47 2011 -0500 @@ -46,8 +46,12 @@ $ export FAKEPATH $ echo '%include $FAKEPATH/no-such-file' > $HGRCPATH $ hg version - hg: parse error at $TESTTMP/hgrc:1: cannot include /path/to/nowhere/no-such-file (No such file or directory) - [255] + Mercurial Distributed SCM (version 1.8.2+121-52aebe8983a4+20110423) + (see http://mercurial.selenic.com for more information) + + Copyright (C) 2005-2011 Matt Mackall and others + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ unset FAKEPATH username expansion