##// END OF EJS Templates
keyword: cleanup test and make it portable...
Christian Ebert -
r11065:76d6c19a default
parent child Browse files
Show More
@@ -143,10 +143,8 b' echo % compare changenodes in a c'
143 143 cat a c
144 144
145 145 echo % record
146 cp "$HGRCPATH" $HGRCPATH.bak
147 sed -e '1 a \foo' a > a.tmp
148 mv a.tmp a
149 echo bar >> a
146 python -c \
147 'l=open("a").readlines();l.insert(1,"foo\n");l.append("bar\n");open("a","w").writelines(l);'
150 148 hg record -d '1 10' -m rectest<<EOF
151 149 y
152 150 y
General Comments 0
You need to be logged in to leave comments. Login now