hgbook

diff en/examples/daily.copy @ 973:1df99de46e39

Finishing works to adapt already existing translations to new xdoc fmt - also add a couple new translations to follow recent modification from Bryan.
author Romain PELISSE <belaran@gmail.com>
date Tue Sep 01 17:00:12 2009 +0200 (2009-09-01)
parents fe74ace5fe1c
children
line diff
     1.1 --- a/en/examples/daily.copy	Fri Mar 30 23:28:34 2007 -0700
     1.2 +++ b/en/examples/daily.copy	Tue Sep 01 17:00:12 2009 +0200
     1.3 @@ -51,9 +51,9 @@
     1.4  cd copy-example
     1.5  echo a > a
     1.6  echo b > b
     1.7 -mkdir c
     1.8 -mkdir c/a
     1.9 -echo c > c/a/c
    1.10 +mkdir z
    1.11 +mkdir z/a
    1.12 +echo c > z/a/c
    1.13  hg ci -Ama
    1.14  
    1.15  #$ name: simple
    1.16 @@ -70,13 +70,13 @@
    1.17  
    1.18  #$ name: dir-src
    1.19  
    1.20 -hg copy c e
    1.21 +hg copy z e
    1.22  
    1.23  #$ name: dir-src-dest
    1.24  
    1.25 -hg copy c d
    1.26 +hg copy z d
    1.27  
    1.28  #$ name: after
    1.29  
    1.30 -cp a z
    1.31 -hg copy --after a z
    1.32 +cp a n
    1.33 +hg copy --after a n