##// END OF EJS Templates
test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
Mads Kiilerich -
r8268:6486fb03 default
parent child Browse files
Show More
@@ -170,6 +170,6 b' echo % incoming and outgoing'
170 cd ..
170 cd ..
171 hg clone -U -r31 repo repo2
171 hg clone -U -r31 repo repo2
172 cd repo2
172 cd repo2
173 hg incoming -q --graph | sed -e 's|$HGTMP|[HGTMP]|'
173 hg incoming -q --graph
174 cd ..
174 cd ..
175 hg -R repo outgoing --graph repo2
175 hg -R repo outgoing --graph repo2
General Comments 0
You need to be logged in to leave comments. Login now