tests/test-copy.t
changeset 16913 f2719b387380
parent 16856 241a32942c7a
child 17132 b87acfda5268
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
   210 but it's considered modified after a copy --after --force
   210 but it's considered modified after a copy --after --force
   211   $ hg copy -Af bar foo
   211   $ hg copy -Af bar foo
   212   $ hg st -AC foo
   212   $ hg st -AC foo
   213   M foo
   213   M foo
   214     bar
   214     bar
       
   215 
       
   216   $ cd ..