tests/test-copy.t
changeset 24364 135b23868f45
parent 23958 df463ca0adef
child 25111 1ef96a3b8b89
equal deleted inserted replaced
24363:852801178a63 24364:135b23868f45
   136   $ hg commit -m1
   136   $ hg commit -m1
   137 
   137 
   138 moving a missing file
   138 moving a missing file
   139   $ rm foo
   139   $ rm foo
   140   $ hg mv foo foo3
   140   $ hg mv foo foo3
   141   foo: deleted in working copy
   141   foo: deleted in working directory
   142   foo3 does not exist!
   142   foo3 does not exist!
   143   $ hg up -qC .
   143   $ hg up -qC .
   144 
   144 
   145 copy --after to a nonexistent target filename
   145 copy --after to a nonexistent target filename
   146   $ hg cp -A foo dummy
   146   $ hg cp -A foo dummy