comparison en/examples/daily.copy @ 828:477d6a3e5023

Many final changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 04 May 2009 23:52:38 -0700
parents fe74ace5fe1c
children
comparison
equal deleted inserted replaced
827:d2aacc06e562 828:477d6a3e5023
49 cd .. 49 cd ..
50 hg init copy-example 50 hg init copy-example
51 cd copy-example 51 cd copy-example
52 echo a > a 52 echo a > a
53 echo b > b 53 echo b > b
54 mkdir c 54 mkdir z
55 mkdir c/a 55 mkdir z/a
56 echo c > c/a/c 56 echo c > z/a/c
57 hg ci -Ama 57 hg ci -Ama
58 58
59 #$ name: simple 59 #$ name: simple
60 60
61 mkdir k 61 mkdir k
68 hg copy a b d 68 hg copy a b d
69 ls d 69 ls d
70 70
71 #$ name: dir-src 71 #$ name: dir-src
72 72
73 hg copy c e 73 hg copy z e
74 74
75 #$ name: dir-src-dest 75 #$ name: dir-src-dest
76 76
77 hg copy c d 77 hg copy z d
78 78
79 #$ name: after 79 #$ name: after
80 80
81 cp a z 81 cp a n
82 hg copy --after a z 82 hg copy --after a n