tests/test-status-tracked-key.t
branchstable
changeset 49500 3a53871048dc
parent 49194 e4b31016e194
child 49773 13c0e3b4fd35
equal deleted inserted replaced
49492:b3e77d536b53 49500:3a53871048dc
   225   automatically upgrading repository to the `tracked-hint` feature
   225   automatically upgrading repository to the `tracked-hint` feature
   226   (see `hg help config.format.use-dirstate-tracked-hint` for details)
   226   (see `hg help config.format.use-dirstate-tracked-hint` for details)
   227   $ hg debugformat -R auto-upgrade | grep tracked
   227   $ hg debugformat -R auto-upgrade | grep tracked
   228   tracked-hint:       yes
   228   tracked-hint:       yes
   229 
   229 
       
   230 rhg supports this feature
       
   231 
       
   232   $ hg status -R auto-upgrade \
       
   233   > --config format.use-dirstate-tracked-hint=yes --config rhg.on-unsupported=abort
       
   234 
   230 downgrade it from dirstate-tracked-hint automatically
   235 downgrade it from dirstate-tracked-hint automatically
   231 
   236 
   232   $ hg status -R auto-upgrade \
   237   $ hg status -R auto-upgrade \
   233   > --config format.use-dirstate-tracked-hint.automatic-upgrade-of-mismatching-repositories=yes \
   238   > --config format.use-dirstate-tracked-hint.automatic-upgrade-of-mismatching-repositories=yes \
   234   > --config format.use-dirstate-tracked-hint=no
   239   > --config format.use-dirstate-tracked-hint=no