974
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected over 4 years ago.
Posted about 3 years ago by Pulkit Goyal <[email protected]>
changeset 6e81446bf1d9 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description share: move share safe functionality out of experimental The share-safe functionality is complete and all configuration options are implemented. The behavior is well discussed on mailing list and in reviews. Let's unmark this as experimental to solve a chichen and egg issue. Differential Revision: https://phab.mercurial-scm.org/D9823 files mercurial/configitems.pymercurial/helptext/config.txtmercurial/helptext/internals/requirements.txtmercurial/localrepo.pymercurial/requirements.pymercurial/upgrade_utils/actions.pytests/test-copies-chain-merge.ttests/test-copies-in-changeset.ttests/test-help.ttests/test-persistent-nodemap.t [Less]
Posted about 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset 4b0192f592cf branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description share: move share safe functionality out of experimental The share-safe functionality is complete and all configuration options are implemented. The behavior is well discussed on mailing list and in reviews. Let's unmark this as experimental to solve a chichen and egg issue. Differential Revision: https://phab.mercurial-scm.org/D9823 files mercurial/configitems.pymercurial/helptext/config.txtmercurial/helptext/internals/requirements.txtmercurial/localrepo.pymercurial/requirements.pymercurial/upgrade_utils/actions.pytests/test-copies-chain-merge.ttests/test-copies-in-changeset.ttests/test-help.ttests/test-persistent-nodemap.t [Less]
Posted over 3 years ago by Pierre-Yves David
changeset e948ad0dcbe2 branch bookmark ... [More] tag user Pierre-Yves David description copies: add an devel option to trace all files Filelog based copy tracing only trace copy for file that have been added. This is a trade off between skipping some rare copy case in exchange for avoiding atrocious-to-the-point-of-unusable performance. The changeset centric copy tracing does not need this trade off and naturally trace all copy, include the one involving non-new files. In order to ease the comparison from both algorithm, we add a small devel option to trace copy for all files in the target revisions. Differential Revision: https://phab.mercurial-scm.org/D9796 files mercurial/configitems.pymercurial/copies.pytests/test-copies.ttests/test-copy.t [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset 4f17773fc6b5 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description share: rename share-safe warning config Config introduced in previous patch was `share.source-safe-mismatch`. Let's rename the warn as `share.source-safe-mismatch.warn`. While we are here, made sure we have different configs for upgrade and downgrade. Differential Revision: https://phab.mercurial-scm.org/D9786 files mercurial/configitems.pymercurial/helptext/config.txtmercurial/localrepo.pymercurial/upgrade.pytests/test-share-safe.t [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset 2eb5fe13461b branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description share: rename share-safe warning config Config introduced in previous patch was `share.source-safe-mismatch`. Let's rename the warn as `share.source-safe-mismatch.warn`. While we are here, made sure we have different configs for upgrade and downgrade. Differential Revision: https://phab.mercurial-scm.org/D9786 files mercurial/configitems.pymercurial/helptext/config.txtmercurial/localrepo.pymercurial/upgrade.pytests/test-share-safe.t [Less]
Posted over 3 years ago by Simon Sapin
changeset d03b0601e0eb branch bookmark ... [More] tag user Simon Sapin description rhg: initial support for shared repositories Differential Revision: https://phab.mercurial-scm.org/D9941 files rust/hg-core/src/errors.rsrust/hg-core/src/repo.rsrust/hg-core/src/requirements.rsrust/rhg/src/commands/debugrequirements.rstests/test-rhg.t [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset 8b02f132adf6 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description test: unquiet few tests to demonstrate changes in upcoming patches Upcoming patches will skip revlog cloning for share-safe upgrades. Differential Revision: https://phab.mercurial-scm.org/D9773 files tests/test-share-safe.t [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset 60ea95471b83 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description upgrade: mark sharesafe improvement as only touching requirements Upgrading the repository to use share safe functionality only touches requirements. Differential Revision: https://phab.mercurial-scm.org/D9772 files mercurial/upgrade_utils/actions.py [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset f2c4224e6648 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description upgrade: update only requirements if we can Upgrade operations which involves just upgrading requirements earlier used to go through whole revlog cloning business. Now we just upgrade the requirement and skip the cloning part. Differential Revision: https://phab.mercurial-scm.org/D9775 files mercurial/upgrade_utils/engine.pytests/test-share-safe.t [Less]
Posted over 3 years ago by Pulkit Goyal &lt;[email protected]&gt;
changeset ee9002b99595 branch bookmark ... [More] tag user Pulkit Goyal <[email protected]> description engine: add `if True` to prepare for next patch This will help making next patch easier to read. Differential Revision: https://phab.mercurial-scm.org/D9774 files mercurial/upgrade_utils/engine.py [Less]