D7870: rust-utils: add `Escaped` trait |
2020-01-16 |
phabricator |
|
Not Applicable |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-01-16 |
phabricator |
|
Not Applicable |
D7829: rebase: remove some now-unused parent arguments |
2020-01-16 |
phabricator |
|
Not Applicable |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-01-16 |
phabricator |
|
Not Applicable |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-01-16 |
phabricator |
|
Not Applicable |
D7907: rebase: always be graft-like, not merge-like, also for merges |
2020-01-16 |
phabricator |
|
Superseded |
D7906: rebase: define base in only place in defineparents() |
2020-01-16 |
phabricator |
|
Superseded |
D7905: rebase: move some variables after an error cases where they're not needed |
2020-01-16 |
phabricator |
|
Superseded |
D7904: rebase: clarify a little by calculating a set in Python instead of in revset |
2020-01-16 |
phabricator |
|
Superseded |
D7903: sha1dc: avoid including the nonexistent stdint.h with Visual Studio 2008 |
2020-01-16 |
phabricator |
|
Superseded |
D7902: merge: introduce a clean_update() for that use-case |
2020-01-16 |
phabricator |
|
Superseded |
D7901: merge: introduce a revert_to() for that use-case |
2020-01-16 |
phabricator |
|
Superseded |
D7900: merge: avoid a negation in the definition of updatedirstate |
2020-01-16 |
phabricator |
|
Superseded |
D7899: merge: define updatedirstate a little earlier and reuse it |
2020-01-16 |
phabricator |
|
Superseded |
D7897: rebase: fix bug where `--collapse` would apply diff on missing file |
2020-01-16 |
phabricator |
|
Superseded |
D7898: merge: don't call update hook when using in-memory context |
2020-01-16 |
phabricator |
|
Superseded |
D7896: rebase: extract a variable for a repeated `repo[p1]` |
2020-01-16 |
phabricator |
|
Superseded |
D7819: rust-nodemap: core implementation for shortest |
2020-01-15 |
phabricator |
|
Not Applicable |
D7798: rust-nodemap: special case for prefixes of NULL_NODE |
2020-01-15 |
phabricator |
|
Not Applicable |
D7796: rust-nodemap: input/output primitives |
2020-01-15 |
phabricator |
|
Not Applicable |
D7788: rust-node: binary Node and conversion utilities |
2020-01-15 |
phabricator |
|
Not Applicable |
D7795: rust-nodemap: insert method |
2020-01-15 |
phabricator |
|
Not Applicable |
D7794: rust-nodemap: generic NodeTreeVisitor |
2020-01-15 |
phabricator |
|
Not Applicable |
D7793: rust-nodemap: mutable NodeTree data structure |
2020-01-15 |
phabricator |
|
Not Applicable |
D7792: rust-nodemap: abstracting the indexing |
2020-01-15 |
phabricator |
|
Not Applicable |
D7791: rust-nodemap: NodeMap trait with simplest implementor |
2020-01-15 |
phabricator |
|
Not Applicable |
D7871: rust-utils: add util for canonical path |
2020-01-15 |
phabricator |
|
Not Applicable |
D7866: rust-pathauditor: add Rust implementation of the `pathauditor` |
2020-01-15 |
phabricator |
|
Not Applicable |
D7869: rust-dirs-multiset: add `DirsChildrenMultiset` |
2020-01-15 |
phabricator |
|
Not Applicable |
D7870: rust-utils: add `Escaped` trait |
2020-01-15 |
phabricator |
|
Not Applicable |
D7867: rust-hg-path: add useful methods to `HgPath` |
2020-01-15 |
phabricator |
|
Not Applicable |
D7864: rust-utils: add Rust implementation of Python's "os.path.splitdrive" |
2020-01-15 |
phabricator |
|
Not Applicable |
D7863: rust-utils: add util to find a slice in another slice |
2020-01-15 |
phabricator |
|
Not Applicable |
D7862: dirstate: move rust fast-path calling code to its own method |
2020-01-15 |
phabricator |
|
Not Applicable |
D7895: rust-core: fix typo in comment |
2020-01-15 |
phabricator |
|
Superseded |
D7894: nodemap: introduce an option to use mmap to read the nodemap mapping |
2020-01-15 |
phabricator |
|
Superseded |
D7888: nodemap: track the maximum revision tracked in the nodemap |
2020-01-15 |
phabricator |
|
Superseded |
D7893: nodemap: update the index with the newly written data (when appropriate) |
2020-01-15 |
phabricator |
|
Superseded |
D7889: nodemap: track the total and unused amount of data in the rawdata file |
2020-01-15 |
phabricator |
|
Superseded |
D7892: nodemap: never read more than the expected data amount |
2020-01-15 |
phabricator |
|
Superseded |
D7891: nodemap: write new data from the expected current data length |
2020-01-15 |
phabricator |
|
Superseded |
D7890: nodemapdata: double check the source docket when doing incremental update |
2020-01-15 |
phabricator |
|
Superseded |
D7885: nodemap: keep track of the docket for loaded data |
2020-01-15 |
phabricator |
|
Superseded |
D7887: nodemap: add a flag to dump the details of the docket |
2020-01-15 |
phabricator |
|
Superseded |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-01-15 |
phabricator |
|
Not Applicable |
D7886: nodemap: introduce append-only incremental update of the persisten data |
2020-01-15 |
phabricator |
|
Superseded |
D7884: nodemap: introduce an explicit class/object for the docket |
2020-01-15 |
phabricator |
|
Superseded |
D7883: nodemap: keep track of the ondisk id of nodemap blocks |
2020-01-15 |
phabricator |
|
Superseded |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-01-15 |
phabricator |
|
Not Applicable |
D7844: nodemap: code to parse a serialized nodemap |
2020-01-15 |
phabricator |
|
Not Applicable |
D7843: nodemap: move the iteratio inside the Block object |
2020-01-15 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-01-15 |
phabricator |
|
Not Applicable |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-01-15 |
phabricator |
|
Not Applicable |
D7839: nodemap: deleted older raw data file when creating a new ones |
2020-01-15 |
phabricator |
|
Not Applicable |
D7879: sha1dc: use buffer protocol when parsing arguments |
2020-01-15 |
phabricator |
|
Not Applicable |
D7881: lfs: check content length after downloading content |
2020-01-15 |
phabricator |
|
Not Applicable |
D7882: lfs: avoid quadratic performance in processing server responses |
2020-01-15 |
phabricator |
|
Not Applicable |
D7880: lfs: rename a variable to clarify its use |
2020-01-15 |
phabricator |
|
Not Applicable |
D7878: sha1dc: use proper string functions on Python 2/3 |
2020-01-15 |
phabricator |
|
Not Applicable |
D7875: packaging: leverage os.path.relpath() in setup.py |
2020-01-15 |
phabricator |
|
Not Applicable |
D7876: sha1dc: manually define integer types on msvc 2008 |
2020-01-15 |
phabricator |
|
Not Applicable |
D7877: sha1dc: declare all variables at begininng of block |
2020-01-15 |
phabricator |
|
Not Applicable |
D7730: rebase: make sure pruning does not confuse rebase (issue6180) |
2020-01-15 |
phabricator |
|
Not Applicable |
D7728: rebase: add test to demonstrate issue6180 |
2020-01-15 |
phabricator |
|
Not Applicable |
D7881: lfs: check content length after downloading content |
2020-01-15 |
phabricator |
|
Superseded |
D7882: lfs: avoid quadratic performance in processing server responses |
2020-01-15 |
phabricator |
|
Superseded |
D7880: lfs: rename a variable to clarify its use |
2020-01-15 |
phabricator |
|
Superseded |
D7879: sha1dc: use buffer protocol when parsing arguments |
2020-01-15 |
phabricator |
|
Superseded |
D7878: sha1dc: use proper string functions on Python 2/3 |
2020-01-15 |
phabricator |
|
Superseded |
D7877: sha1dc: declare all variables at begininng of block |
2020-01-15 |
phabricator |
|
Superseded |
D7876: sha1dc: manually define integer types on msvc 2008 |
2020-01-15 |
phabricator |
|
Superseded |
D7873: doc: fix references to `revset.abstractsmartset` |
2020-01-14 |
phabricator |
|
Not Applicable |
D7863: rust-utils: add util to find a slice in another slice |
2020-01-14 |
phabricator |
|
Not Applicable |
D7862: dirstate: move rust fast-path calling code to its own method |
2020-01-14 |
phabricator |
|
Not Applicable |
D7874: phabricator: post revisions in ascending topological order (issue6241) |
2020-01-14 |
phabricator |
|
Not Applicable |
D7872: lfs: add "bytes" as the unit to the upload/download progress bar |
2020-01-14 |
phabricator |
|
Not Applicable |
D7816: tests: stabilize test-subrepo-svn.t on Windows |
2020-01-14 |
phabricator |
|
Not Applicable |
D7875: packaging: leverage os.path.relpath() in setup.py |
2020-01-14 |
phabricator |
|
Superseded |
D7873: doc: fix references to `revset.abstractsmartset` |
2020-01-14 |
phabricator |
|
Superseded |
D7874: phabricator: post revisions in ascending topological order (issue6241) |
2020-01-14 |
phabricator |
|
Superseded |
D7816: tests: stabilize test-subrepo-svn.t on Windows |
2020-01-14 |
phabricator |
|
Not Applicable |
D7872: lfs: add "bytes" as the unit to the upload/download progress bar |
2020-01-14 |
phabricator |
|
Superseded |
D7871: rust-utils: add util for canonical path |
2020-01-14 |
phabricator |
|
Superseded |
D7866: rust-pathauditor: add Rust implementation of the `pathauditor` |
2020-01-14 |
phabricator |
|
Superseded |
D7868: rust-filepatterns: remove bridge code for filepatterns-related functions |
2020-01-14 |
phabricator |
|
Superseded |
D7870: rust-utils: add `PrettyPrint` trait |
2020-01-14 |
phabricator |
|
Superseded |
D7869: rust-dirs-multiset: add `DirsChildrenMultiset` |
2020-01-14 |
phabricator |
|
Superseded |
D7867: rust-hg-path: add useful methods to `HgPath` |
2020-01-14 |
phabricator |
|
Superseded |
D7865: rust-fmt: run cargo fmt |
2020-01-14 |
phabricator |
|
Superseded |
D7864: rust-utils: add Rust implementation of Python's "os.path.splitdrive" |
2020-01-14 |
phabricator |
|
Superseded |
D7862: dirstate: move rust fast-path calling code to its own method |
2020-01-14 |
phabricator |
|
Superseded |
D7863: rust-utils: add util to find a slice in another slice |
2020-01-14 |
phabricator |
|
Superseded |
D7861: graftcopies: document why the function is useful at all |
2020-01-14 |
phabricator |
|
Not Applicable |
D7860: graftcopies: remove `skip` and `repo` arguments |
2020-01-14 |
phabricator |
|
Superseded |
D7858: copies: replace duplicatecopies() by function that takes contexts |
2020-01-14 |
phabricator |
|
Superseded |
D7859: graftcopies: use _filter() for filtering out invalid copies |
2020-01-14 |
phabricator |
|
Superseded |
D7861: graftcopies: document why the function is useful at all |
2020-01-14 |
phabricator |
|
Superseded |
D7857: graft: extract repo[None] to a variable |
2020-01-14 |
phabricator |
|
Superseded |
D7713: verify: allow the storage to signal when renames can be tested on `skipread` |
2020-01-14 |
phabricator |
|
Not Applicable |
D7712: lfs: don't skip locally available blobs when verifying |
2020-01-14 |
phabricator |
|
Not Applicable |
D7708: lfs: add a switch to `hg verify` to ignore the content of blobs |
2020-01-14 |
phabricator |
|
Not Applicable |
D7855: fsmonitor: properly handle str ex.msg |
2020-01-14 |
phabricator |
|
Not Applicable |
D7812: examples: specify rustfmt nightly using a $() construct |
2020-01-14 |
phabricator |
|
Not Applicable |
D7813: revlog: run rustfmt nightly |
2020-01-14 |
phabricator |
|
Not Applicable |
D7580: hg-core: rustfmt path.rs |
2020-01-14 |
phabricator |
|
Not Applicable |
D7573: hg-core: vendor Facebook's path utils module |
2020-01-14 |
phabricator |
|
Not Applicable |
D7856: revlog-native: introduced ABI version in capsule |
2020-01-14 |
phabricator |
|
Not Applicable |
D7854: phases: make phasecache._phasesets immutable |
2020-01-14 |
phabricator |
|
Not Applicable |
D7853: phases: reduce code duplication in phasecache.getrevset |
2020-01-14 |
phabricator |
|
Not Applicable |
D7856: revlog-native: introduced ABI version in capsule |
2020-01-14 |
phabricator |
|
Superseded |
remotefilelog: fix opening validatecachelog in text mode |
2020-01-14 |
Inada Naoki |
|
Accepted |
D7849: core: migrate uses of hashlib.sha1 to hashutil.sha1 |
2020-01-14 |
phabricator |
|
Not Applicable |
D7851: hgext: replace references to hashlib.sha1 with hashutil.sha1 |
2020-01-14 |
phabricator |
|
Not Applicable |
D7852: scmutil: fix an unbound variable with progressbar debug enabled |
2020-01-14 |
phabricator |
|
Not Applicable |
D7814: sha1dc: import latest version from github |
2020-01-14 |
phabricator |
|
Not Applicable |
D7815: sha1dc: initial implementation of Python extension |
2020-01-14 |
phabricator |
|
Not Applicable |
D7850: sslutil: migrate to hashutil.sha1 instead of hashlib.sha1 |
2020-01-14 |
phabricator |
|
Not Applicable |
D7848: hashutil: new package for hashing-related features |
2020-01-14 |
phabricator |
|
Not Applicable |
D7855: fsmonitor: properly handle str ex.msg |
2020-01-14 |
phabricator |
|
Superseded |
D7854: phases: make phasecache._phasesets immutable |
2020-01-14 |
phabricator |
|
Superseded |
D7853: phases: reduce code duplication in phasecache.getrevset |
2020-01-14 |
phabricator |
|
Superseded |
D7852: scmutil: fix an unbound variable with progressbar debug enabled |
2020-01-13 |
phabricator |
|
Superseded |
D7849: core: migrate uses of hashlib.sha1 to hashutil.sha1 |
2020-01-13 |
phabricator |
|
Superseded |
D7851: hgext: replace references to hashlib.sha1 with hashutil.sha1 |
2020-01-13 |
phabricator |
|
Superseded |
D7814: sha1dc: import latest version from github |
2020-01-13 |
phabricator |
|
Not Applicable |
D7850: sslutil: migrate to hashutil.sha1 instead of hashlib.sha1 |
2020-01-13 |
phabricator |
|
Superseded |
D7815: sha1dc: initial implementation of Python extension |
2020-01-13 |
phabricator |
|
Not Applicable |
D7848: hashutil: new package for hashing-related features |
2020-01-13 |
phabricator |
|
Superseded |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-01-13 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-01-13 |
phabricator |
|
Not Applicable |
D7840: nodemap: add a (python) index class for persistent nodemap testing |
2020-01-13 |
phabricator |
|
Superseded |
D7845: nodemap: add basic checking of the on disk nodemap content |
2020-01-13 |
phabricator |
|
Superseded |
D7847: nodemap: provide the on disk data to the index who support it |
2020-01-13 |
phabricator |
|
Superseded |
D7835: nodemap: write nodemap data on disk |
2020-01-13 |
phabricator |
|
Not Applicable |
D7846: nodemap: all check that revision and nodes match in the nodemap |
2020-01-13 |
phabricator |
|
Superseded |
D7844: nodemap: code to parse a serialized nodemap |
2020-01-13 |
phabricator |
|
Superseded |
D7843: nodemap: move the iteratio inside the Block object |
2020-01-13 |
phabricator |
|
Superseded |
D7834: nodemap: have some python code serializing a nodemap |
2020-01-13 |
phabricator |
|
Not Applicable |
D7842: nodemap: use an explicit "Block" object in the reference implementation |
2020-01-13 |
phabricator |
|
Superseded |
D7841: nodemap: add a optional `nodemap_add_full` method on indexes |
2020-01-13 |
phabricator |
|
Superseded |
D7836: nodemap: add a function to read the data from disk |
2020-01-13 |
phabricator |
|
Not Applicable |
D7839: nodemap: deleted older raw data file when creating a new ones |
2020-01-13 |
phabricator |
|
Not Applicable |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-01-13 |
phabricator |
|
Not Applicable |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-01-13 |
phabricator |
|
Not Applicable |
D7830: revlog: reorder a conditionnal about revlogio |
2020-01-13 |
phabricator |
|
Not Applicable |
D7832: transaction: add a `hasfinalize` method |
2020-01-13 |
phabricator |
|
Not Applicable |
D7831: changelog: fix the diverted opener to accept more kwargs |
2020-01-13 |
phabricator |
|
Not Applicable |
D7830: revlog: reorder a conditionnal about revlogio |
2020-01-13 |
phabricator |
|
Not Applicable |
D7832: transaction: add a `hasfinalize` method |
2020-01-13 |
phabricator |
|
Not Applicable |
D7831: changelog: fix the diverted opener to accept more kwargs |
2020-01-13 |
phabricator |
|
Not Applicable |
D7823: workingctx: move setparents() logic from localrepo to mirror overlayworkingctx |
2020-01-13 |
phabricator |
|
Not Applicable |
D7825: rebase: delete seemingly unnecessary needupdate() |
2020-01-13 |
phabricator |
|
Not Applicable |
D7822: overlayworkginctx: implement a setparents() to mirror dirstate.setparents() |
2020-01-13 |
phabricator |
|
Not Applicable |
D7821: overlayworkingctx: default branch to base context's branch |
2020-01-13 |
phabricator |
|
Not Applicable |
D7820: grep: speed up `hg grep --all-files some/path` by using ctx.matches(match) |
2020-01-13 |
phabricator |
|
Not Applicable |
D7835: nodemap: write nodemap data on disk |
2020-01-11 |
phabricator |
|
Superseded |
D7834: nodemap: have some python code serializing a nodemap |
2020-01-11 |
phabricator |
|
Superseded |
D7836: nodemap: add a function to read the data from disk |
2020-01-11 |
phabricator |
|
Superseded |
D7839: nodemap: deleted older raw data file when creating a new ones |
2020-01-11 |
phabricator |
|
Superseded |
D7837: nodemap: only use persistent nodemap for non-inlined revlog |
2020-01-11 |
phabricator |
|
Superseded |
D7838: nodemap: use an intermediate "docket" file to carry small metadata |
2020-01-11 |
phabricator |
|
Superseded |
D7830: revlog: reorder a conditionnal about revlogio |
2020-01-11 |
phabricator |
|
Superseded |
D7833: transaction: allow finalizer to add finalizer |
2020-01-11 |
phabricator |
|
Superseded |
D7832: transaction: add a `hasfinalize` method |
2020-01-11 |
phabricator |
|
Superseded |
D7831: changelog: fix the diverted opener to accept more kwargs |
2020-01-11 |
phabricator |
|
Superseded |
D7827: rebase: don't use rebased node as dirstate p2 (BC) |
2020-01-11 |
phabricator |
|
Superseded |
D7829: rebase: remove some now-unused parent arguments |
2020-01-11 |
phabricator |
|
Superseded |
D7828: rebase: remove some redundant setting of dirstate parents |
2020-01-11 |
phabricator |
|
Superseded |
D7826: rebase: stop relying on having two parents to resume rebase |
2020-01-11 |
phabricator |
|
Superseded |
D7823: workingctx: move setparents() logic from localrepo to mirror overlayworkingctx |
2020-01-11 |
phabricator |
|
Superseded |
D7825: rebase: delete seemingly unnecessary needupdate() |
2020-01-11 |
phabricator |
|
Superseded |
D7822: overlayworkginctx: implement a setparents() to mirror dirstate.setparents() |
2020-01-11 |
phabricator |
|
Superseded |
D7824: tests: add test of rebase with conflict in merge commit |
2020-01-11 |
phabricator |
|
Superseded |
D7821: overlayworkingctx: default branch to base context's branch |
2020-01-11 |
phabricator |
|
Superseded |
D7820: grep: speed up `hg grep --all-files some/path` by using ctx.matches(match) |
2020-01-10 |
phabricator |
|
Superseded |
D7819: rust-nodemap: core implementation for shortest |
2020-01-10 |
phabricator |
|
Superseded |
D7798: rust-nodemap: special case for prefixes of NULL_NODE |
2020-01-10 |
phabricator |
|
Not Applicable |
D7796: rust-nodemap: input/output primitives |
2020-01-10 |
phabricator |
|
Not Applicable |
D7793: rust-nodemap: mutable NodeTree data structure |
2020-01-10 |
phabricator |
|
Not Applicable |
D7792: rust-nodemap: abstracting the indexing |
2020-01-10 |
phabricator |
|
Not Applicable |
D7791: rust-nodemap: NodeMap trait with simplest implementor |
2020-01-10 |
phabricator |
|
Not Applicable |
fix: fix grammar/typos in hg help -e fix |
2020-01-09 |
timeless |
|
Accepted |
D7818: py3: byteify the opener option to use `rust.index` to allow Rust revlogs |
2020-01-09 |
phabricator |
|
Not Applicable |
D7818: py3: byteify the opener option to use `rust.index` to allow Rust revlogs |
2020-01-09 |
phabricator |
|
Superseded |
D7805: graft: don't remove from a list in a loop |
2020-01-09 |
phabricator |
|
Not Applicable |
D7806: graft: use revset for intersecting with ancestor set |
2020-01-09 |
phabricator |
|
Not Applicable |
D7817: py3: byteify some `ui.configbool()` parameters |
2020-01-09 |
phabricator |
|
Not Applicable |
D7804: tests: avoid grafting the same change over and over |
2020-01-09 |
phabricator |
|
Not Applicable |
D7715: rust-discovery: type alias for random generator seed |
2020-01-09 |
phabricator |
|
Not Applicable |
D7803: tests: split out another ~1/2 of test-graft.t |
2020-01-09 |
phabricator |
|
Not Applicable |
D7802: tests: split out ~1/3 of test-graft.t |
2020-01-09 |
phabricator |
|
Not Applicable |
D7801: overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies |
2020-01-09 |
phabricator |
|
Not Applicable |
D7800: movedirstate: get copies from dirstate before setting parents |
2020-01-09 |
phabricator |
|
Not Applicable |
D7619: fix: convert clang-format-ignorelist to use wildcards |
2020-01-09 |
phabricator |
|
Not Applicable |
D7807: hgrc: introduce HGRCSKIPREPO to skip reading the repository's hgrc |
2020-01-09 |
phabricator |
|
Not Applicable |
D7815: sha1dc: initial implementation of Python extension |
2020-01-09 |
phabricator |
|
Not Applicable |
D7817: py3: byteify some `ui.configbool()` parameters |
2020-01-09 |
phabricator |
|
Superseded |
D7816: tests: stabilize test-subrepo-svn.t on Windows |
2020-01-09 |
phabricator |
|
Superseded |
D7815: sha1dc: initial implementation of Python extension (NOT READY) |
2020-01-08 |
phabricator |
|
Not Applicable |
D7815: sha1dc: initial implementation of Python extension (NOT READY) |
2020-01-08 |
phabricator |
|
Not Applicable |
D7814: sha1dc: import latest version from github |
2020-01-08 |
phabricator |
|
Not Applicable |
D7815: sha1dc: initial implementation of Python extension (NOT READY) |
2020-01-08 |
phabricator |
|
Not Applicable |
D7814: sha1dc: import latest version from github |
2020-01-08 |
phabricator |
|
Superseded |
D7815: sha1dc: initial implementation of Python extension (NOT READY) |
2020-01-08 |
phabricator |
|
Superseded |
D7808: mmap: add a size argument to mmapread |
2020-01-08 |
phabricator |
|
Not Applicable |
D7809: revlogutils: move the NodeMap class in a dedicated nodemap module |
2020-01-08 |
phabricator |
|
Not Applicable |
D7810: packaging: update Ubuntu docker build dependencies to Python 3 |
2020-01-08 |
phabricator |
|
Not Applicable |
D7784: progress: flush stderr after clearing |
2020-01-08 |
phabricator |
|
Not Applicable |
D7776: ui: add the ability to apply `defaultrc` configs from resources |
2020-01-08 |
phabricator |
|
Not Applicable |
D7775: ui: refactor `readconfig()` into a form that can consume resources |
2020-01-08 |
phabricator |
|
Not Applicable |
D7777: rcutil: drop the `defaultrcpath()` method (API) |
2020-01-08 |
phabricator |
|
Not Applicable |
D7766: cleanup: drop redundant character escapes from `[]` character sets |
2020-01-08 |
phabricator |
|
Not Applicable |
D7768: commit: change default `editor` parameter to None |
2020-01-08 |
phabricator |
|
Not Applicable |
D7774: resourceutil: implement `contents()` to iterate over resources in a package |
2020-01-08 |
phabricator |
|
Not Applicable |
D7773: resourceutil: implement `is_resource()` |
2020-01-08 |
phabricator |
|
Not Applicable |
D7772: resourceutil: don't limit resources to the `mercurial` package |
2020-01-08 |
phabricator |
|
Not Applicable |
D7771: setup: include `defaultrc` in the package list |
2020-01-08 |
phabricator |
|
Not Applicable |
D7769: tests: fix a copy/paste name duplication in storage.py |
2020-01-08 |
phabricator |
|
Not Applicable |
D7723: tests: update test-releasenotes-formatting.t output |
2020-01-08 |
phabricator |
|
Not Applicable |
D7778: mq: avoid using `__file__` to compare modules |
2020-01-08 |
phabricator |
|
Not Applicable |
D7767: cleanup: drop redundant character escapes outside of `[]` |
2020-01-08 |
phabricator |
|
Not Applicable |
D7780: util: avoid referencing `time.clock()` on Windows when missing (issue6238) |
2020-01-08 |
phabricator |
|
Not Applicable |
D7765: cleanup: replace contiguous spaces in regex patterns with an explicit count |
2020-01-08 |
phabricator |
|
Not Applicable |
D7779: py3: replace `time.clock()` with `time.perf_counter()` |
2020-01-08 |
phabricator |
|
Not Applicable |
D7811: tests: fix a "naked exception" issue in test-remotefilelog-prefetch.t |
2020-01-08 |
phabricator |
|
Not Applicable |
D7714: subrepo: fix a crash when archiving an svn or git subrepo |
2020-01-08 |
phabricator |
|
Not Applicable |
D7813: revlog: run rustfmt nightly |
2020-01-08 |
phabricator |
|
Superseded |
D7812: examples: specify rustfmt nightly using a $() construct |
2020-01-08 |
phabricator |
|
Superseded |
D7811: tests: fix a "naked exception" issue in test-remotefilelog-prefetch.t |
2020-01-08 |
phabricator |
|
Superseded |
D7810: packaging: update Ubuntu docker build dependencies to Python 3 |
2020-01-08 |
phabricator |
|
Superseded |
D7660: rust-index: add a `experimental.rust.index` option to use the wrapper |
2020-01-08 |
phabricator |
|
Not Applicable |
D7659: rust-index: use the new method in shortesthexnodeidprefix |
2020-01-08 |
phabricator |
|
Not Applicable |
D7656: rust-index: make it possible to clone the struct referencing the C index |
2020-01-08 |
phabricator |
|
Not Applicable |
D7658: rust-index: expose a method to retrieve the C index |
2020-01-08 |
phabricator |
|
Not Applicable |
D7657: rust-index: handle `MixedIndex` in `pyindex_to_graph` |
2020-01-08 |
phabricator |
|
Not Applicable |
D7570: match: resolve filesets against the passed `cwd`, not the current one |
2020-01-08 |
phabricator |
|
Not Applicable |
D7570: match: resolve filesets against the passed `cwd`, not the current one |
2020-01-08 |
phabricator |
|
Not Applicable |
D7618: fix: correct the clang-format example hgrc so that it actually works |
2020-01-08 |
phabricator |
|
Not Applicable |
D7696: inno: drop support for Windows 95/98/ME |
2020-01-08 |
phabricator |
|
Not Applicable |
D7782: rust-core: extracted a revlog submodule |
2020-01-08 |
phabricator |
|
Not Applicable |
D7783: rust-matchers: fixing cargo doc |
2020-01-08 |
phabricator |
|
Not Applicable |
D7705: phases: make the working directory consistently a draft |
2020-01-08 |
phabricator |
|
Not Applicable |
D7803: tests: split out another ~1/2 of test-graft.t |
2020-01-08 |
phabricator |
|
Not Applicable |
D7800: movedirstate: get copies from dirstate before setting parents |
2020-01-08 |
phabricator |
|
Not Applicable |
D7781: rust-core: updated copyright notice |
2020-01-08 |
phabricator |
|
Not Applicable |
D7731: tests: fix failing doctest in match.py by adding dummy auditor |
2020-01-08 |
phabricator |
|
Not Applicable |
D7785: remotefilelog: actually fix (and test this time) a bytes vs str issue |
2020-01-07 |
phabricator |
|
Not Applicable |
D7809: revlogutils: move the NodeMap class in a dedicated nodemap module |
2020-01-07 |
phabricator |
|
Superseded |
D7808: mmap: add a size argument to mmapread |
2020-01-07 |
phabricator |
|
Superseded |
D7807: hgrc: introduce HGRCSKIPREPO to skip reading the hgrc's repository |
2020-01-07 |
phabricator |
|
Superseded |
D7806: graft: use revset for intersecting with ancestor set |
2020-01-07 |
phabricator |
|
Superseded |
D7805: graft: don't remove from a list in a loop |
2020-01-07 |
phabricator |
|
Superseded |
D7802: tests: split out ~1/3 of test-graft.t |
2020-01-07 |
phabricator |
|
Superseded |
D7803: tests: split out another ~1/2 of test-graft.t |
2020-01-07 |
phabricator |
|
Superseded |
D7801: overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies |
2020-01-07 |
phabricator |
|
Superseded |
D7804: tests: avoid grafting the same change over and over |
2020-01-07 |
phabricator |
|
Superseded |
D7799: merge: remove unused keepparent argument for graft() |
2020-01-07 |
phabricator |
|
Superseded |
D7800: movedirstate: get copies from dirstate before setting parents |
2020-01-07 |
phabricator |
|
Superseded |
D7705: phases: make the working directory consistently a draft |
2020-01-07 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2020-01-07 |
phabricator |
|
Not Applicable |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2020-01-07 |
phabricator |
|
Not Applicable |
D7797: rust-nodemap: pure Rust example |
2020-01-06 |
phabricator |
|
Superseded |
D7798: rust-nodemap: special case for prefixes of NULL_NODE |
2020-01-06 |
phabricator |
|
Superseded |
D7796: rust-nodemap: input/output primitives |
2020-01-06 |
phabricator |
|
Superseded |
D7795: rust-nodemap: insert method |
2020-01-06 |
phabricator |
|
Superseded |
D7788: rust-node: binary Node and conversion utilities |
2020-01-06 |
phabricator |
|
Superseded |
D7794: rust-nodemap: generic NodeTreeVisitor |
2020-01-06 |
phabricator |
|
Superseded |
D7793: rust-nodemap: mutable NodeTree data structure |
2020-01-06 |
phabricator |
|
Superseded |
D7792: rust-nodemap: abstracting the indexing |
2020-01-06 |
phabricator |
|
Superseded |
D7790: rust-node: handling binary Node prefix |
2020-01-06 |
phabricator |
|
Superseded |
D7791: rust-nodemap: NodeMap trait with simplest implementor |
2020-01-06 |
phabricator |
|
Superseded |
D7789: rust-revlog: a trait for the revlog index |
2020-01-06 |
phabricator |
|
Superseded |
D7732: convert: refactor authormap into separate function for outside use |
2020-01-05 |
phabricator |
|
Not Applicable |
D7786: update: add --abort option in hg update command (issue4404) |
2020-01-03 |
phabricator |
|
New |
D7785: remotefilelog: actually fix (and test this time) a bytes vs str issue |
2020-01-03 |
phabricator |
|
Superseded |
D7784: progress: flush stderr after clearing |
2020-01-03 |
phabricator |
|
Superseded |
D7783: rust-matchers: fixing cargo doc |
2020-01-02 |
phabricator |
|
Superseded |
D7782: rust-core: extracted a revlog submodule |
2020-01-02 |
phabricator |
|
Superseded |
D7781: rust-core: updated copyright notice |
2020-01-02 |
phabricator |
|
Superseded |
D7780: util: avoid referencing `time.clock()` on Windows when missing (issue6238) |
2019-12-31 |
phabricator |
|
Superseded |
D7779: py3: replace `time.clock()` with `time.perf_counter()` |
2019-12-31 |
phabricator |
|
Superseded |
D7778: mq: avoid using `__file__` to compare modules |
2019-12-30 |
phabricator |
|
Superseded |
D7764: revset: drop some unused code in the `remote` revset |
2019-12-30 |
phabricator |
|
Not Applicable |
D7762: histedit: avoid using a list comprehension to fill a list with fixed values |
2019-12-30 |
phabricator |
|
Not Applicable |
D7763: tests: avoid using a list comprehension to fill a list with fixed values |
2019-12-30 |
phabricator |
|
Not Applicable |
D7753: annotate: avoid using a list comprehension to fill a list with fixed values |
2019-12-30 |
phabricator |
|
Not Applicable |
D7755: mq: drop an unused variable assignment |
2019-12-30 |
phabricator |
|
Not Applicable |
D7761: hgweb: delete a local variable instead of setting to `None` |
2019-12-30 |
phabricator |
|
Not Applicable |
D7759: ui: delete local variables instead of setting to `None` |
2019-12-30 |
phabricator |
|
Not Applicable |
D7760: tests: drop unused local variable assignments in linelog |
2019-12-30 |
phabricator |
|
Not Applicable |
D7758: tests: drop unused local variable assignments in remotefilelog |
2019-12-30 |
phabricator |
|
Not Applicable |
D7757: fastannotate: drop unused local variable assignments |
2019-12-30 |
phabricator |
|
Not Applicable |
D7756: fsmonitor: drop an unused local variable assignment |
2019-12-30 |
phabricator |
|
Not Applicable |
D7750: run-tests: ensure the script exits when it fails to change directories |
2019-12-30 |
phabricator |
|
Not Applicable |
D7754: hgweb: delete local variable instead of setting it to `None` |
2019-12-30 |
phabricator |
|
Not Applicable |
D7751: absorb: avoid using a list comprehension to fill a list with fixed values |
2019-12-30 |
phabricator |
|
Not Applicable |
D7752: fsmonitor: drop an unused local variable |
2019-12-30 |
phabricator |
|
Not Applicable |
D7749: shelve: drop an unused variable assignment |
2019-12-30 |
phabricator |
|
Not Applicable |
D7776: ui: add the ability to apply `defaultrc` configs from resources |
2019-12-30 |
phabricator |
|
Superseded |
D7777: rcutil: drop the `defaultrcpath()` method (API) |
2019-12-30 |
phabricator |
|
Superseded |
D7775: ui: refactor `readconfig()` into a form that can consume resources |
2019-12-30 |
phabricator |
|
Superseded |
D7773: resourceutil: implement `is_resource()` |
2019-12-30 |
phabricator |
|
Superseded |
D7774: resourceutil: implement `contents()` to iterate over resources in a package |
2019-12-30 |
phabricator |
|
Superseded |
D7772: resourceutil: don't limit resources to the `mercurial` package |
2019-12-30 |
phabricator |
|
Superseded |
D7771: setup: include `defaultrc` in the package list |
2019-12-30 |
phabricator |
|
Superseded |
D7766: cleanup: drop redundant character escapes from `[]` character sets |
2019-12-28 |
phabricator |
|
Superseded |
D7768: commit: change default `editor` parameter to None |
2019-12-28 |
phabricator |
|
Superseded |
D7769: tests: fix a copy/paste name duplication in storage.py |
2019-12-28 |
phabricator |
|
Superseded |
D7767: cleanup: drop redundant character escapes outside of `[]` |
2019-12-28 |
phabricator |
|
Superseded |
D7765: cleanup: replace contiguous spaces in regex patterns with an explicit count |
2019-12-28 |
phabricator |
|
Superseded |
D7764: revset: drop some unused code in the `remote` revset |
2019-12-28 |
phabricator |
|
Superseded |
D7762: histedit: avoid using a list comprehension to fill a list with fixed values |
2019-12-28 |
phabricator |
|
Superseded |
D7763: tests: avoid using a list comprehension to fill a list with fixed values |
2019-12-28 |
phabricator |
|
Superseded |
D7753: annotate: avoid using a list comprehension to fill a list with fixed values |
2019-12-28 |
phabricator |
|
Superseded |
D7755: mq: drop an unused variable assignment |
2019-12-28 |
phabricator |
|
Superseded |
D7759: ui: delete local variables instead of setting to `None` |
2019-12-28 |
phabricator |
|
Superseded |
D7761: hgweb: delete a local variable instead of setting to `None` |
2019-12-28 |
phabricator |
|
Superseded |
D7760: tests: drop unused local variable assignments in linelog |
2019-12-28 |
phabricator |
|
Superseded |
D7758: tests: drop unused local variable assignments in remotefilelog |
2019-12-28 |
phabricator |
|
Superseded |
D7757: fastannotate: drop unused local variable assignments |
2019-12-28 |
phabricator |
|
Superseded |
D7756: fsmonitor: drop an unused local variable assignment |
2019-12-28 |
phabricator |
|
Superseded |
D7754: hgweb: delete local variable instead of setting it to `None` |
2019-12-28 |
phabricator |
|
Superseded |
D7751: absorb: avoid using a list comprehension to fill a list with fixed values |
2019-12-28 |
phabricator |
|
Superseded |
D7752: fsmonitor: drop an unused local variable |
2019-12-28 |
phabricator |
|
Superseded |
D7750: run-tests: ensure the script exits when it fails to change directories |
2019-12-27 |
phabricator |
|
Superseded |
D7749: shelve: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7747: revlog: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7748: hgweb: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7746: rebase: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7745: polib: drop an unused local function |
2019-12-27 |
phabricator |
|
Not Applicable |
D7743: perf: drop an unnecessary `pass` |
2019-12-27 |
phabricator |
|
Not Applicable |
D7744: perf: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7742: perf: fix the time measurement for pathcopies relative to p2 |
2019-12-27 |
phabricator |
|
Not Applicable |
D7740: debug: drop unused variable assignments |
2019-12-27 |
phabricator |
|
Not Applicable |
D7741: githelp: drop unused variable assignments |
2019-12-27 |
phabricator |
|
Not Applicable |
D7739: changegroup: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7738: bugzilla: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7736: ancestor: drop an unused local variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7737: ancestor: drop another unused variable assignment |
2019-12-27 |
phabricator |
|
Not Applicable |
D7735: cleanup: drop unused import from pywatchman |
2019-12-27 |
phabricator |
|
Not Applicable |
D7734: narrow: move `testedwith` after module imports |
2019-12-27 |
phabricator |
|
Not Applicable |
D7747: revlog: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7746: rebase: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7748: hgweb: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7745: polib: drop an unused local function |
2019-12-27 |
phabricator |
|
Superseded |
D7744: perf: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7742: perf: fix the time measurement for pathcopies relative to p2 |
2019-12-27 |
phabricator |
|
Superseded |
D7743: perf: drop an unnecessary `pass` |
2019-12-27 |
phabricator |
|
Superseded |
D7740: debug: drop unused variable assignments |
2019-12-27 |
phabricator |
|
Superseded |
D7741: githelp: drop unused variable assignments |
2019-12-27 |
phabricator |
|
Superseded |
D7739: changegroup: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7738: bugzilla: drop an unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7737: ancestor: drop another unused variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7736: ancestor: drop an unused local variable assignment |
2019-12-27 |
phabricator |
|
Superseded |
D7735: cleanup: drop unused import from pywatchman |
2019-12-27 |
phabricator |
|
Superseded |
D7734: narrow: move `testedwith` after module imports |
2019-12-27 |
phabricator |
|
Superseded |
D7733: hgext: initial version of fastexport extension |
2019-12-27 |
phabricator |
|
Superseded |
D7732: convert: refactor authormap into separate function for outside use |
2019-12-27 |
phabricator |
|
Superseded |
D7731: tests: fix failing doctest in match.py by adding dummy auditor |
2019-12-27 |
phabricator |
|
Superseded |
D7724: tests: convert the `root` arg of matchmod.match() to local path separators |
2019-12-27 |
phabricator |
|
Not Applicable |
D7725: match: don't util.normpath() cwd |
2019-12-27 |
phabricator |
|
Not Applicable |
D7726: commitablectx: fix the default phase |
2019-12-27 |
phabricator |
|
Not Applicable |
D7660: rust-index: add a `experimental.rust.index` option to use the wrapper |
2019-12-27 |
phabricator |
|
Not Applicable |
D7658: rust-index: expose a method to retrieve the C index |
2019-12-27 |
phabricator |
|
Not Applicable |
D7656: rust-index: make it possible to clone the struct referencing the C index |
2019-12-27 |
phabricator |
|
Not Applicable |
D7657: rust-index: handle `MixedIndex` in `pyindex_to_graph` |
2019-12-27 |
phabricator |
|
Not Applicable |
D7730: rebase: make sure pruning does not confuse rebase (issue6180) |
2019-12-27 |
phabricator |
|
New |
D7729: py3: new attempt at fixing logging of traceback in remotefilelog |
2019-12-27 |
phabricator |
|
Superseded |
D7728: rebase: add test to demonstrate issue6180 |
2019-12-27 |
phabricator |
|
New |
D7727: rebase: make sure pruning does not confuse rebase (issue6180) |
2019-12-27 |
phabricator |
|
Superseded |
D7726: commitablectx: fix the default phase |
2019-12-27 |
phabricator |
|
Superseded |
D7724: tests: convert the `root` arg of matchmod.match() to local path separators |
2019-12-27 |
phabricator |
|
Superseded |
D7725: match: don't util.normpath() cwd |
2019-12-27 |
phabricator |
|
Superseded |
D7703: fix: fix handling of merge commits by using overlayworkingctx |
2019-12-27 |
phabricator |
|
Not Applicable |
D7723: tests: update test-releasenotes-formatting.t output |
2019-12-24 |
phabricator |
|
Superseded |
D7722: rust-discovery: simplifying add_missing_revisions() |
2019-12-24 |
phabricator |
|
New |
D7721: rust-discovery: postponing random generator init |
2019-12-24 |
phabricator |
|
New |
D7720: rust-discovery: moved some methods to the wrapper enum |
2019-12-24 |
phabricator |
|
New |
D7719: rust-discovery: children cache as typestate transition |
2019-12-24 |
phabricator |
|
New |
D7718: rust-directory: simplify bidirectional sampling |
2019-12-24 |
phabricator |
|
New |
D7717: rust-discovery: restoring add_missing cheap early return |
2019-12-24 |
phabricator |
|
New |
D7716: rust-discovery: partial switch to typestate pattern |
2019-12-24 |
phabricator |
|
New |
D7715: rust-discovery: type alias for random generator seed |
2019-12-24 |
phabricator |
|
Superseded |
D7714: subrepo: fix a crash when archiving an svn or git subrepo |
2019-12-24 |
phabricator |
|
Superseded |
D7705: phases: make the working directory consistently a draft |
2019-12-24 |
phabricator |
|
Not Applicable |
D7655: rust-index: add a struct wrapping the C index |
2019-12-23 |
phabricator |
|
Not Applicable |
D7654: rust-index: add a `inner` method to the Index struct |
2019-12-23 |
phabricator |
|
Not Applicable |
D7543: revlog: made C Capsule an array of function pointers |
2019-12-23 |
phabricator |
|
Not Applicable |
D7710: revlog: split the content verification of a node into a separate method |
2019-12-23 |
phabricator |
|
Not Applicable |
D7711: lfs: fix a discrepancy with a function wanting a filelog, but calling it rlog |
2019-12-23 |
phabricator |
|
Not Applicable |
D7709: verify: update comment to say that lfs doesn't need fulltext to check renames |
2019-12-23 |
phabricator |
|
Not Applicable |
D7700: import-checker: allow all absolute imports of stdlib modules |
2019-12-23 |
phabricator |
|
Not Applicable |
D7701: resourceutil: use `from importlib import resources` |
2019-12-23 |
phabricator |
|
Not Applicable |
D7694: help: drop a reference to Windows 9x |
2019-12-23 |
phabricator |
|
Not Applicable |
D7693: help: clarify that the Windows registry key for hgrc files is systemwide |
2019-12-23 |
phabricator |
|
Not Applicable |
D7692: windows: add a global equivalent to /etc/mercurial for *.rc processing |
2019-12-23 |
phabricator |
|
Not Applicable |
D7713: verify: allow the storage to signal when renames can be tested on `skipread` |
2019-12-23 |
phabricator |
|
Superseded |
D7710: revlog: split the content verification of a node into a separate method |
2019-12-23 |
phabricator |
|
Superseded |
D7712: lfs: don't skip locally available blobs when verifying |
2019-12-23 |
phabricator |
|
Superseded |
D7711: lfs: fix a discrepancy with a function wanting a filelog, but calling it rlog |
2019-12-23 |
phabricator |
|
Superseded |
D7708: lfs: add a switch to `hg verify` to ignore the content of blobs |
2019-12-23 |
phabricator |
|
Superseded |
D7709: verify: update comment to say that lfs doesn't need fulltext to check renames |
2019-12-23 |
phabricator |
|
Superseded |
D7649: match: make sure `root` argument is always an absolute path (API) |
2019-12-21 |
phabricator |
|
Not Applicable |
D7650: match: normalize `cwd` early |
2019-12-21 |
phabricator |
|
Not Applicable |
D7569: tests: show that fileset patterns don't work with `fix` when not in repo root |
2019-12-21 |
phabricator |
|
Not Applicable |
D7707: tests-pure: fixing test-parseindex2 |
2019-12-20 |
phabricator |
|
Not Applicable |
D7707: tests-pure: fixing test-parseindex2 |
2019-12-20 |
phabricator |
|
Superseded |
D7706: tests-pure: fixing test-parseindex2 |
2019-12-20 |
phabricator |
|
Superseded |
D7653: rust-index: add a function to convert PyObject index for hg-core |
2019-12-20 |
phabricator |
|
Not Applicable |
D7652: test: extract some generic data and utility from test-rust-ancestor.py |
2019-12-20 |
phabricator |
|
Not Applicable |
D7570: match: resolve filesets against the passed `cwd`, not the current one |
2019-12-20 |
phabricator |
|
Not Applicable |
D7649: match: make sure `root` argument is always an absolute path (API) |
2019-12-20 |
phabricator |
|
Not Applicable |
D7650: match: normalize `cwd` early |
2019-12-20 |
phabricator |
|
Not Applicable |
D7569: tests: show that fileset patterns don't work with `fix` when not in repo root |
2019-12-20 |
phabricator |
|
Not Applicable |
D7653: rust-index: add a function to convert PyObject index for hg-core |
2019-12-19 |
phabricator |
|
Not Applicable |
D7658: rust-index: expose a method to retrieve the C index |
2019-12-19 |
phabricator |
|
Not Applicable |
D7656: rust-index: make it possible to clone the struct referencing the C index |
2019-12-19 |
phabricator |
|
Not Applicable |
D7655: rust-index: add a struct wrapping the C index |
2019-12-19 |
phabricator |
|
Not Applicable |
D7657: rust-index: handle `MixedIndex` in `pyindex_to_graph` |
2019-12-19 |
phabricator |
|
Not Applicable |
D7651: nodetree: simplify a conditionnal in shortesthexnodeidprefix |
2019-12-19 |
phabricator |
|
Not Applicable |
D7695: patch: fix header.__repr__() to not have `b''` prefixes in file names |
2019-12-19 |
phabricator |
|
Not Applicable |
D7699: cmdutil: allow native string as input to check_at_most_one_arg() |
2019-12-19 |
phabricator |
|
Not Applicable |
D7698: cmdutil: return underscore-separate name from check_at_most_one_arg() |
2019-12-19 |
phabricator |
|
Not Applicable |
D7668: status: make unresolved files always be in the morestatus structured output |
2019-12-19 |
phabricator |
|
Not Applicable |
D7704: status: make morestatus call out unresolved conflicts after update |
2019-12-19 |
phabricator |
|
Not Applicable |
D7667: status: extract active-merge state for reuse |
2019-12-19 |
phabricator |
|
Not Applicable |
D7697: rebase: restore i18n of a hint message |
2019-12-19 |
phabricator |
|
Not Applicable |
D7705: phases: make the working directory consistently a draft |
2019-12-19 |
phabricator |
|
Superseded |
D7668: status: make unresolved files always be in the morestatus structured output |
2019-12-19 |
phabricator |
|
Not Applicable |
D7704: status: make morestatus call out unresolved conflicts after update |
2019-12-19 |
phabricator |
|
Superseded |
D7667: status: extract active-merge state for reuse |
2019-12-19 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2019-12-19 |
phabricator |
|
Not Applicable |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2019-12-19 |
phabricator |
|
Not Applicable |
D7629: config: read defaultrc/ using `resources` module if available |
2019-12-19 |
phabricator |
|
Not Applicable |
D7701: resourceutil: use `from importlib import resources` |
2019-12-19 |
phabricator |
|
Not Applicable |
D7703: fix: fix handling of merge commits by using overlayworkingctx |
2019-12-18 |
phabricator |
|
Superseded |
D7700: import-checker: allow all absolute imports of stdlib modules |
2019-12-18 |
phabricator |
|
Superseded |
D7702: pyoxidizer: don't expect `fp.name` to exist on object from `resources` |
2019-12-18 |
phabricator |
|
Superseded |
D7701: resourceutil: use `from importlib import resources` |
2019-12-18 |
phabricator |
|
Superseded |
D7699: cmdutil: allow native string as input to check_at_most_one_arg() |
2019-12-18 |
phabricator |
|
Superseded |
D7698: cmdutil: return underscore-separate name from check_at_most_one_arg() |
2019-12-18 |
phabricator |
|
Superseded |
D7697: rebase: restore i18n of a hint message |
2019-12-18 |
phabricator |
|
Superseded |
[STABLE,v2] py3: force bytestr conversion of "reason" in scmutil.callcatch() |
2019-12-18 |
Denis Laxalde |
|
Accepted |
[STABLE] py3: force bytestr conversion of "reason" in scmutil.callcatch() |
2019-12-18 |
Denis Laxalde |
|
Superseded |
D7652: test: extract some generic data and utility from test-rust-ancestor.py |
2019-12-18 |
phabricator |
|
Not Applicable |
D7685: rebase: use rewriteutil.precheck() instead of reimplementing it |
2019-12-18 |
phabricator |
|
Not Applicable |
D7684: histedit: use rewriteutil.precheck() instead of reimplementing it |
2019-12-18 |
phabricator |
|
Not Applicable |
D7687: fix: use rewriteutil.precheck() instead of reimplementing it |
2019-12-18 |
phabricator |
|
Not Applicable |
D7686: split: use rewriteutil.precheck() instead of reimplementing it |
2019-12-18 |
phabricator |
|
Not Applicable |
D7645: rebase: use cmdutil.check_at_most_one_arg() for action+revision |
2019-12-18 |
phabricator |
|
Not Applicable |
D7646: rebase: inline single-use variables passed to _definedestmap() |
2019-12-18 |
phabricator |
|
Not Applicable |
D7644: rebase: use cmdutil.check_incompatible_arguments() for --auto-orphans |
2019-12-18 |
phabricator |
|
Not Applicable |
D7641: rebase: use cmdutil.check_at_most_one_arg() for --confirm/--dry-run |
2019-12-18 |
phabricator |
|
Not Applicable |
D7661: rebase: use cmdutil.check_incompatible_arguments() for action+confirm/dryrun |
2019-12-18 |
phabricator |
|
Not Applicable |
D7643: rebase: use cmdutil.check_at_most_one_arg() for -b/-s/-r |
2019-12-18 |
phabricator |
|
Not Applicable |
D7642: rebase: inline single-use `dryrun` and `confirm` variables |
2019-12-18 |
phabricator |
|
Not Applicable |
D7691: windows: factor the hgrc directory scan into a function |
2019-12-18 |
phabricator |
|
Not Applicable |
D7689: windows: clarify a comment about the hgrc search path |
2019-12-18 |
phabricator |
|
Not Applicable |
D7690: windows: don't return early from building the hgrc search path |
2019-12-18 |
phabricator |
|
Not Applicable |
D7688: windows: drop detection of Windows 95/98/ME |
2019-12-18 |
phabricator |
|
Not Applicable |
D7696: inno: drop support for Windows 95/98/ME |
2019-12-18 |
phabricator |
|
Superseded |
D7668: status: make unresolved files always be in the morestatus structured output |
2019-12-18 |
phabricator |
|
Not Applicable |
D7667: status: make morestatus call out unresolved conflicts after update |
2019-12-18 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2019-12-18 |
phabricator |
|
Not Applicable |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2019-12-18 |
phabricator |
|
Not Applicable |
D7631: absorb: allowing committed changes to be absorbed into their ancestors |
2019-12-18 |
phabricator |
|
Not Applicable |
D7630: absorb: make the absorbed changeset be automatically "evolved" |
2019-12-18 |
phabricator |
|
Not Applicable |
D7695: patch: fix header.__repr__() to not have `b''` prefixes in file names |
2019-12-18 |
phabricator |
|
Superseded |
D7694: help: drop a reference to Windows 9x |
2019-12-18 |
phabricator |
|
Superseded |
D7693: help: clarify that the Windows registry key for hgrc files is systemwide |
2019-12-18 |
phabricator |
|
Superseded |
D7692: windows: add a global equivalent to /etc/mercurial for *.rc processing |
2019-12-18 |
phabricator |
|
Superseded |
D7691: windows: factor the hgrc directory scan into a function |
2019-12-18 |
phabricator |
|
Superseded |
D7690: windows: don't return early from building the hgrc search path |
2019-12-18 |
phabricator |
|
Superseded |
D7688: windows: drop detection of Windows 95/98/ME |
2019-12-18 |
phabricator |
|
Superseded |
D7689: windows: clarify a comment about the hgrc search path |
2019-12-18 |
phabricator |
|
Superseded |
D7683: examples: add an example configuration for go source files |
2019-12-17 |
phabricator |
|
Not Applicable |
D7685: rebase: use rewriteutil.precheck() instead of reimplementing it |
2019-12-17 |
phabricator |
|
Superseded |
D7684: histedit: use rewriteutil.precheck() instead of reimplementing it |
2019-12-17 |
phabricator |
|
Superseded |
D7687: fix: use rewriteutil.precheck() instead of reimplementing it |
2019-12-17 |
phabricator |
|
Superseded |
D7686: split: use rewriteutil.precheck() instead of reimplementing it |
2019-12-17 |
phabricator |
|
Superseded |
D7683: examples: add an example configuration for go source files |
2019-12-17 |
phabricator |
|
Not Applicable |
D7683: examples: add an example configuration for go source files |
2019-12-17 |
phabricator |
|
Superseded |
D7645: rebase: use cmdutil.check_at_most_one_arg() for action+revision |
2019-12-17 |
phabricator |
|
Not Applicable |
D7646: rebase: inline single-use variables passed to _definedestmap() |
2019-12-17 |
phabricator |
|
Not Applicable |
D7644: rebase: use cmdutil.check_incompatible_arguments() for --auto-orphans |
2019-12-17 |
phabricator |
|
Not Applicable |
D7643: rebase: use cmdutil.check_at_most_one_arg() for -b/-s/-r |
2019-12-17 |
phabricator |
|
Not Applicable |
D7641: rebase: use cmdutil.check_at_most_one_arg() for --confirm/--dry-run |
2019-12-17 |
phabricator |
|
Not Applicable |
D7642: rebase: inline single-use `dryrun` and `confirm` variables |
2019-12-17 |
phabricator |
|
Not Applicable |
D7661: rebase: use cmdutil.check_incompatible_arguments() for action+confirm/dryrun |
2019-12-17 |
phabricator |
|
Not Applicable |
D7515: pytype: [WIP] suppress various warnings inline to get a clean run |
2019-12-17 |
phabricator |
|
Not Applicable |
D7627: config: drop debug messages saying where config was read from |
2019-12-17 |
phabricator |
|
Not Applicable |
D7675: util: move common proxyobserver attributes to the base class |
2019-12-17 |
phabricator |
|
Not Applicable |
D7624: rcutil: don't check if defaultrc/ is a directory -- we know it is |
2019-12-17 |
phabricator |
|
Not Applicable |
D7530: rust-dirstate-status: update bridge for new rust version of `dirstate.status` |
2019-12-17 |
phabricator |
|
Not Applicable |
D7531: rust-matchers: add support for `exactmatcher` in `dirstate.status` |
2019-12-17 |
phabricator |
|
Not Applicable |
D7529: rust-dirstate-status: add `walk_explicit` implementation, use `Matcher` trait |
2019-12-17 |
phabricator |
|
Not Applicable |
D7528: rust-matchers: add `FileMatcher` implementation |
2019-12-17 |
phabricator |
|
Not Applicable |
D7627: config: drop debug messages saying where config was read from |
2019-12-17 |
phabricator |
|
Not Applicable |
D7629: config: read defaultrc/ using `resources` module if available |
2019-12-17 |
phabricator |
|
Not Applicable |
D7616: exchange: ensure all outgoing subrepo references are present before pushing |
2019-12-17 |
phabricator |
|
Not Applicable |