##// END OF EJS Templates
Don't use the -i option with sed...
Will Maier -
r5839:59fba5ca default
parent child Browse files
Show More
@@ -173,8 +173,8 b' echo % incoming'
173 # remove path to temp dir
173 # remove path to temp dir
174 hg incoming | sed -e 's/^\(comparing with \).*\(test-keyword.*\)/\1\2/'
174 hg incoming | sed -e 's/^\(comparing with \).*\(test-keyword.*\)/\1\2/'
175
175
176 sed -i.bak -e 's/Id.*/& rejecttest/' a
176 sed -e 's/Id.*/& rejecttest/' a > a.new
177 rm a.bak
177 mv a.new a
178 echo % commit rejecttest
178 echo % commit rejecttest
179 hg --debug commit -m'rejects?' -d '3 0' -u 'User Name <user@example.com>'
179 hg --debug commit -m'rejects?' -d '3 0' -u 'User Name <user@example.com>'
180 echo % export
180 echo % export
General Comments 0
You need to be logged in to leave comments. Login now