mercurial/configitems.py
changeset 49452 74fb1842f8b9
parent 49451 0c70d888a484
child 49457 53229e170496
equal deleted inserted replaced
49451:0c70d888a484 49452:74fb1842f8b9
  1423     b'format',
  1423     b'format',
  1424     b'use-share-safe.automatic-upgrade-of-mismatching-repositories:quiet',
  1424     b'use-share-safe.automatic-upgrade-of-mismatching-repositories:quiet',
  1425     default=False,
  1425     default=False,
  1426     experimental=True,
  1426     experimental=True,
  1427 )
  1427 )
       
  1428 
       
  1429 # Moving this on by default means we are confident about the scaling of phases.
       
  1430 # This is not garanteed to be the case at the time this message is written.
  1428 coreconfigitem(
  1431 coreconfigitem(
  1429     b'format',
  1432     b'format',
  1430     b'internal-phase',
  1433     b'use-internal-phase',
  1431     default=False,
  1434     default=False,
  1432     experimental=True,
  1435     experimental=True,
  1433 )
  1436 )
  1434 # The interaction between the archived phase and obsolescence markers needs to
  1437 # The interaction between the archived phase and obsolescence markers needs to
  1435 # be sorted out before wider usage of this are to be considered.
  1438 # be sorted out before wider usage of this are to be considered.