equal
deleted
inserted
replaced
1712 bundlespec.set_param(b'obsolescence', obsolescence_cfg, overwrite=False) |
1712 bundlespec.set_param(b'obsolescence', obsolescence_cfg, overwrite=False) |
1713 obs_mand_cfg = cfg(b'experimental', b'evolution.bundle-obsmarker:mandatory') |
1713 obs_mand_cfg = cfg(b'experimental', b'evolution.bundle-obsmarker:mandatory') |
1714 bundlespec.set_param( |
1714 bundlespec.set_param( |
1715 b'obsolescence-mandatory', obs_mand_cfg, overwrite=False |
1715 b'obsolescence-mandatory', obs_mand_cfg, overwrite=False |
1716 ) |
1716 ) |
1717 phases_cfg = cfg(b'experimental', b'bundle-phases') |
1717 if not bundlespec.params.get(b'phases', False): |
1718 bundlespec.set_param(b'phases', phases_cfg, overwrite=False) |
1718 phases_cfg = cfg(b'experimental', b'bundle-phases') |
|
1719 bundlespec.set_param(b'phases', phases_cfg, overwrite=False) |
1719 |
1720 |
1720 bundle2.writenewbundle( |
1721 bundle2.writenewbundle( |
1721 ui, |
1722 ui, |
1722 repo, |
1723 repo, |
1723 b'bundle', |
1724 b'bundle', |