comparison tests/test-symlinks.t @ 18450:4f9a52858512

scmutil: localize and improve 'not under root' message
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jan 2013 01:24:29 +0100
parents 973c2b0b403c
children 2cbd27f4f3c4
comparison
equal deleted inserted replaced
18449:20462259b92a 18450:4f9a52858512
80 $ ln -s x/f ../z 80 $ ln -s x/f ../z
81 81
82 this should fail 82 this should fail
83 83
84 $ hg status ../z && { echo hg mistakenly exited with status 0; exit 1; } || : 84 $ hg status ../z && { echo hg mistakenly exited with status 0; exit 1; } || :
85 abort: ../z not under root 85 abort: ../z not under root '$TESTTMP/x'
86 $ cd .. 86 $ cd ..
87 87
88 88
89 == cloning symlinks == 89 == cloning symlinks ==
90 $ hg init clone; cd clone; 90 $ hg init clone; cd clone;