comparison mercurial/configitems.py @ 49457:53229e170496

phase-shelve: correct unicode string to honor 'shelve.store=internal' In the case of strip-based shelves, there should be no hidden commit found. That's because shelve.store=internal is necessary but not sufficient to enable phase-based shelves; internal-phase must also be set.
author Jason R. Coombs <jaraco@jaraco.com>
date Mon, 22 Aug 2022 16:59:14 -0400
parents 74fb1842f8b9
children a3356ab610fc
comparison
equal deleted inserted replaced
49456:cdfba684b6a1 49457:53229e170496
1452 experimental=True, 1452 experimental=True,
1453 ) 1453 )
1454 coreconfigitem( 1454 coreconfigitem(
1455 b'shelve', 1455 b'shelve',
1456 b'store', 1456 b'store',
1457 default='internal', 1457 default=b'internal',
1458 experimental=True, 1458 experimental=True,
1459 ) 1459 )
1460 coreconfigitem( 1460 coreconfigitem(
1461 b'fsmonitor', 1461 b'fsmonitor',
1462 b'warn_when_unused', 1462 b'warn_when_unused',