tests/test-rename.out
changeset 1633 94c179a92f4a
parent 1565 4bcbc126b80b
child 1634 f49f602fae92
equal deleted inserted replaced
1632:3f214984fd9e 1633:94c179a92f4a
   179 A d3/d11/a1
   179 A d3/d11/a1
   180 R d1/a
   180 R d1/a
   181 R d1/b
   181 R d1/b
   182 R d1/ba
   182 R d1/ba
   183 R d1/d11/a1
   183 R d1/d11/a1
       
   184 # move a whole subtree with "hg rename ."
       
   185 copying a to ../d3/d1/a
       
   186 copying b to ../d3/d1/b
       
   187 copying ba to ../d3/d1/ba
       
   188 copying d11/a1 to ../d3/d1/d11/a1
       
   189 removing a
       
   190 removing b
       
   191 removing ba
       
   192 removing d11/a1
       
   193 A d3/d1/a
       
   194 A d3/d1/b
       
   195 A d3/d1/ba
       
   196 A d3/d1/d11/a1
       
   197 R d1/a
       
   198 R d1/b
       
   199 R d1/ba
       
   200 R d1/d11/a1
       
   201 # move a whole subtree with "hg rename --after ."
       
   202 copying a to ../d3/a
       
   203 copying b to ../d3/b
       
   204 copying ba to ../d3/ba
       
   205 copying d11/a1 to ../d3/d11/a1
       
   206 removing a
       
   207 removing b
       
   208 removing ba
       
   209 removing d11/a1
       
   210 A d3/a
       
   211 A d3/b
       
   212 A d3/ba
       
   213 A d3/d11/a1
       
   214 R d1/a
       
   215 R d1/b
       
   216 R d1/ba
       
   217 R d1/d11/a1
       
   218 # move the parent tree with "hg rename .."
       
   219 copying ../a to ../../d3/a
       
   220 copying ../b to ../../d3/b
       
   221 copying ../ba to ../../d3/ba
       
   222 copying a1 to ../../d3/d11/a1
       
   223 removing ../a
       
   224 removing ../b
       
   225 removing ../ba
       
   226 removing a1
       
   227 A d3/a
       
   228 A d3/b
       
   229 A d3/ba
       
   230 A d3/d11/a1
       
   231 R d1/a
       
   232 R d1/b
       
   233 R d1/ba
       
   234 R d1/d11/a1