D7993: merge: use check_incompatible_arguments() for --abort |
2020-01-26 |
phabricator |
|
Not Applicable |
D7995: merge: call hg.abortmerge() directly and return early |
2020-01-26 |
phabricator |
|
Not Applicable |
D8001: pathauditor: drop a redundant call to bytes.lower() |
2020-01-26 |
phabricator |
|
Not Applicable |
D7996: merge: don't auto-pick destination with `hg merge 'wdir()'` |
2020-01-26 |
phabricator |
|
Not Applicable |
D7997: merge: drop now-unused "abort" argument from hg.merge() |
2020-01-26 |
phabricator |
|
Not Applicable |
D7998: merge: replace a repo.lookup('.') by more typical repo['.'].node() |
2020-01-26 |
phabricator |
|
Not Applicable |
D7450: packaging: add support for PyOxidizer |
2020-01-26 |
phabricator |
|
Not Applicable |
D7450: packaging: add support for PyOxidizer |
2020-01-26 |
phabricator |
|
Not Applicable |
D8011: heptapod-ci: add a basic file to be able to run tests with heptapod |
2020-01-26 |
phabricator |
|
Superseded |
D8012: heptapod-ci: colorize output |
2020-01-26 |
phabricator |
|
Superseded |
D8013: heptapod-ci: run test with python3 too |
2020-01-26 |
phabricator |
|
Superseded |
D8014: heptapod-ci: also run the dedicated rust test for the rust code |
2020-01-26 |
phabricator |
|
Superseded |
D8015: heptapod-ci: run the normal test suite |
2020-01-26 |
phabricator |
|
Superseded |
D8016: heptapod-ci: run the --pure test too |
2020-01-26 |
phabricator |
|
Superseded |
D8017: heptapod-ci: add a job to test the rust version of Mercurial |
2020-01-26 |
phabricator |
|
Superseded |
D7450: packaging: add support for PyOxidizer |
2020-01-27 |
phabricator |
|
Not Applicable |
D7789: rust-revlog: a trait for the revlog index |
2020-01-27 |
phabricator |
|
Not Applicable |
D7790: rust-node: handling binary Node prefix |
2020-01-27 |
phabricator |
|
Not Applicable |
D7792: rust-nodemap: abstracting the indexing |
2020-01-27 |
phabricator |
|
Not Applicable |
D7791: rust-nodemap: NodeMap trait with simplest implementation |
2020-01-27 |
phabricator |
|
Not Applicable |
D7793: rust-nodemap: mutable NodeTree data structure |
2020-01-27 |
phabricator |
|
Not Applicable |
D7794: rust-nodemap: generic NodeTreeVisitor |
2020-01-27 |
phabricator |
|
Not Applicable |
D7795: rust-nodemap: insert method |
2020-01-27 |
phabricator |
|
Not Applicable |
D7796: rust-nodemap: input/output primitives |
2020-01-27 |
phabricator |
|
Not Applicable |
D7798: rust-nodemap: special case for prefixes of NULL_NODE |
2020-01-27 |
phabricator |
|
Not Applicable |
D7797: rust-nodemap: pure Rust example |
2020-01-27 |
phabricator |
|
Not Applicable |
D7819: rust-nodemap: core implementation for shortest |
2020-01-27 |
phabricator |
|
Not Applicable |
D7819: rust-nodemap: core implementation for shortest |
2020-01-27 |
phabricator |
|
Not Applicable |
D8018: cmdutil: change check_incompatible_arguments() *arg to single iterable |
2020-01-27 |
phabricator |
|
Superseded |
D7789: rust-revlog: a trait for the revlog index |
2020-01-27 |
phabricator |
|
Not Applicable |
D7790: rust-node: handling binary Node prefix |
2020-01-27 |
phabricator |
|
Not Applicable |
D7792: rust-nodemap: abstracting the indexing |
2020-01-27 |
phabricator |
|
Not Applicable |
D7793: rust-nodemap: mutable NodeTree data structure |
2020-01-27 |
phabricator |
|
Not Applicable |
D7791: rust-nodemap: NodeMap trait with simplest implementation |
2020-01-27 |
phabricator |
|
Not Applicable |
D7794: rust-nodemap: generic NodeTreeVisitor |
2020-01-27 |
phabricator |
|
Not Applicable |
D8019: rust-node: avoid meaningless read at the end of odd prefix |
2020-01-27 |
phabricator |
|
Superseded |
D8020: rust: remove an unnecessary set of parentheses |
2020-01-27 |
phabricator |
|
Superseded |
D8022: chg: pass copies of some envvars so we can detect py37+ modifications |
2020-01-28 |
phabricator |
|
Superseded |
D8021: chg: switch to using global `environ` instead of envp from main |
2020-01-28 |
phabricator |
|
Superseded |
D8023: chg: read CHGORIG_ values from env and handle these appropriately |
2020-01-28 |
phabricator |
|
Superseded |
D8024: profiling: flush stdout before writing profile to stderr |
2020-01-28 |
phabricator |
|
Superseded |
D8025: rust: re-format with nightly rustfmt |
2020-01-28 |
phabricator |
|
Superseded |
D8022: chg: pass copies of some envvars so we can detect py37+ modifications |
2020-01-28 |
phabricator |
|
Not Applicable |
D8021: chg: switch to using global `environ` instead of envp from main |
2020-01-28 |
phabricator |
|
Not Applicable |
D8021: chg: switch to using global `environ` instead of envp from main |
2020-01-28 |
phabricator |
|
Not Applicable |
D8019: rust-node: avoid meaningless read at the end of odd prefix |
2020-01-28 |
phabricator |
|
Not Applicable |
[1,of,7,RESEND] rust-cpython: remove useless wrappers from PyLeaked, just move by map() |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[2,of,7,RESEND] rust-cpython: make sure PySharedRef::borrow_mut() never panics |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[3,of,7,RESEND] rust-cpython: add panicking version of borrow_mut() and use it |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[4,of,7,RESEND] rust-cpython: inline PySharedState::try_borrow_mut() |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[5,of,7,RESEND] rust-cpython: inline PySharedState::leak_immutable() and PyLeaked::new() |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[6,of,7,RESEND] rust-cpython: make PySharedRef::try_borrow_mut() return BorrowMutError |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[7,of,7,RESEND] rust-cpython: mark all PyLeaked methods as unsafe |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
D8026: graft: let caller pass in overlayworkingctx to merge.graft() |
2020-01-28 |
phabricator |
|
Superseded |
D8028: tests: use full `uncommit` command name in tests |
2020-01-28 |
phabricator |
|
Superseded |
D8031: copy: rewrite walkpat() to depend less on dirstate |
2020-01-28 |
phabricator |
|
Superseded |
D8027: graft: default `base` argument to common case of `ctx.p1()` |
2020-01-28 |
phabricator |
|
Superseded |
D8032: copy: rename `wctx` to `ctx` since it will not necessarily be working copy |
2020-01-28 |
phabricator |
|
Superseded |
D8033: copy: move argument validation a little earlier |
2020-01-28 |
phabricator |
|
Superseded |
D8034: check-code: allow `hg cp -r`, by using a negative lookbehind |
2020-01-28 |
phabricator |
|
Superseded |
D8029: uncopy: add new `hg uncopy` command |
2020-01-28 |
phabricator |
|
Superseded |
D8030: uncopy: add support for unmarking committed copies |
2020-01-28 |
phabricator |
|
Superseded |
D8035: copy: add support for marking committed copies |
2020-01-28 |
phabricator |
|
Superseded |
D8029: uncopy: add new `hg uncopy` command |
2020-01-28 |
phabricator |
|
Not Applicable |
D8030: uncopy: add support for unmarking committed copies |
2020-01-28 |
phabricator |
|
Not Applicable |
D8035: copy: add support for marking committed copies |
2020-01-28 |
phabricator |
|
Not Applicable |
D8036: tests: stablize test-rename-merge1.t on Windows |
2020-01-29 |
phabricator |
|
Superseded |
D8036: tests: stablize test-rename-merge1.t on Windows |
2020-01-29 |
phabricator |
|
Not Applicable |
D8037: make: also delete hg.exe when cleaning |
2020-01-29 |
phabricator |
|
Superseded |
D8038: setup: don't skip the search for global hg.exe if there is no local instance |
2020-01-29 |
phabricator |
|
Superseded |
D8039: chg: force-set LC_CTYPE on server start to actual value from the environment |
2020-01-29 |
phabricator |
|
Superseded |
D8025: rust: re-format with nightly rustfmt |
2020-01-29 |
phabricator |
|
Not Applicable |
D8024: profiling: flush stdout before writing profile to stderr |
2020-01-29 |
phabricator |
|
Not Applicable |
D8002: pathutil: mark parent directories as audited as we go |
2020-01-29 |
phabricator |
|
Not Applicable |
D8020: rust: remove an unnecessary set of parentheses |
2020-01-29 |
phabricator |
|
Not Applicable |
D7986: copies: make mergecopies() distinguish between copies on each side |
2020-01-29 |
phabricator |
|
Not Applicable |
D7988: merge: move initialization of copy dicts to one place |
2020-01-29 |
phabricator |
|
Not Applicable |
D7989: copies: define a type to return from mergecopies() |
2020-01-29 |
phabricator |
|
Not Applicable |
D7990: merge: start using the per-side copy dicts |
2020-01-29 |
phabricator |
|
Not Applicable |
D7987: copies: print debug information about copies per side/branch |
2020-01-29 |
phabricator |
|
Not Applicable |
D8018: cmdutil: change check_incompatible_arguments() *arg to single iterable |
2020-01-29 |
phabricator |
|
Not Applicable |
D8037: make: also delete hg.exe when cleaning |
2020-01-29 |
phabricator |
|
Not Applicable |
D8038: setup: don't skip the search for global hg.exe if there is no local instance |
2020-01-29 |
phabricator |
|
Not Applicable |
D7974: merge: when rename was made on both sides, use ancestor as merge base |
2020-01-29 |
phabricator |
|
Not Applicable |
D8026: graft: let caller pass in overlayworkingctx to merge.graft() |
2020-01-29 |
phabricator |
|
Not Applicable |
D8031: copy: rewrite walkpat() to depend less on dirstate |
2020-01-29 |
phabricator |
|
Not Applicable |
D8027: graft: default `base` argument to common case of `ctx.p1()` |
2020-01-29 |
phabricator |
|
Not Applicable |
D8032: copy: rename `wctx` to `ctx` since it will not necessarily be working copy |
2020-01-29 |
phabricator |
|
Not Applicable |
D8033: copy: move argument validation a little earlier |
2020-01-29 |
phabricator |
|
Not Applicable |
D8030: uncopy: add support for unmarking committed copies |
2020-01-29 |
phabricator |
|
Not Applicable |
D8029: uncopy: add new `hg uncopy` command |
2020-01-29 |
phabricator |
|
Not Applicable |
D8035: copy: add support for marking committed copies |
2020-01-29 |
phabricator |
|
Not Applicable |
D7906: rebase: define base in only place in defineparents() |
2020-01-30 |
phabricator |
|
Not Applicable |
D8040: mergestate: add accessors for local and other nodeid, not just contexts |
2020-01-30 |
phabricator |
|
Superseded |
D7907: rebase: always be graft-like, not merge-like, also for merges |
2020-01-30 |
phabricator |
|
Not Applicable |
D8042: tests: add `hg log -G` output when there are merge conflicts |
2020-01-30 |
phabricator |
|
Superseded |
D8041: revset: add a revset for parents in merge state |
2020-01-30 |
phabricator |
|
Superseded |
D8043: graphlog: use '@' also for other context in merge conflict |
2020-01-30 |
phabricator |
|
Superseded |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-01-30 |
phabricator |
|
Not Applicable |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-01-30 |
phabricator |
|
Not Applicable |
D7829: rebase: remove some now-unused parent arguments |
2020-01-30 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-01-30 |
phabricator |
|
Not Applicable |
D8044: packaging: include __init__.py in `defaultrc` and `helptext` on Windows |
2020-01-30 |
phabricator |
|
Superseded |
D8045: tests: add test showing crash when shelving ghosted rename target |
2020-01-30 |
phabricator |
|
Superseded |
D8046: copies: fix crash when copy source is not in graft base |
2020-01-30 |
phabricator |
|
Superseded |
D8047: rust-dirstate: add missing @propertycache |
2020-01-30 |
phabricator |
|
Superseded |
D8048: rust-dirstatemap: cache non normal and other parent set |
2020-01-30 |
phabricator |
|
Superseded |
D8050: rust-dirstatemap: update call sites from Python |
2020-01-30 |
phabricator |
|
Superseded |
D8049: rust-dirstatemap: add `NonNormalEntries` class |
2020-01-30 |
phabricator |
|
Superseded |
D8045: tests: add test showing crash when shelving ghosted rename target |
2020-01-30 |
phabricator |
|
Not Applicable |
D8046: copies: fix crash when copy source is not in graft base |
2020-01-30 |
phabricator |
|
Not Applicable |
D8028: tests: use full `uncommit` command name in tests |
2020-01-30 |
phabricator |
|
Not Applicable |
D8026: graft: let caller pass in overlayworkingctx to merge.graft() |
2020-01-30 |
phabricator |
|
Not Applicable |
D7906: rebase: define base in only place in defineparents() |
2020-01-30 |
phabricator |
|
Not Applicable |
D8040: mergestate: add accessors for local and other nodeid, not just contexts |
2020-01-30 |
phabricator |
|
Not Applicable |
D8027: graft: default `base` argument to common case of `ctx.p1()` |
2020-01-30 |
phabricator |
|
Not Applicable |
[1,of,6] rust: update dependencies |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[2,of,6] rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[3,of,6] rust-cpython: use PyList.insert() instead of .insert_item() |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[4,of,6] rust-cpython: rename inner_shared() to inner() |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[5,of,6] rust-cpython: switch to upstreamed version of PySharedRefCell |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-cpython: remove PySharedRefCell and its companion structs |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
D8041: revset: add a revset for parents in merge state |
2020-01-30 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-01-30 |
phabricator |
|
Not Applicable |
D8035: copy: add support for marking committed copies |
2020-01-30 |
phabricator |
|
Not Applicable |
D8030: uncopy: add support for unmarking committed copies |
2020-01-30 |
phabricator |
|
Not Applicable |
D8029: uncopy: add new `hg uncopy` command |
2020-01-30 |
phabricator |
|
Not Applicable |
D7450: packaging: add support for PyOxidizer |
2020-01-30 |
phabricator |
|
Not Applicable |
D8051: worker: Use buffered input from the pickle stream |
2020-01-30 |
phabricator |
|
Superseded |
D8053: pyoxidizer: use `legacy_windows_stdio` on Windows |
2020-01-31 |
phabricator |
|
Superseded |
D8054: resourceutil: correct the root path for file based lookup under py2exe |
2020-01-31 |
phabricator |
|
Superseded |
D8054: resourceutil: correct the root path for file based lookup under py2exe |
2020-01-31 |
phabricator |
|
Not Applicable |
D7992: clean: delete obsolete unlinking of .hg/graftstate |
2020-01-31 |
phabricator |
|
Not Applicable |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-01-31 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-01-31 |
phabricator |
|
Not Applicable |
D7836: nodemap: add a function to read the data from disk |
2020-01-31 |
phabricator |
|
Not Applicable |
D7839: nodemap: delete older raw data file when creating a new ones |
2020-01-31 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-01-31 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-01-31 |
phabricator |
|
Not Applicable |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-01-31 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-01-31 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse the persistent binary nodemap data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-01-31 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-01-31 |
phabricator |
|
Not Applicable |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-01-31 |
phabricator |
|
Not Applicable |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-01-31 |
phabricator |
|
Not Applicable |
D7847: nodemap: provide the on disk data to indexes who support it |
2020-01-31 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-01-31 |
phabricator |
|
Not Applicable |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-01-31 |
phabricator |
|
Not Applicable |
D7885: nodemap: keep track of the docket for loaded data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7890: nodemap: double check the source docket when doing incremental update |
2020-01-31 |
phabricator |
|
Not Applicable |
D7887: nodemap: add a flag to dump the details of the docket |
2020-01-31 |
phabricator |
|
Not Applicable |
D7891: nodemap: write new data from the expected current data length |
2020-01-31 |
phabricator |
|
Not Applicable |
D7892: nodemap: never read more than the expected data amount |
2020-01-31 |
phabricator |
|
Not Applicable |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-01-31 |
phabricator |
|
Not Applicable |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-01-31 |
phabricator |
|
Not Applicable |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-01-31 |
phabricator |
|
Not Applicable |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-01-31 |
phabricator |
|
Not Applicable |
D8055: absorb: graduate -i flag from experimental |
2020-01-31 |
phabricator |
|
Superseded |
D8056: tests: add tests for rebasing wdir() revision |
2020-01-31 |
phabricator |
|
Superseded |
D8057: rebase: abort if the user tries to rebase the working copy |
2020-01-31 |
phabricator |
|
Superseded |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-01-31 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-01-31 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-01-31 |
phabricator |
|
Not Applicable |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-01-31 |
phabricator |
|
Not Applicable |
D7836: nodemap: add a function to read the data from disk |
2020-01-31 |
phabricator |
|
Not Applicable |
D7839: nodemap: delete older raw data file when creating a new ones |
2020-01-31 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-01-31 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-01-31 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-01-31 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse the persistent binary nodemap data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-01-31 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-01-31 |
phabricator |
|
Not Applicable |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-01-31 |
phabricator |
|
Not Applicable |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-01-31 |
phabricator |
|
Not Applicable |
D7885: nodemap: keep track of the docket for loaded data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-01-31 |
phabricator |
|
Not Applicable |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-01-31 |
phabricator |
|
Not Applicable |
D7890: nodemap: double check the source docket when doing incremental update |
2020-01-31 |
phabricator |
|
Not Applicable |
D7891: nodemap: write new data from the expected current data length |
2020-01-31 |
phabricator |
|
Not Applicable |
D7892: nodemap: never read more than the expected data amount |
2020-01-31 |
phabricator |
|
Not Applicable |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-01-31 |
phabricator |
|
Not Applicable |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-01-31 |
phabricator |
|
Not Applicable |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-01-31 |
phabricator |
|
Not Applicable |
D7974: merge: when rename was made on both sides, use ancestor as merge base |
2020-01-31 |
phabricator |
|
Not Applicable |
D8057: rebase: abort if the user tries to rebase the working copy |
2020-02-01 |
phabricator |
|
Not Applicable |
D8058: resourceutil: account for the non-resource-like file hierarchy under py2exe |
2020-02-01 |
phabricator |
|
Superseded |
pathutil: resurrect comment about path auditing order |
2020-02-01 |
Yuya Nishihara |
|
Accepted |
D8059: packaging: move the version normalization function to the util module |
2020-02-01 |
phabricator |
|
Superseded |
D8061: packaging: bundle the default mercurial.ini template with Inno also |
2020-02-01 |
phabricator |
|
Superseded |
D8060: packaging: set the FileVersion field in the Inno installer executable |
2020-02-01 |
phabricator |
|
Superseded |
D8063: packaging: lowercase the `contrib` and `templates` directories with Inno |
2020-02-01 |
phabricator |
|
Superseded |
D8062: packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too |
2020-02-01 |
phabricator |
|
Superseded |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2020-02-01 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2020-02-01 |
phabricator |
|
Not Applicable |
D8064: split: add a --single flag to only ask for one split |
2020-02-01 |
phabricator |
|
New |
D8065: test: simplify test-amend.t to avoid race condition |
2020-02-01 |
phabricator |
|
Superseded |
D7728: rebase: add test to demonstrate issue6180 |
2020-02-01 |
phabricator |
|
Not Applicable |
D7730: rebase: make sure pruning does not confuse rebase (issue6180) |
2020-02-01 |
phabricator |
|
Not Applicable |
D8058: resourceutil: account for the non-resource-like file hierarchy under py2exe |
2020-02-02 |
phabricator |
|
Not Applicable |
D8059: packaging: move the version normalization function to the util module |
2020-02-02 |
phabricator |
|
Not Applicable |
D8061: packaging: bundle the default mercurial.ini template with Inno also |
2020-02-02 |
phabricator |
|
Not Applicable |
D8060: packaging: set the FileVersion field in the Inno installer executable |
2020-02-02 |
phabricator |
|
Not Applicable |
D8062: packaging: bundle dulwich, keyring, and pywin32-ctypes with WiX too |
2020-02-02 |
phabricator |
|
Not Applicable |
D8066: packaging: merge the requirements.txt files for WiX and Inno |
2020-02-02 |
phabricator |
|
Superseded |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-02-02 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-02-02 |
phabricator |
|
Not Applicable |
D7836: nodemap: add a function to read the data from disk |
2020-02-02 |
phabricator |
|
Not Applicable |
D7839: nodemap: delete older raw data file when creating a new ones |
2020-02-02 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-02-02 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-02-02 |
phabricator |
|
Not Applicable |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-02-02 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-02-02 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse the persistent binary nodemap data |
2020-02-02 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-02-02 |
phabricator |
|
Not Applicable |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-02-02 |
phabricator |
|
Not Applicable |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-02-02 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-02-02 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-02-02 |
phabricator |
|
Not Applicable |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-02-02 |
phabricator |
|
Not Applicable |
D7890: nodemap: double check the source docket when doing incremental update |
2020-02-02 |
phabricator |
|
Not Applicable |
D7891: nodemap: write new data from the expected current data length |
2020-02-02 |
phabricator |
|
Not Applicable |
D7892: nodemap: never read more than the expected data amount |
2020-02-02 |
phabricator |
|
Not Applicable |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-02-02 |
phabricator |
|
Not Applicable |
D7885: nodemap: keep track of the docket for loaded data |
2020-02-02 |
phabricator |
|
Not Applicable |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-02-02 |
phabricator |
|
Not Applicable |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-02-02 |
phabricator |
|
Not Applicable |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-02-02 |
phabricator |
|
Not Applicable |
D8066: packaging: merge the requirements.txt files for WiX and Inno |
2020-02-02 |
phabricator |
|
Not Applicable |
D8063: packaging: lowercase the `contrib` and `templates` directories with Inno |
2020-02-02 |
phabricator |
|
Not Applicable |
D8067: perf: fix list formatting in perfindex documentation |
2020-02-03 |
phabricator |
|
Superseded |
D8055: absorb: graduate -i flag from experimental |
2020-02-03 |
phabricator |
|
Not Applicable |
D8056: tests: add tests for rebasing wdir() revision |
2020-02-03 |
phabricator |
|
Not Applicable |
D7974: merge: when rename was made on both sides, use ancestor as merge base |
2020-02-03 |
phabricator |
|
Not Applicable |
D8057: rebase: abort if the user tries to rebase the working copy |
2020-02-03 |
phabricator |
|
Not Applicable |
D8051: worker: Use buffered input from the pickle stream |
2020-02-03 |
phabricator |
|
Not Applicable |
D8047: rust-dirstatemap: add missing @propertycache |
2020-02-03 |
phabricator |
|
Not Applicable |
D7824: tests: add test of rebase with conflict in merge commit |
2020-02-03 |
phabricator |
|
Not Applicable |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-02-03 |
phabricator |
|
Not Applicable |
D7907: rebase: always be graft-like, not merge-like, also for merges |
2020-02-03 |
phabricator |
|
Not Applicable |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-02-03 |
phabricator |
|
Not Applicable |
D7829: rebase: remove some now-unused parent arguments |
2020-02-03 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-02-03 |
phabricator |
|
Not Applicable |
D8068: packaging: make the path to Win32 requirements absolute when building WiX |
2020-02-04 |
phabricator |
|
Superseded |
D8068: packaging: make the path to Win32 requirements absolute when building WiX |
2020-02-04 |
phabricator |
|
Not Applicable |
D8069: manifest: remove optional default= argument on flags(path) |
2020-02-04 |
phabricator |
|
Superseded |
D8069: manifest: remove optional default= argument on flags(path) |
2020-02-04 |
phabricator |
|
Not Applicable |
D7932: debugstripbackups: introduce command to interact with strip backups |
2020-02-04 |
phabricator |
|
Not Applicable |
D8041: revset: add a revset for parents in merge state |
2020-02-04 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-02-04 |
phabricator |
|
Not Applicable |
D8070: tests: add test showing that repo filter is calculated for `hg st --copies` |
2020-02-04 |
phabricator |
|
Superseded |
D8071: copies: avoid filtering by short-circuit dirstate-only copies earlier |
2020-02-04 |
phabricator |
|
Superseded |
D8022: chg: pass copies of some envvars so we can detect py37+ modifications |
2020-02-04 |
phabricator |
|
Not Applicable |
D8023: chg: read CHGORIG_ values from env and handle these appropriately |
2020-02-04 |
phabricator |
|
Not Applicable |
D8039: chg: force-set LC_CTYPE on server start to actual value from the environment |
2020-02-04 |
phabricator |
|
Not Applicable |
D8073: config: also respect HGRCSKIPREPO in `dispatch._getlocal` |
2020-02-04 |
phabricator |
|
Superseded |
D8072: config: add a function in `rcutil` to abstract HGRCSKIPREPO |
2020-02-04 |
phabricator |
|
Superseded |
D8074: config: also respect HGRCSKIPREPO in hgwebdir_mod |
2020-02-04 |
phabricator |
|
Superseded |
D8075: config: also respect HGRCSKIPREPO in the zeroconf extension |
2020-02-04 |
phabricator |
|
Superseded |
D8076: worker: Manually buffer reads from pickle stream |
2020-02-05 |
phabricator |
|
Superseded |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-02-05 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-02-05 |
phabricator |
|
Not Applicable |
D7836: nodemap: add a function to read the data from disk |
2020-02-05 |
phabricator |
|
Not Applicable |
D7839: nodemap: delete older raw data file when creating a new ones |
2020-02-05 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-02-05 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-02-05 |
phabricator |
|
Not Applicable |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-02-05 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-02-05 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse the persistent binary nodemap data |
2020-02-05 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-02-05 |
phabricator |
|
Not Applicable |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-02-05 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-02-05 |
phabricator |
|
Not Applicable |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-02-05 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-02-05 |
phabricator |
|
Not Applicable |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-02-05 |
phabricator |
|
Not Applicable |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-02-05 |
phabricator |
|
Not Applicable |
D7887: nodemap: add a flag to dump the details of the docket |
2020-02-05 |
phabricator |
|
Not Applicable |
D7885: nodemap: keep track of the docket for loaded data |
2020-02-05 |
phabricator |
|
Not Applicable |
D7891: nodemap: write new data from the expected current data length |
2020-02-05 |
phabricator |
|
Not Applicable |
D7890: nodemap: double check the source docket when doing incremental update |
2020-02-05 |
phabricator |
|
Not Applicable |
D7892: nodemap: never read more than the expected data amount |
2020-02-05 |
phabricator |
|
Not Applicable |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-02-05 |
phabricator |
|
Not Applicable |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-02-05 |
phabricator |
|
Not Applicable |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-02-05 |
phabricator |
|
Not Applicable |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-02-05 |
phabricator |
|
Not Applicable |
D8077: test: document test-copy-move-merge.t |
2020-02-05 |
phabricator |
|
Superseded |
D8078: tests/test-copies-chain-merge.t |
2020-02-05 |
phabricator |
|
Superseded |
D8077: test: document test-copy-move-merge.t |
2020-02-05 |
phabricator |
|
Not Applicable |
D8073: config: also respect HGRCSKIPREPO in `dispatch._getlocal` |
2020-02-05 |
phabricator |
|
Not Applicable |
D8074: config: also respect HGRCSKIPREPO in hgwebdir_mod |
2020-02-05 |
phabricator |
|
Not Applicable |
D8072: config: add a function in `rcutil` to abstract HGRCSKIPREPO |
2020-02-05 |
phabricator |
|
Not Applicable |
D8075: config: also respect HGRCSKIPREPO in the zeroconf extension |
2020-02-05 |
phabricator |
|
Not Applicable |
D8065: test: simplify test-amend.t to avoid race condition |
2020-02-05 |
phabricator |
|
Not Applicable |
D8067: perf: fix list formatting in perfindex documentation |
2020-02-05 |
phabricator |
|
Not Applicable |
D8079: manifest: remove `.new()` from the interface |
2020-02-05 |
phabricator |
|
Superseded |
D8080: context: use manifest.walk() instead of manifest.match() to get file list |
2020-02-05 |
phabricator |
|
Superseded |
D8081: manifest: fix _very_ subtle bug with exact matchers passed to walk() |
2020-02-05 |
phabricator |
|
Superseded |
D8083: archival: use walk() instead of matches() on manifest |
2020-02-05 |
phabricator |
|
Superseded |
D8082: manifest: rewrite filesnotin to not make superfluous manifest copies |
2020-02-05 |
phabricator |
|
Superseded |
D8084: merge: use manifestdict.walk() instead of manifestdict.matches() |
2020-02-05 |
phabricator |
|
Superseded |
D8085: manifest: move matches method to be outside the interface |
2020-02-05 |
phabricator |
|
Superseded |
D7901: merge: introduce a revert_to() for that use-case |
2020-02-06 |
phabricator |
|
Not Applicable |
D7902: merge: introduce a clean_update() for that use-case |
2020-02-06 |
phabricator |
|
Not Applicable |
D8078: copies: add a new test dedicated to testing chain of changeset with merge |
2020-02-06 |
phabricator |
|
Not Applicable |
D7733: hgext: initial version of fastexport extension |
2020-02-06 |
phabricator |
|
Not Applicable |
D8039: chg: force-set LC_CTYPE on server start to actual value from the environment |
2020-02-06 |
phabricator |
|
Not Applicable |
D7867: rust-hg-path: add useful methods to `HgPath` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7871: rust-utils: add util for canonical path |
2020-02-06 |
phabricator |
|
Not Applicable |
D7869: rust-dirs-multiset: add `DirsChildrenMultiset` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7866: rust-pathauditor: add Rust implementation of the `pathauditor` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7923: rust-matchers: add functions to get roots, dirs and parents from patterns |
2020-02-06 |
phabricator |
|
Not Applicable |
D7924: rust-matchers: add `build_regex_match` function |
2020-02-06 |
phabricator |
|
Not Applicable |
D7925: rust-matchers: add `IgnoreMatcher` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7927: rust-status: add util for listing a directory |
2020-02-06 |
phabricator |
|
Not Applicable |
D8088: rust-status: add missing variants to `Dispatch` enum |
2020-02-06 |
phabricator |
|
Superseded |
D8086: rust-status: refactor options into a `StatusOptions` struct |
2020-02-06 |
phabricator |
|
Superseded |
D8087: rust-status: rename `StatusResult` to `DirstateStatus` |
2020-02-06 |
phabricator |
|
Superseded |
D7928: rust-status: add function for sequential traversal of the working directory |
2020-02-06 |
phabricator |
|
Not Applicable |
D7929: rust-status: add bare `hg status` support in hg-core |
2020-02-06 |
phabricator |
|
Not Applicable |
D7910: rust-re2: add wrapper for calling Re2 from Rust |
2020-02-06 |
phabricator |
|
Not Applicable |
D7930: rust-status: update rust-cpython bridge to account for the changes in core |
2020-02-06 |
phabricator |
|
Not Applicable |
D7931: rust-status: use bare hg status fastpath from Python |
2020-02-06 |
phabricator |
|
Not Applicable |
D8083: archival: use walk() instead of matches() on manifest |
2020-02-06 |
phabricator |
|
Not Applicable |
D8079: manifest: remove `.new()` from the interface |
2020-02-06 |
phabricator |
|
Not Applicable |
D8080: context: use manifest.walk() instead of manifest.match() to get file list |
2020-02-06 |
phabricator |
|
Not Applicable |
D7965: py3: catch AttributeError too with ImportError |
2020-02-06 |
phabricator |
|
Not Applicable |
D7866: rust-pathauditor: add Rust implementation of the `pathauditor` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7867: rust-hg-path: add useful methods to `HgPath` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7870: rust-utils: add `Escaped` trait |
2020-02-06 |
phabricator |
|
Not Applicable |
D7869: rust-dirs-multiset: add `DirsChildrenMultiset` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7982: rust-utils: introduce `subslice_index` function |
2020-02-06 |
phabricator |
|
Not Applicable |
D7870: rust-utils: add `Escaped` trait |
2020-02-06 |
phabricator |
|
Not Applicable |
D8089: py3: __repr__ needs to return str, not bytes |
2020-02-06 |
phabricator |
|
Superseded |
D8083: archival: use walk() instead of matches() on manifest |
2020-02-06 |
phabricator |
|
Not Applicable |
D8090: archival: use walk() instead of matches() on manifest |
2020-02-06 |
phabricator |
|
Superseded |
D8081: manifest: fix _very_ subtle bug with exact matchers passed to walk() |
2020-02-06 |
phabricator |
|
Not Applicable |
D7961: lfs: add a method to the local blobstore to convert OIDs to file paths |
2020-02-06 |
phabricator |
|
Not Applicable |
D7962: lfs: fix the stall and corruption issue when concurrently uploading blobs |
2020-02-06 |
phabricator |
|
Not Applicable |
D7901: merge: introduce a revert_to() for that use-case |
2020-02-06 |
phabricator |
|
Not Applicable |
D7963: lfs: enable workers by default |
2020-02-06 |
phabricator |
|
Not Applicable |
D8089: py3: __repr__ needs to return str, not bytes |
2020-02-06 |
phabricator |
|
Not Applicable |
D8070: tests: add test showing that repo filter is calculated for `hg st --copies` |
2020-02-06 |
phabricator |
|
Not Applicable |
D7992: clean: delete obsolete unlinking of .hg/graftstate |
2020-02-06 |
phabricator |
|
Not Applicable |
D8071: copies: avoid filtering by short-circuit dirstate-only copies earlier |
2020-02-06 |
phabricator |
|
Not Applicable |
D7902: merge: introduce a clean_update() for that use-case |
2020-02-06 |
phabricator |
|
Not Applicable |
D8091: py3: fully fix bundlepart.__repr__ to return str not bytes |
2020-02-06 |
phabricator |
|
Superseded |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2020-02-07 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2020-02-07 |
phabricator |
|
Not Applicable |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2020-02-07 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2020-02-07 |
phabricator |
|
Not Applicable |
D7969: exchange: check the `ui.clonebundleprefers` form while processing (issue6257) |
2020-02-07 |
phabricator |
|
Not Applicable |
D8092: hghave: cache the result of gethgversion |
2020-02-07 |
phabricator |
|
Superseded |
D8076: worker: Manually buffer reads from pickle stream |
2020-02-07 |
phabricator |
|
Not Applicable |
D8011: heptapod-ci: add a basic file to be able to run tests with heptapod |
2020-02-07 |
phabricator |
|
Not Applicable |
D8012: heptapod-ci: colorize output |
2020-02-07 |
phabricator |
|
Not Applicable |
D8013: heptapod-ci: run test with python3 too |
2020-02-07 |
phabricator |
|
Not Applicable |
D8014: heptapod-ci: also run the dedicated rust test for the rust code |
2020-02-07 |
phabricator |
|
Not Applicable |
D8015: heptapod-ci: run the normal test suite |
2020-02-07 |
phabricator |
|
Not Applicable |
D8016: heptapod-ci: run the --pure test too |
2020-02-07 |
phabricator |
|
Not Applicable |
D8017: heptapod-ci: add a job to test the rust version of Mercurial |
2020-02-07 |
phabricator |
|
Not Applicable |
D8091: py3: fully fix bundlepart.__repr__ to return str not bytes |
2020-02-07 |
phabricator |
|
Not Applicable |
D8094: tags: show how hg behaves if a tags cache entry is truncated |
2020-02-07 |
phabricator |
|
Superseded |
D8095: tags: behave better if a tags cache entry is partially written |
2020-02-07 |
phabricator |
|
Superseded |
D8093: tags: add a debug command to display .hg/cache/hgtagsfnodes1 |
2020-02-07 |
phabricator |
|
Superseded |
D8092: hghave: cache the result of gethgversion |
2020-02-07 |
phabricator |
|
Not Applicable |
D8078: copies: add a new test dedicated to testing chain of changeset with merge |
2020-02-07 |
phabricator |
|
Not Applicable |
D8090: archival: use walk() instead of matches() on manifest |
2020-02-07 |
phabricator |
|
Not Applicable |
D7921: rust-dirs-multiset: improve temporary error message |
2020-02-07 |
phabricator |
|
Not Applicable |
D7733: hgext: initial version of fastexport extension |
2020-02-07 |
phabricator |
|
Not Applicable |
D7969: exchange: check the `ui.clonebundleprefers` form while processing (issue6257) |
2020-02-07 |
phabricator |
|
Not Applicable |
D8084: merge: use manifestdict.walk() instead of manifestdict.matches() |
2020-02-07 |
phabricator |
|
Not Applicable |
D8082: manifest: rewrite filesnotin to not make superfluous manifest copies |
2020-02-07 |
phabricator |
|
Not Applicable |
D8084: merge: use manifestdict.walk() instead of manifestdict.matches() |
2020-02-07 |
phabricator |
|
Not Applicable |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-02-07 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-02-07 |
phabricator |
|
Not Applicable |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-02-07 |
phabricator |
|
Not Applicable |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-02-07 |
phabricator |
|
Not Applicable |
D8096: purge: add -i flag to delete ignored files instead of untracked files |
2020-02-08 |
phabricator |
|
Superseded |
D7795: rust-nodemap: insert method |
2020-02-08 |
phabricator |
|
Not Applicable |
D7796: rust-nodemap: input/output primitives |
2020-02-08 |
phabricator |
|
Not Applicable |
D7798: rust-nodemap: special case for prefixes of NULL_NODE |
2020-02-08 |
phabricator |
|
Not Applicable |
D8097: rust-nodemap: accounting for dead blocks |
2020-02-08 |
phabricator |
|
Superseded |
D7797: rust-nodemap: pure Rust example |
2020-02-08 |
phabricator |
|
Not Applicable |
D8098: rust-nodemap: a method for full invalidation |
2020-02-08 |
phabricator |
|
Superseded |
D7819: rust-nodemap: core implementation for shortest |
2020-02-08 |
phabricator |
|
Not Applicable |
D8096: purge: add -i flag to delete ignored files instead of untracked files |
2020-02-08 |
phabricator |
|
Not Applicable |
D8099: lfs: use str for the open() mode when opening a blob for py3 |
2020-02-09 |
phabricator |
|
Superseded |
D8100: help: add a mechanism to change flags' help depending on config |
2020-02-10 |
phabricator |
|
Superseded |
D8101: help: when possible, indicate flags implied by tweakdefaults |
2020-02-10 |
phabricator |
|
Superseded |
D8102: remotefilelog-test: glob some flacky output line (issue6083) |
2020-02-10 |
phabricator |
|
Superseded |
D8103: test: simplify test-amend.t to avoid race condition |
2020-02-10 |
phabricator |
|
Superseded |
D7871: rust-utils: add util for canonical path |
2020-02-10 |
phabricator |
|
Not Applicable |
D7908: rust-filepatterns: improve API and robustness for pattern files parsing |
2020-02-10 |
phabricator |
|
Not Applicable |
D7909: rust-filepatterns: add support for `include` and `subinclude` patterns |
2020-02-10 |
phabricator |
|
Not Applicable |
D7910: rust-re2: add wrapper for calling Re2 from Rust |
2020-02-10 |
phabricator |
|
Not Applicable |
D7931: rust-status: use bare hg status fastpath from Python |
2020-02-10 |
phabricator |
|
Not Applicable |
D7924: rust-matchers: add `build_regex_match` function |
2020-02-10 |
phabricator |
|
Not Applicable |
D7925: rust-matchers: add `IgnoreMatcher` |
2020-02-10 |
phabricator |
|
Not Applicable |
D8088: rust-status: add missing variants to `Dispatch` enum |
2020-02-10 |
phabricator |
|
Not Applicable |
D8086: rust-status: refactor options into a `StatusOptions` struct |
2020-02-10 |
phabricator |
|
Not Applicable |
D7928: rust-status: add function for sequential traversal of the working directory |
2020-02-10 |
phabricator |
|
Not Applicable |
D8087: rust-status: rename `StatusResult` to `DirstateStatus` |
2020-02-10 |
phabricator |
|
Not Applicable |
D7929: rust-status: add bare `hg status` support in hg-core |
2020-02-10 |
phabricator |
|
Not Applicable |
D7930: rust-status: update rust-cpython bridge to account for the changes in core |
2020-02-10 |
phabricator |
|
Not Applicable |
D8096: purge: add -i flag to delete ignored files instead of untracked files |
2020-02-10 |
phabricator |
|
Not Applicable |
D7871: rust-utils: add util for canonical path |
2020-02-10 |
phabricator |
|
Not Applicable |
D8053: pyoxidizer: use `legacy_windows_stdio` on Windows |
2020-02-10 |
phabricator |
|
Not Applicable |
D8094: tags: show how hg behaves if a tags cache entry is truncated |
2020-02-10 |
phabricator |
|
Not Applicable |
D8095: tags: behave better if a tags cache entry is partially written |
2020-02-10 |
phabricator |
|
Not Applicable |
D8096: purge: add -i flag to delete ignored files instead of untracked files |
2020-02-10 |
phabricator |
|
Not Applicable |
D8093: tags: add a debug command to display .hg/cache/hgtagsfnodes1 |
2020-02-10 |
phabricator |
|
Not Applicable |
D7871: rust-utils: add util for canonical path |
2020-02-10 |
phabricator |
|
Not Applicable |
D8049: rust-dirstatemap: add `NonNormalEntries` class |
2020-02-10 |
phabricator |
|
Not Applicable |
D8048: rust-dirstatemap: cache non normal and other parent set |
2020-02-10 |
phabricator |
|
Not Applicable |
D8048: rust-dirstatemap: cache non normal and other parent set |
2020-02-10 |
phabricator |
|
Not Applicable |
D8049: rust-dirstatemap: add `NonNormalEntries` class |
2020-02-10 |
phabricator |
|
Not Applicable |
D8099: lfs: use str for the open() mode when opening a blob for py3 |
2020-02-10 |
phabricator |
|
Not Applicable |
D7960: httpconnection: allow `httpsendfile` subclasses to suppress the progressbar |
2020-02-10 |
phabricator |
|
Not Applicable |
D8049: rust-dirstatemap: add `NonNormalEntries` class |
2020-02-10 |
phabricator |
|
Not Applicable |
D8100: help: add a mechanism to change flags' help depending on config |
2020-02-10 |
phabricator |
|
Not Applicable |
D8101: help: when possible, indicate flags implied by tweakdefaults |
2020-02-10 |
phabricator |
|
Not Applicable |
D8104: cleanup: re-run black on the codebase |
2020-02-10 |
phabricator |
|
Superseded |
D8032: copy: rename `wctx` to `ctx` since it will not necessarily be working copy |
2020-02-10 |
phabricator |
|
Not Applicable |
D8031: copy: rewrite walkpat() to depend less on dirstate |
2020-02-10 |
phabricator |
|
Not Applicable |
D8033: copy: move argument validation a little earlier |
2020-02-10 |
phabricator |
|
Not Applicable |
D8029: copy: add option to unmark file as copied |
2020-02-10 |
phabricator |
|
Not Applicable |
D8030: copy: add support for unmarking committed copies |
2020-02-10 |
phabricator |
|
Not Applicable |
D8035: copy: add support for marking committed copies |
2020-02-10 |
phabricator |
|
Not Applicable |
D8102: remotefilelog-test: glob some flacky output line (issue6083) |
2020-02-10 |
phabricator |
|
Not Applicable |
D8103: test: simplify test-amend.t to avoid race condition |
2020-02-10 |
phabricator |
|
Not Applicable |
D7966: remotefilelog: only prefetch history in linkrevfixup |
2020-02-10 |
phabricator |
|
Not Applicable |
D7871: rust-utils: add util for canonical path |
2020-02-10 |
phabricator |
|
Not Applicable |
D7908: rust-filepatterns: improve API and robustness for pattern files parsing |
2020-02-10 |
phabricator |
|
Not Applicable |
D7909: rust-filepatterns: add support for `include` and `subinclude` patterns |
2020-02-10 |
phabricator |
|
Not Applicable |
D8031: copy: rewrite walkpat() to depend less on dirstate |
2020-02-10 |
phabricator |
|
Not Applicable |
D7910: rust-re2: add wrapper for calling Re2 from Rust |
2020-02-10 |
phabricator |
|
Not Applicable |
D8032: copy: rename `wctx` to `ctx` since it will not necessarily be working copy |
2020-02-10 |
phabricator |
|
Not Applicable |
D8033: copy: move argument validation a little earlier |
2020-02-10 |
phabricator |
|
Not Applicable |
D8029: copy: add option to unmark file as copied |
2020-02-10 |
phabricator |
|
Not Applicable |
D8030: copy: add support for unmarking committed copies |
2020-02-10 |
phabricator |
|
Not Applicable |
D8035: copy: add support for marking committed copies |
2020-02-10 |
phabricator |
|
Not Applicable |
D8105: tests: add workaround for bzr bug |
2020-02-10 |
phabricator |
|
Superseded |
D8106: tests: accept new bzr message about switching branches |
2020-02-10 |
phabricator |
|
Superseded |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-02-11 |
phabricator |
|
Not Applicable |
D7907: rebase: always be graft-like, not merge-like, also for merges |
2020-02-11 |
phabricator |
|
Not Applicable |
D8041: revset: add a revset for parents in merge state |
2020-02-11 |
phabricator |
|
Not Applicable |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-02-11 |
phabricator |
|
Not Applicable |
D7829: rebase: remove some now-unused parent arguments |
2020-02-11 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-02-11 |
phabricator |
|
Not Applicable |
D8104: cleanup: re-run black on the codebase |
2020-02-11 |
phabricator |
|
Not Applicable |
D8085: manifest: move matches method to be outside the interface |
2020-02-11 |
phabricator |
|
Not Applicable |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-02-11 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-02-11 |
phabricator |
|
Not Applicable |
D7836: nodemap: add a function to read the data from disk |
2020-02-11 |
phabricator |
|
Not Applicable |
D7839: nodemap: delete older raw data file when creating a new ones |
2020-02-11 |
phabricator |
|
Not Applicable |
D7834: nodemap: have some python code writing a nodemap in persistent binary form |
2020-02-11 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-02-11 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-02-11 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-02-11 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse the persistent binary nodemap data |
2020-02-11 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-02-11 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-02-11 |
phabricator |
|
Not Applicable |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-02-11 |
phabricator |
|
Not Applicable |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-02-11 |
phabricator |
|
Not Applicable |
D7847: nodemap: provide the on disk data to indexes who support it |
2020-02-11 |
phabricator |
|
Not Applicable |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-02-11 |
phabricator |
|
Not Applicable |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-02-11 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-02-11 |
phabricator |
|
Not Applicable |
D7885: nodemap: keep track of the docket for loaded data |
2020-02-11 |
phabricator |
|
Not Applicable |
D7887: nodemap: add a flag to dump the details of the docket |
2020-02-11 |
phabricator |
|
Not Applicable |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-02-11 |
phabricator |
|
Not Applicable |
D7891: nodemap: write new data from the expected current data length |
2020-02-11 |
phabricator |
|
Not Applicable |
D7890: nodemap: double check the source docket when doing incremental update |
2020-02-11 |
phabricator |
|
Not Applicable |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-02-11 |
phabricator |
|
Not Applicable |
D7892: nodemap: never read more than the expected data amount |
2020-02-11 |
phabricator |
|
Not Applicable |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-02-11 |
phabricator |
|
Not Applicable |
D8108: tags: use modern // operator for division |
2020-02-11 |
phabricator |
|
Superseded |
D8105: tests: add workaround for bzr bug |
2020-02-11 |
phabricator |
|
Not Applicable |
D8106: tests: accept new bzr message about switching branches |
2020-02-11 |
phabricator |
|
Not Applicable |
D8107: tags: fix some type confusion exposed in python 3 |
2020-02-11 |
phabricator |
|
Superseded |
D7824: tests: add test of rebase with conflict in merge commit |
2020-02-11 |
phabricator |
|
Not Applicable |
D7907: rebase: always be graft-like, not merge-like, also for merges |
2020-02-11 |
phabricator |
|
Not Applicable |
D8042: tests: add `hg log -G` output when there are merge conflicts |
2020-02-11 |
phabricator |
|
Not Applicable |
D8041: revset: add a revset for parents in merge state |
2020-02-11 |
phabricator |
|
Not Applicable |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-02-11 |
phabricator |
|
Not Applicable |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-02-11 |
phabricator |
|
Not Applicable |
D7829: rebase: remove some now-unused parent arguments |
2020-02-11 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-02-11 |
phabricator |
|
Not Applicable |
D8108: tags: use modern // operator for division |
2020-02-11 |
phabricator |
|
Not Applicable |
D8107: tags: fix some type confusion exposed in python 3 |
2020-02-11 |
phabricator |
|
Not Applicable |
D8085: manifest: move matches method to be outside the interface |
2020-02-11 |
phabricator |
|
Not Applicable |
D8109: context: use manifest.find() instead of two separate calls |
2020-02-11 |
phabricator |
|
Superseded |
D6734: git: RFC of a new extension to _directly_ operate on git repositories |
2020-02-11 |
phabricator |
|
Not Applicable |
D7914: rust-matchers: implement `visit_children_set` for `FileMatcher` |
2020-02-11 |
phabricator |
|
Not Applicable |
D8109: context: use manifest.find() instead of two separate calls |
2020-02-11 |
phabricator |
|
Not Applicable |
D8032: copy: rename `wctx` to `ctx` since it will not necessarily be working copy |
2020-02-11 |
phabricator |
|
Not Applicable |
D8031: copy: rewrite walkpat() to depend less on dirstate |
2020-02-11 |
phabricator |
|
Not Applicable |
D8033: copy: move argument validation a little earlier |
2020-02-11 |
phabricator |
|
Not Applicable |
D8029: copy: add option to unmark file as copied |
2020-02-11 |
phabricator |
|
Not Applicable |