comparison tests/test-copy.t @ 24364:135b23868f45

commands: replace "working copy" with "working directory" in help/messages "working directory" is the standard term, we should use it consistently. But I didn't touch the hint, "run 'hg update' to get a working copy", because "get a working directory" sounds a bit odd.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 17 Mar 2015 22:47:08 +0900
parents df463ca0adef
children 1ef96a3b8b89
comparison
equal deleted inserted replaced
24363:852801178a63 24364:135b23868f45
136 $ hg commit -m1 136 $ hg commit -m1
137 137
138 moving a missing file 138 moving a missing file
139 $ rm foo 139 $ rm foo
140 $ hg mv foo foo3 140 $ hg mv foo foo3
141 foo: deleted in working copy 141 foo: deleted in working directory
142 foo3 does not exist! 142 foo3 does not exist!
143 $ hg up -qC . 143 $ hg up -qC .
144 144
145 copy --after to a nonexistent target filename 145 copy --after to a nonexistent target filename
146 $ hg cp -A foo dummy 146 $ hg cp -A foo dummy