diff 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
line wrap: on
line diff
--- a/tests/test-copy.t	Tue Mar 17 22:21:09 2015 -0400
+++ b/tests/test-copy.t	Tue Mar 17 22:47:08 2015 +0900
@@ -138,7 +138,7 @@
 moving a missing file
   $ rm foo
   $ hg mv foo foo3
-  foo: deleted in working copy
+  foo: deleted in working directory
   foo3 does not exist!
   $ hg up -qC .