comparison tests/test-parents.t @ 18506:ef60083b5536 stable

tests: fix for windows - slashes and no serve
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 19:40:07 +0100
parents 4f9a52858512
children 4441705b7111
comparison
equal deleted inserted replaced
18505:9de9727cea53 18506:ef60083b5536
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 '$TESTTMP/repo' 74 abort: ../a not under root '$TESTTMP/repo' (glob)
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