comparison tests/test-copy.t @ 17492:973c2b0b403c

spelling: nonexistent
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents b87acfda5268
children 6cc1f388ac80
comparison
equal deleted inserted replaced
17491:fd28974f6f66 17492:973c2b0b403c
137 $ hg mv foo foo3 137 $ hg mv foo foo3
138 foo: deleted in working copy 138 foo: deleted in working copy
139 foo3 does not exist! 139 foo3 does not exist!
140 $ hg up -qC . 140 $ hg up -qC .
141 141
142 copy --after to a nonexistant target filename 142 copy --after to a nonexistent target filename
143 $ hg cp -A foo dummy 143 $ hg cp -A foo dummy
144 foo: not recording copy - dummy does not exist 144 foo: not recording copy - dummy does not exist
145 145
146 dry-run; should show that foo is clean 146 dry-run; should show that foo is clean
147 $ hg copy --dry-run foo bar 147 $ hg copy --dry-run foo bar