changeset 183:fe74ace5fe1c

Fix simple copy example.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 30 Mar 2007 23:28:34 -0700
parents c005d0181c0b
children 7b812c428074
files en/examples/daily.copy en/examples/daily.copy.simple.out
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/en/examples/daily.copy	Fri Mar 30 23:24:03 2007 -0700
+++ b/en/examples/daily.copy	Fri Mar 30 23:28:34 2007 -0700
@@ -58,7 +58,9 @@
 
 #$ name: simple
 
-hg copy a c
+mkdir k
+hg copy a k
+ls k
 
 #$ name: dir-dest
 
--- a/en/examples/daily.copy.simple.out	Fri Mar 30 23:24:03 2007 -0700
+++ b/en/examples/daily.copy.simple.out	Fri Mar 30 23:28:34 2007 -0700
@@ -1,2 +1,4 @@
-$ \textbf{hg copy a c}
-c/a: not overwriting - file exists
+$ \textbf{mkdir k}
+$ \textbf{hg copy a k}
+$ \textbf{ls k}
+a