equal
deleted
inserted
replaced
171 EOF |
171 EOF |
172 echo % incoming |
172 echo % incoming |
173 # remove path to temp dir for backwards compatibility |
173 # remove path to temp dir for backwards compatibility |
174 hg incoming | grep -v '^comparing with' |
174 hg incoming | grep -v '^comparing with' |
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 |