equal
deleted
inserted
replaced
171 EOF |
171 EOF |
172 echo % incoming |
172 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 |
181 hg export -o ../rejecttest.diff tip |
181 hg export -o ../rejecttest.diff tip |
182 |
182 |