comparison tests/test-parents.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 f2719b387380
children ef60083b5536
comparison
equal deleted inserted replaced
18449:20462259b92a 18450:4f9a52858512
69 date: Thu Jan 01 00:00:01 1970 +0000 69 date: Thu Jan 01 00:00:01 1970 +0000
70 summary: a 70 summary: a
71 71
72 72
73 $ hg parents -r 2 ../a 73 $ hg parents -r 2 ../a
74 abort: ../a not under root 74 abort: ../a not under root '$TESTTMP/repo'
75 [255] 75 [255]
76 76
77 77
78 cd dir; hg parents -r 2 ../a 78 cd dir; hg parents -r 2 ../a
79 79