Artifact b07a8447c037880d2886c7319089b5af6eba94de:
- File tests/dvcs-test2.s2o — part of check-in [59fd74ac30] at 2016-12-25 01:19:24 on branch trunk — Workaround for unknown state of toggle flags, needs fixing (user: bernd size: 359)
sh echo "Generate another file" >e add e sh echo "=== Checkin 1 ===" diff ci -m "Another checkin 1" sh cat a b c >>e sh echo "Line a" >>a sh echo "Line b" >>b sh echo "Line c" >>c sh echo "=== Checkin 2 ===" diff ci -m "Another checkin 2" sh cat e a >>c sh echo "Line e" >>e sh echo "Line a" >>a sh echo "=== Checkin 3 ===" diff ci -m "Another checkin 3" bye