hgbook

changeset 183:fe74ace5fe1c

Fix simple copy example.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 30 23:28:34 2007 -0700 (2007-03-30)
parents c005d0181c0b
children 7b812c428074
files en/examples/daily.copy en/examples/daily.copy.simple.out
line diff
     1.1 --- a/en/examples/daily.copy	Fri Mar 30 23:24:03 2007 -0700
     1.2 +++ b/en/examples/daily.copy	Fri Mar 30 23:28:34 2007 -0700
     1.3 @@ -58,7 +58,9 @@
     1.4  
     1.5  #$ name: simple
     1.6  
     1.7 -hg copy a c
     1.8 +mkdir k
     1.9 +hg copy a k
    1.10 +ls k
    1.11  
    1.12  #$ name: dir-dest
    1.13  
     2.1 --- a/en/examples/daily.copy.simple.out	Fri Mar 30 23:24:03 2007 -0700
     2.2 +++ b/en/examples/daily.copy.simple.out	Fri Mar 30 23:28:34 2007 -0700
     2.3 @@ -1,2 +1,4 @@
     2.4 -$ \textbf{hg copy a c}
     2.5 -c/a: not overwriting - file exists
     2.6 +$ \textbf{mkdir k}
     2.7 +$ \textbf{hg copy a k}
     2.8 +$ \textbf{ls k}
     2.9 +a