comparison tests/test-copy2.t @ 12327:92e30e135581

tests: exit 0 no longer needed on unified tests
author Matt Mackall <mpm@selenic.com>
date Fri, 17 Sep 2010 17:03:04 -0500
parents 4134686b83e1
children ec5886db9dc6
comparison
equal deleted inserted replaced
12326:9d932e8e9546 12327:92e30e135581
98 but it's considered modified after a copy --after --force 98 but it's considered modified after a copy --after --force
99 $ hg copy -Af bar foo 99 $ hg copy -Af bar foo
100 $ hg st -AC foo 100 $ hg st -AC foo
101 M foo 101 M foo
102 bar 102 bar
103
104 $ exit 0