D12468: dirstatemap: move `_drop_entry` out of the common methods |
2022-04-06 |
phabricator |
|
New |
D12469: dirstatemap: move `_refresh_entry` out of the common methods |
2022-04-06 |
phabricator |
|
New |
D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents |
2017-12-08 |
phabricator |
|
Not Applicable |
D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents |
2017-12-08 |
phabricator |
|
Not Applicable |
D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents |
2017-12-07 |
phabricator |
|
Not Applicable |
D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents |
2017-12-07 |
phabricator |
|
Not Applicable |
D12470: dirstatemap: move `_dirs_incr` and `_dirs_decr` methods out of the common |
2022-04-06 |
phabricator |
|
New |
D12471: dirstate-item: add missing bit of docstring |
2022-04-06 |
phabricator |
|
New |
D12472: rust-dirstatemap: implement part of the `setparents` logic |
2022-04-06 |
phabricator |
|
New |
D12473: rust-dirstatemap: remove `set_dirstate_entry`/`set_entry` methods |
2022-04-06 |
phabricator |
|
New |
D12474: rust-cpython: remove unused API to `drop_entry_and_copy_source` |
2022-04-06 |
phabricator |
|
New |
D12475: rust-dirstatemap: use `DirstateEntry::tracked` directly |
2022-04-06 |
phabricator |
|
New |
D12476: rust-dirstatemap: use `&HgPath` instead of `HgPathBuf` in `copy_map_insert` |
2022-04-06 |
phabricator |
|
New |
D12477: rust: add `Debug` trait to a bunch of structs |
2022-04-06 |
phabricator |
|
New |
D12478: rust-dirstatemap: add unit tests |
2022-04-06 |
phabricator |
|
New |
D12479: tests-racy-mutation: pass the editor through config instead of env variable |
2022-04-06 |
phabricator |
|
New |
D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update |
2017-12-08 |
phabricator |
|
Not Applicable |
D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update |
2017-12-07 |
phabricator |
|
Not Applicable |
D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update |
2017-12-07 |
phabricator |
|
Not Applicable |
D12480: run-tests: introduce "forward-slash" version of everything on windows |
2022-04-06 |
phabricator |
|
New |
D12481: debuglock: ignore ENOENT error when unlocking |
2022-04-06 |
phabricator |
|
New |
D12482: setup: fix incomplete implementation of Command |
2022-04-07 |
phabricator |
|
New |
D12483: help: clarify the unit of `ui.large-file-limit` config |
2022-04-07 |
phabricator |
|
New |
D12484: help: set the large-file-limit to 10MB |
2022-04-07 |
phabricator |
|
New |
D12485: help: add ammend to basic help page |
2022-04-08 |
phabricator |
|
New |
D12486: rust-nodemap: remove unnecessary explicit lifetime |
2022-04-09 |
phabricator |
|
New |
D12487: zeroconf: fix deprecation warning with python 3.10 |
2022-04-09 |
phabricator |
|
New |
D12488: sslutil: avoid deprecation warnings from python 3.10's ssl module |
2022-04-09 |
phabricator |
|
New |
D12489: sslutil: be less strict about which ciphers are allowed when using --insecure |
2022-04-09 |
phabricator |
|
New |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-08 |
phabricator |
|
Not Applicable |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-08 |
phabricator |
|
Not Applicable |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-08 |
phabricator |
|
Not Applicable |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-08 |
phabricator |
|
Not Applicable |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-07 |
phabricator |
|
Not Applicable |
D1248: rebase: add concludememorynode(), and call it when rebasing in-memory |
2017-12-07 |
phabricator |
|
Not Applicable |
D12490: test: override default cipher selection when connecting to TLS 1.0/1.1 servers |
2022-04-09 |
phabricator |
|
New |
D12491: sslutil: treat TLSV1_ALERT_PROTOCOL_VERSION error the same as UNSUPPORTED_PROTOCOL |
2022-04-09 |
phabricator |
|
New |
D12492: test: accept another error message on lack of TLS client certificate |
2022-04-09 |
phabricator |
|
New |
D12493: test: deal with changed error message on python 3.10 |
2022-04-11 |
phabricator |
|
New |
D12494: [RFC] rust-revlog: create nodemap on the fly if it's not persisted |
2022-04-11 |
phabricator |
|
New |
D12495: rust-dirstatemap: add `set_tracked` method |
2022-04-12 |
phabricator |
|
New |
D12496: dirstatemap: move `set_tracked` out of common methods and plug in Rust |
2022-04-12 |
phabricator |
|
New |
D12497: dirstatemap: remove unused parameter from `reset_state` |
2022-04-12 |
phabricator |
|
New |
D12498: rust-dirstate: introduce intermediate struct for dirstate-v2 data |
2022-04-12 |
phabricator |
|
New |
D12499: rust-dirstatemap: add Rust implementation of `reset_state` |
2022-04-12 |
phabricator |
|
New |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-08 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-08 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-08 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-08 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-08 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-07 |
phabricator |
|
Not Applicable |
D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise |
2017-12-07 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-08-15 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-08-13 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-08-04 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-08-04 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-08-01 |
phabricator |
|
Not Applicable |
D124: phabricator: change "readpatch" to be more flexible |
2017-07-18 |
phabricator |
|
Superseded |
D12500: dirstatemap: move `reset_state` out of common methods |
2022-04-12 |
phabricator |
|
New |
D12501: dirstatemap: remove `_insert_entry` |
2022-04-12 |
phabricator |
|
New |
D12502: rust-dirstatemap: add `set_clean` method |
2022-04-12 |
phabricator |
|
New |
D12503: dirstatemap: move `set_clean` out of common methods |
2022-04-12 |
phabricator |
|
New |
D12504: rust-dirstatemap: add `set_possibly_dirty` method |
2022-04-12 |
phabricator |
|
New |
D12505: dirstatemap: move `set_possibly_dirty` out of the common methods |
2022-04-12 |
phabricator |
|
New |
D12506: rust-dirstatemap: add `set_untracked` method |
2022-04-12 |
phabricator |
|
New |
D12507: dirstatemap: move `set_untracked` out of the common methods |
2022-04-12 |
phabricator |
|
New |
D12508: rhg: use the new `set_clean` API |
2022-04-12 |
phabricator |
|
New |
D12509: rust-dirstatemap: remove `removefile` API |
2022-04-12 |
phabricator |
|
New |
D12510: rust-distatemap: remove `addfile` API |
2022-04-12 |
phabricator |
|
New |
D12511: rust-dirstatemap: remove unused `_refresh_entry` implementation |
2022-04-12 |
phabricator |
|
New |
D12512: rust-dirstatemap: remove `__settitem__` |
2022-04-12 |
phabricator |
|
New |
D12513: rust-dirstatemap: remove `_drop_entry` |
2022-04-12 |
phabricator |
|
New |
D12514: dirstatemap: move `_drop_entry` out of the common methods |
2022-04-12 |
phabricator |
|
New |
D12515: dirstatemap: move `_refresh_entry` out of the common methods |
2022-04-12 |
phabricator |
|
New |
D12516: dirstatemap: move `_dirs_incr` and `_dirs_decr` methods out of the common |
2022-04-12 |
phabricator |
|
New |
D12517: dirstate-item: add missing bit of docstring |
2022-04-12 |
phabricator |
|
New |
D12518: rust-dirstatemap: implement part of the `setparents` logic |
2022-04-12 |
phabricator |
|
New |
D12519: rust-dirstatemap: remove `set_dirstate_entry`/`set_entry` methods |
2022-04-12 |
phabricator |
|
New |
D12520: rust-cpython: remove unused API to `drop_entry_and_copy_source` |
2022-04-12 |
phabricator |
|
New |
D12521: rust-dirstatemap: use `DirstateEntry::tracked` directly |
2022-04-12 |
phabricator |
|
New |
D12522: rust-dirstatemap: use `&HgPath` instead of `HgPathBuf` in `copy_map_insert` |
2022-04-12 |
phabricator |
|
New |
D12523: rust: add `Debug` trait to a bunch of structs |
2022-04-12 |
phabricator |
|
New |
D12524: rust-dirstatemap: add unit tests |
2022-04-12 |
phabricator |
|
New |
D12525: rust-dirstatemap: add `clear_cached_mtime` helper method |
2022-04-12 |
phabricator |
|
New |
D12526: rust-dirstatemap: add `set_cached_mtime` helper method |
2022-04-12 |
phabricator |
|
New |
D12527: rust-dirstatemap: inline the last `get_or_insert` call |
2022-04-12 |
phabricator |
|
New |
D12528: rust-dirstatemap: add a simpler method `get_or_insert_node` for the common case |
2022-04-12 |
phabricator |
|
New |
D12529: rust-dirstatemap: add `each_ancestor` argument to `get_node_mut` |
2022-04-12 |
phabricator |
|
New |
D1252: dirstate: move clear onto dirstatemap class |
2017-10-28 |
phabricator |
|
Not Applicable |
D1252: dirstate: move clear onto dirstatemap class |
2017-10-26 |
phabricator |
|
Superseded |
D12530: rust-dirstatemap: use `get_node_mut` instead or `get_or_insert_node` |
2022-04-12 |
phabricator |
|
New |
D12531: rust-dirstatemap: add simpler version of `get_node_mut` |
2022-04-12 |
phabricator |
|
New |
D12532: rust-dirstatemap: use a checked sub instead of a potentially underflowing one |
2022-04-12 |
phabricator |
|
New |
D12533: rust-hg-cpython: remove use of `EntryState` |
2022-04-12 |
phabricator |
|
New |
D12534: rust: use `entry.tracked()` directly |
2022-04-12 |
phabricator |
|
New |
D12535: rust: remove use of `EntryState` in `DirsMultiset` |
2022-04-12 |
phabricator |
|
New |
D12536: rust-dirstate-entry: add `modified` method |
2022-04-12 |
phabricator |
|
New |
D12537: rust-dirstatemap: stop using `.state` in `is_from_other_parent` |
2022-04-12 |
phabricator |
|
New |
D12538: rust-dirstatemap: stop using `state()` in the cache logic |
2022-04-12 |
phabricator |
|
New |
D12539: rust-status: stop using `state()` in `handle_normal_file` |
2022-04-12 |
phabricator |
|
New |
D1253: dirstate: avoid reading the map when possible (issue5713) (issue5717) |
2017-10-28 |
phabricator |
|
Not Applicable |
D1253: dirstate: avoid reading the map when possible (issue5713) (issue5717) |
2017-10-26 |
phabricator |
|
Superseded |
D12540: rust-status: stop using `state()` in the dispatch logic |
2022-04-12 |
phabricator |
|
New |
D12541: rust-dirstatemap: remove unused helper from the old API |
2022-04-12 |
phabricator |
|
New |
D12542: narrow: support debugupgraderepo |
2022-04-12 |
phabricator |
|
New |
D12543: rhg: refactor to pass argv down, instead of caling args_os() |
2022-04-12 |
phabricator |
|
New |
D12544: rust-nodemap-docket: move check of nodemap requirement to caller |
2022-04-13 |
phabricator |
|
New |
D12545: rust-nodemap-docket: make unaware of `Repo` |
2022-04-13 |
phabricator |
|
New |
D12546: rust-revlog: move check for nodemap requirement to caller |
2022-04-13 |
phabricator |
|
New |
D12547: rust-revlog: make unaware of `Repo` |
2022-04-13 |
phabricator |
|
New |
D12548: changelog: avoid copying changeset data into `ChangesetRevisionData` |
2022-04-13 |
phabricator |
|
New |
D12549: branchmap: add a test that shows bad interaction with strip |
2022-04-13 |
phabricator |
|
New |
D12550: absorb: make `--edit-lines` imply `--apply-changes` |
2022-04-13 |
phabricator |
|
New |
D12551: tests: add test demonstrating issue with ambiguous has prefixes during rebase |
2022-04-13 |
phabricator |
|
New |
D12552: rebase: while rewriting desc hashes, ignore ambiguous prefix "hashes" |
2022-04-13 |
phabricator |
|
New |
D12553: setup: fix the py2exe logic to work with py3 |
2022-04-13 |
phabricator |
|
New |
D12554: resourceutil: force filesystem access to resources when using py2exe |
2022-04-13 |
phabricator |
|
New |
D12555: procutil: avoid `+= None` when writing to full std{err, out} descriptor on py3 |
2022-04-13 |
phabricator |
|
New |
D12556: windows: disable pager when packaged with py2exe |
2022-04-13 |
phabricator |
|
New |
D12557: windows: fix stdio with py2exe and py3 |
2022-04-13 |
phabricator |
|
New |
D12558: rust-filelog: don't use persistent nodemap (to match Python) |
2022-04-14 |
phabricator |
|
New |
D12559: contrib: update python dependencies on Windows |
2022-04-15 |
phabricator |
|
New |
D12560: contrib: add a hint if the Windows dependency MSI is already installed |
2022-04-15 |
phabricator |
|
New |
D12561: rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo` |
2022-04-15 |
phabricator |
|
New |
D12562: repo: extract a function for checking nodemap requirement |
2022-04-15 |
phabricator |
|
New |
D12563: rust-revlog: change default version from 2 to 1 in test builder |
2022-04-16 |
phabricator |
|
New |
D12564: rust-revlog: make `IndexEntryBuilder` build a whole entry |
2022-04-16 |
phabricator |
|
New |
D12565: rust-revlog: add tests for p1/p2 getters, as promised in D12442 |
2022-04-16 |
phabricator |
|
New |
D12566: idirstate: add missing get_entry() method |
2022-04-18 |
phabricator |
|
New |
D12567: git: adapt to some recent dirstate API changes |
2022-04-18 |
phabricator |
|
New |
D12568: git: un-byteify the `mode` argument for the builtin `open()` |
2022-04-18 |
phabricator |
|
New |
D12569: packaging: add a missing parenthesis to help text |
2022-04-18 |
phabricator |
|
New |
D12570: packaging: drop python27 references from the Windows instructions |
2022-04-18 |
phabricator |
|
New |
D12571: packaging: fix the type hint on the download_entry function |
2022-04-18 |
phabricator |
|
New |
D12572: tests: demonstrate crash on partial amend with copies in changesets |
2022-04-19 |
phabricator |
|
New |
D12573: amend: don't remove unselected removals from memctx |
2022-04-19 |
phabricator |
|
New |
D12574: rust: fix formatting |
2022-04-19 |
phabricator |
|
New |
D12575: actions: fix formatting issue |
2022-04-19 |
phabricator |
|
New |
D12576: amend: move "return None for removed files" into block handling filestoamend |
2022-04-19 |
phabricator |
|
New |
D12577: amend: small refactor of logic for clarity |
2022-04-19 |
phabricator |
|
New |
D12578: rhg: use `Command::exec` instead of `Command::status` |
2022-04-20 |
phabricator |
|
New |
D12579: chg: make `chg --cwd $anything -R $relativepath` behave better |
2022-04-20 |
phabricator |
|
New |
D1257: dirstate: remove excess attribute lookups for dirstate.status (issue5714) |
2017-10-29 |
phabricator |
|
Not Applicable |
D1257: dirstate: remove excess attribute lookups for dirstate.status (issue5714) |
2017-10-28 |
phabricator |
|
Not Applicable |
D1257: dirstate: remove excess attribute lookups for dirstate.status (issue5714) |
2017-10-27 |
phabricator |
|
Superseded |
D12580: rust-dirstate-v2: save proper data size if no new data on append |
2022-04-21 |
phabricator |
|
New |
D12581: rust-dirstate-v2: clean up previous data file after the docket is written |
2022-04-21 |
phabricator |
|
New |
D12582: rust-repo: make `Send` by not storing functions in `LazyCell` |
2022-04-21 |
phabricator |
|
New |
D12583: iblt: prototype for setdiscovery |
2022-04-21 |
phabricator |
|
New |
D12584: censor: demonstrate a bug |
2022-04-22 |
phabricator |
|
New |
D12585: commit: don't use hard-coded `.hg/last-message.txt` path in error message |
2022-04-22 |
phabricator |
|
New |
D12586: rhg: fix dirstate-v2 data file removal system |
2022-04-25 |
phabricator |
|
New |
D12587: color: support the NO_COLOR environment variable |
2022-04-26 |
phabricator |
|
New |
D12588: filemerge: add configs to disable some or all partial merge tools |
2022-04-26 |
phabricator |
|
New |
D12589: tests: fix misspelling of supersede |
2022-04-27 |
phabricator |
|
New |
D1258: tersestatus: make sure we use os.path.* to split paths (issue5715) |
2017-10-27 |
phabricator |
|
Superseded |
D12590: dirstate-v2: add flag to `debugstate` to print docket information |
2022-04-28 |
phabricator |
|
New |
D12591: debugcommands: remove `debugdirstateignorepatternhash` |
2022-04-28 |
phabricator |
|
New |
D12592: test-dirstate: use new `--docket` flag to get the data uuid |
2022-04-28 |
phabricator |
|
New |
D12593: rust-dirstate-v2: show `unused_bytes` counter is not reset on total rewrite |
2022-04-28 |
phabricator |
|
New |
D12594: rust-dirstate-v2: fix the unused bytes counter when rewriting the dirstate |
2022-04-28 |
phabricator |
|
New |
D12595: wix: drop python2 conditionals |
2022-04-28 |
phabricator |
|
New |
D12596: wix: bump the minimum Windows required to 8.1 |
2022-04-28 |
phabricator |
|
New |
D12598: tests: make sure .js files stay in ASCII encoding (issue6559) |
2022-05-02 |
phabricator |
|
New |
D12599: doc: use an absolute path in sys.path to work around a python DLL loading bug |
2022-05-03 |
phabricator |
|
New |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-15 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-13 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-10 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-04 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-04 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-08-01 |
phabricator |
|
Not Applicable |
D125: phabricator: add a small language to query Differential Revisions |
2017-07-18 |
phabricator |
|
Superseded |
D12600: Enforce narrowacl in narrow_widen |
2022-05-04 |
phabricator |
|
New |
D12601: test-dirstate: fix detection of Rust environment variable |
2022-05-04 |
phabricator |
|
New |
D12602: test-dirstate: print something when the check is skipped |
2022-05-04 |
phabricator |
|
New |
D12603: diff: graduate merge diffs from experimental and add to tweakdefaults |
2022-05-04 |
phabricator |
|
New |
D12604: censor: fix [hg update] away from a revision with censored files |
2022-05-04 |
phabricator |
|
New |
D12605: diff: add help text to highlight the ability to do "merge diffs" |
2022-05-04 |
phabricator |
|
New |
D12606: contrib: migrate off of a couple of bitbucket URLs |
2022-05-04 |
phabricator |
|
New |
D12607: censor: make rhg fall back to python when encountering a censored node |
2022-05-05 |
phabricator |
|
New |
D12608: node: manually implement Debug |
2022-05-05 |
phabricator |
|
New |
D12609: obsolete: remove two unused constants |
2022-05-05 |
phabricator |
|
New |
D12610: rust: make requirements public |
2022-05-06 |
phabricator |
|
New |
D12611: auto-upgrade: introduce a way to auto-upgrade to/from share-safe |
2022-05-06 |
phabricator |
|
New |
D12612: upgrade: split some logic from UpgradeOperation |
2022-05-06 |
phabricator |
|
New |
D12613: auto-upgrade: introduce a way to auto-upgrade to/from tracked-hint |
2022-05-06 |
phabricator |
|
New |
D12614: auto-upgrade: introduce a way to auto-upgrade to/from dirstate-v2 |
2022-05-06 |
phabricator |
|
New |
D12615: auto-upgrade: add a test case with no permission to lock the repository |
2022-05-06 |
phabricator |
|
New |
D12616: debuglock: make the command more useful in non-interactive mode |
2022-05-06 |
phabricator |
|
New |
D12617: wait-on-file: properly wait on any file and symlink |
2022-05-06 |
phabricator |
|
New |
D12618: auto-upgrade: add a test case where the repository is already locked |
2022-05-06 |
phabricator |
|
New |
D12619: auto-upgrade: skip the operation if the repository cannot be locked |
2022-05-06 |
phabricator |
|
New |
D12620: tests: make sure .js files stay in ASCII encoding (issue6559) |
2022-05-09 |
phabricator |
|
New |
D12621: check-py3-compat: use an absolute path in sys.path |
2022-05-10 |
phabricator |
|
New |
D12622: doc: use an absolute path in sys.path |
2022-05-10 |
phabricator |
|
New |
D12623: clone: use better names for temp files |
2022-05-10 |
phabricator |
|
New |
D12624: amend: add test showing poor behavior when copies are involved |
2022-05-12 |
phabricator |
|
New |
D12625: amend: stop specifying matcher, get all copies in wctx |
2022-05-12 |
phabricator |
|
New |
D12626: revlog: use %d to format int instead of %lu (issue6565) |
2022-05-17 |
phabricator |
|
New |
D12627: worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444) |
2022-05-17 |
phabricator |
|
New |
D12628: worker: fix `_blockingreader.read()` to really block |
2022-05-18 |
phabricator |
|
New |
D1269: children: fix the log expansion of `hg children` in doc |
2017-10-31 |
phabricator |
|
Not Applicable |
D1269: children: fix the log expansion of `hg children` in doc |
2017-10-31 |
phabricator |
|
Superseded |
D126: phabricator: add status to revision query language |
2017-08-15 |
phabricator |
|
Not Applicable |
D126: phabricator: add status to revision query language |
2017-08-13 |
phabricator |
|
Not Applicable |
D126: phabricator: add status to revision query language |
2017-08-04 |
phabricator |
|
Not Applicable |
D126: phabricator: add status to revision query language |
2017-08-04 |
phabricator |
|
Not Applicable |
D126: phabricator: add status to revision query language |
2017-08-01 |
phabricator |
|
Not Applicable |
D126: phabricator: add status to revision query language |
2017-07-18 |
phabricator |
|
Superseded |
D1270: help: adding a topic on flags |
2017-11-13 |
phabricator |
|
Not Applicable |
D1270: help: adding a topic on flags |
2017-11-09 |
phabricator |
|
Not Applicable |
D1270: help: adding a topic on flags |
2017-11-08 |
phabricator |
|
Not Applicable |
D1270: help: adding a topic on flags |
2017-10-31 |
phabricator |
|
Superseded |
D127: phabricator: add phabupdate command to update status in batch |
2017-08-15 |
phabricator |
|
Not Applicable |
D127: phabricator: add phabupdate command to update status in batch |
2017-08-13 |
phabricator |
|
Not Applicable |
D127: phabricator: add phabupdate command to update status in batch |
2017-08-04 |
phabricator |
|
Not Applicable |
D127: phabricator: add phabupdate command to update status in batch |
2017-08-04 |
phabricator |
|
Not Applicable |
D127: phabricator: add phabupdate command to update status in batch |
2017-07-18 |
phabricator |
|
Superseded |
D1282: test-dispatch: stabilize the test |
2017-11-01 |
phabricator |
|
Not Applicable |
D1282: test-dispatch: stabilize the test |
2017-11-01 |
phabricator |
|
Superseded |
D1285: localrepo: add a new attribute _visibilityexceptions and related API |
2017-11-02 |
phabricator |
|
Superseded |
D1285: repoview: add a new attribute _visibilityexceptions and related API |
2017-12-04 |
phabricator |
|
Not Applicable |
D1285: repoview: add a new attribute _visibilityexceptions and related API |
2017-12-01 |
phabricator |
|
Not Applicable |
D1285: repoview: add a new attribute _visibilityexceptions and related API |
2017-11-29 |
phabricator |
|
Not Applicable |
D1285: repoview: add a new attribute _visibilityexceptions and related API |
2017-11-23 |
phabricator |
|
Not Applicable |
D1286: repoview: also consider visibility exceptions in pinnedrevs |
2017-11-02 |
phabricator |
|
Superseded |
D1286: repoview: consider visibility exceptions in computehidden() |
2017-11-23 |
phabricator |
|
Not Applicable |
D1286: repoview: consider visibility exceptions in filterrevs() |
2017-12-01 |
phabricator |
|
Not Applicable |
D1286: repoview: consider visibility exceptions in filterrevs() |
2017-11-29 |
phabricator |
|
Not Applicable |
D1287: repoview: add two new filternames to be used for accessing hidden commits |
2017-12-04 |
phabricator |
|
Not Applicable |
D1287: repoview: add two new filternames to be used for accessing hidden commits |
2017-12-01 |
phabricator |
|
Not Applicable |
D1287: repoview: add two new filternames to be used for accessing hidden commits |
2017-11-29 |
phabricator |
|
Not Applicable |
D1287: repoview: add two new filternames to be used for accessing hidden commits |
2017-11-23 |
phabricator |
|
Not Applicable |
D1287: repoview: add two new filternames to be used for accessing hidden commits |
2017-11-02 |
phabricator |
|
Superseded |
D1288: dispatch: filter the repository depending on func.cmdtype |
2017-12-04 |
phabricator |
|
Not Applicable |
D1288: dispatch: filter the repository depending on func.cmdtype |
2017-11-02 |
phabricator |
|
Superseded |
D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template |
2017-11-22 |
phabricator |
|
Not Applicable |
D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template |
2017-11-21 |
phabricator |
|
Not Applicable |
D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template |
2017-11-21 |
phabricator |
|
Not Applicable |
D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template |
2017-11-20 |
phabricator |
|
Not Applicable |
D1293: rebase: use fm.formatlist() and fm.formatdict() to support user template |
2017-11-02 |
phabricator |
|
Superseded |
D1295: py3: handle keyword arguments in hgext/amend.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1295: py3: handle keyword arguments in hgext/amend.py |
2017-11-02 |
phabricator |
|
Superseded |
D1296: py3: handle keyword arguments in hgext/automv.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1296: py3: handle keyword arguments in hgext/automv.py |
2017-11-02 |
phabricator |
|
Superseded |
D1297: py3: handle keyword arguments in hgext/blackbox.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1297: py3: handle keyword arguments in hgext/blackbox.py |
2017-11-02 |
phabricator |
|
Superseded |
D1298: py3: handle keyword arguments in hgext/children.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1298: py3: handle keyword arguments in hgext/children.py |
2017-11-02 |
phabricator |
|
Superseded |
D1299: py3: handle keyword arguments in hgext/churn.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1299: py3: handle keyword arguments in hgext/churn.py |
2017-11-02 |
phabricator |
|
Superseded |
D1300: py3: handle keyword arguments in hgext/commitextras.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1300: py3: handle keyword arguments in hgext/commitextras.py |
2017-11-02 |
phabricator |
|
Superseded |
D1301: py3: handle keyword arguments in hgext/extdiff.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1301: py3: handle keyword arguments in hgext/extdiff.py |
2017-11-02 |
phabricator |
|
Superseded |
D1302: py3: handle keyword arguments in hgext/fetch.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1302: py3: handle keyword arguments in hgext/fetch.py |
2017-11-02 |
phabricator |
|
Superseded |
D1303: py3: handle keyword arguments in hgext/gpg.py |
2017-11-04 |
phabricator |
|
Not Applicable |
D1303: py3: handle keyword arguments in hgext/gpg.py |
2017-11-02 |
phabricator |
|
Superseded |
D1310: tests: add a test demonstrating issue5731 |
2017-11-09 |
phabricator |
|
Not Applicable |
D1310: tests: add a test demonstrating issue5731 |
2017-11-03 |
phabricator |
|
Not Applicable |
D1310: tests: add a test demonstrating issue5731 |
2017-11-03 |
phabricator |
|
Superseded |
D1311: scmutil: don't try to delete origbackup symlinks to directories (issue5731) |
2017-11-09 |
phabricator |
|
Not Applicable |
D1311: scmutil: don't try to delete origbackup symlinks to directories (issue5731) |
2017-11-03 |
phabricator |
|
Not Applicable |
D1311: scmutil: don't try to delete origbackup symlinks to directories (issue5731) |
2017-11-03 |
phabricator |
|
Superseded |
D1313: dirstate: gate access to self._map.dirs |
2017-11-03 |
phabricator |
|
New |
D1316: py3: handle keyword arguments in hgext/graphlog.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1316: py3: handle keyword arguments in hgext/graphlog.py |
2017-11-04 |
phabricator |
|
Superseded |
D1317: py3: handle keyword arguments in hgext/hgk.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1317: py3: handle keyword arguments in hgext/hgk.py |
2017-11-04 |
phabricator |
|
Superseded |
D1318: py3: handle keyword arguments in hgext/histedit.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1318: py3: handle keyword arguments in hgext/histedit.py |
2017-11-04 |
phabricator |
|
Superseded |
D1319: py3: handle keyword arguments in hgext/journal.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1319: py3: handle keyword arguments in hgext/journal.py |
2017-11-04 |
phabricator |
|
Superseded |
D1320: py3: handle keyword arguments in hgext/keyword.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1320: py3: handle keyword arguments in hgext/keyword.py |
2017-11-04 |
phabricator |
|
Superseded |
D1321: py3: handle keyword arguments in hgext/rebase.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1321: py3: handle keyword arguments in hgext/rebase.py |
2017-11-04 |
phabricator |
|
Superseded |
D1322: py3: handle keyword arguments in hgext/releasenotes.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1322: py3: handle keyword arguments in hgext/releasenotes.py |
2017-11-04 |
phabricator |
|
Superseded |
D1323: py3: handle keyword arguments in hgext/uncommit.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1323: py3: handle keyword arguments in hgext/uncommit.py |
2017-11-04 |
phabricator |
|
Superseded |
D1324: py3: handle keyword arguments in hgext/shelve.py |
2017-11-09 |
phabricator |
|
Not Applicable |
D1324: py3: handle keyword arguments in hgext/shelve.py |
2017-11-04 |
phabricator |
|
Superseded |
D1329: bundle: allow bundlerepo to support alternative manifest implementations |
2017-11-10 |
phabricator |
|
Not Applicable |
D1329: bundle: allow bundlerepo to support alternative manifest implementations |
2017-11-07 |
phabricator |
|
Superseded |
D1331: cat: test output path behvaior when target path does not exist |
2017-11-09 |
phabricator |
|
Not Applicable |
D1331: cat: test output path behvaior when target path does not exist |
2017-11-07 |
phabricator |
|
Superseded |
D1332: cmdutil: create dirs for templated cat file output |
2017-11-09 |
phabricator |
|
Not Applicable |
D1332: cmdutil: create dirs for templated cat file output |
2017-11-07 |
phabricator |
|
Superseded |
D1336: remove: print message for each file in verbose mode only while using `-A` |
2017-11-21 |
phabricator |
|
Not Applicable |
D1336: remove: print message for each file in verbose mode only while using `-A` |
2017-11-17 |
phabricator |
|
Not Applicable |
D1336: remove: print message for each file in verbose mode only while using `-A` |
2017-11-13 |
phabricator |
|
Not Applicable |
D1336: remove: print message for each file in verbose mode only while using `-A` |
2017-11-11 |
phabricator |
|
Not Applicable |
D1336: remove: print message for each file in verbose mode only while using `-A` |
2017-11-11 |
phabricator |
|
Not Applicable |
D1336: Summary: hg rm -A option prints the message of every file in the repo. This is not very user friendly for a big repository with thousands of files. So enabling this feature only when run in --verbose mode (hg rm -Av) |
2017-11-08 |
phabricator |
|
Superseded |
D1336: Summary: Removing ui.verbose check in the elif comdition. |
2017-11-10 |
phabricator |
|
Not Applicable |
D1336: Summary: Removing ui.verbose check in the elif comdition. |
2017-11-10 |
phabricator |
|
Not Applicable |
D1337: util: add util.clearcachedproperty |
2017-11-10 |
phabricator |
|
Not Applicable |
D1337: util: add util.clearcachedproperty |
2017-11-08 |
phabricator |
|
Superseded |
D1338: dirstate: clear map cached properties when clearing the map |
2017-11-10 |
phabricator |
|
Not Applicable |
D1338: dirstate: clear map cached properties when clearing the map |
2017-11-08 |
phabricator |
|
Superseded |
D1339: dirstate: don't remove normallookup files from nonnormalset |
2017-11-10 |
phabricator |
|
Not Applicable |
D1339: dirstate: don't remove normallookup files from nonnormalset |
2017-11-08 |
phabricator |
|
Superseded |
D1340: dirstate: add explicit methods for modifying dirstate |
2017-11-17 |
phabricator |
|
Not Applicable |
D1340: dirstate: add explicit methods for modifying dirstate |
2017-11-15 |
phabricator |
|
Not Applicable |
D1340: dirstate: add explicit methods for modifying dirstate |
2017-11-13 |
phabricator |
|
Not Applicable |
D1340: dirstate: add explicit methods for modifying dirstate |
2017-11-08 |
phabricator |
|
Superseded |
D1341: dirstate: move management of nonnormal sets into dirstate map |
2017-11-17 |
phabricator |
|
Not Applicable |
D1341: dirstate: move management of nonnormal sets into dirstate map |
2017-11-15 |
phabricator |
|
Not Applicable |
D1341: dirstate: move management of nonnormal sets into dirstate map |
2017-11-13 |
phabricator |
|
Not Applicable |
D1341: dirstate: move management of nonnormal sets into dirstate map |
2017-11-08 |
phabricator |
|
Superseded |
D1342: dirstate: move management of the dirstate dirs into the dirstatemap |
2017-11-17 |
phabricator |
|
Not Applicable |
D1342: dirstate: move management of the dirstate dirs into the dirstatemap |
2017-11-15 |
phabricator |
|
Not Applicable |
D1342: dirstate: move management of the dirstate dirs into the dirstatemap |
2017-11-13 |
phabricator |
|
Not Applicable |
D1342: dirstate: move management of the dirstate dirs into the dirstatemap |
2017-11-08 |
phabricator |
|
Superseded |
D1343: dirstate: move dropping of folded filenames into the dirstate map |
2017-11-17 |
phabricator |
|
Not Applicable |
D1343: dirstate: move dropping of folded filenames into the dirstate map |
2017-11-15 |
phabricator |
|
Not Applicable |
D1343: dirstate: move dropping of folded filenames into the dirstate map |
2017-11-13 |
phabricator |
|
Not Applicable |
D1343: dirstate: move dropping of folded filenames into the dirstate map |
2017-11-08 |
phabricator |
|
Superseded |
D1344: dirstate: remove _droppath method |
2017-11-17 |
phabricator |
|
Not Applicable |
D1344: dirstate: remove _droppath method |
2017-11-15 |
phabricator |
|
Not Applicable |
D1344: dirstate: remove _droppath method |
2017-11-13 |
phabricator |
|
Not Applicable |
D1344: dirstate: remove _droppath method |
2017-11-08 |
phabricator |
|
Superseded |
D1345: dirstate: add explicit methods for querying directories |
2017-11-13 |
phabricator |
|
Not Applicable |
D1345: dirstate: add explicit methods for querying directories |
2017-11-08 |
phabricator |
|
Superseded |
D1345: dirstate: add explicit methods for querying directories (API) |
2017-11-17 |
phabricator |
|
Not Applicable |
D1345: dirstate: add explicit methods for querying directories (API) |
2017-11-15 |
phabricator |
|
Not Applicable |
D1346: fsmonitor: only access inner dirstate map if it is available |
2017-11-17 |
phabricator |
|
Not Applicable |
D1346: fsmonitor: only access inner dirstate map if it is available |
2017-11-15 |
phabricator |
|
Not Applicable |
D1346: fsmonitor: only access inner dirstate map if it is available |
2017-11-08 |
phabricator |
|
Superseded |
D1347: dirstate: make map implementation overridable |
2017-11-17 |
phabricator |
|
Not Applicable |
D1347: dirstate: make map implementation overridable |
2017-11-15 |
phabricator |
|
Not Applicable |
D1347: dirstate: make map implementation overridable |
2017-11-13 |
phabricator |
|
Not Applicable |
D1347: dirstate: make map implementation overridable |
2017-11-08 |
phabricator |
|
Superseded |
D1348: histedit: add support to output nodechanges using formatter |
2017-11-25 |
phabricator |
|
Not Applicable |
D1348: histedit: add support to output nodechanges using formatter |
2017-11-22 |
phabricator |
|
Not Applicable |
D1348: histedit: add support to output nodechanges using formatter |
2017-11-11 |
phabricator |
|
Not Applicable |
D1348: histedit: add support to output nodechanges using formatter |
2017-11-08 |
phabricator |
|
Superseded |
D134: rebase: add config to move rebase into a single transaction |
2017-07-18 |
phabricator |
|
Not Applicable |
D134: rebase: add config to move rebase into a single transaction |
2017-07-18 |
phabricator |
|
Not Applicable |
D134: rebase: add config to move rebase into a single transaction |
2017-07-18 |
phabricator |
|
Superseded |
D1351: changegroup: use any node, not min(), in treemanifest's generatemanifests |
2017-11-10 |
phabricator |
|
Not Applicable |
D1351: changegroup: use any node, not min(), in treemanifest's generatemanifests |
2017-11-10 |
phabricator |
|
Not Applicable |
D1351: changegroup: use any node, not min(), in treemanifest's generatemanifests |
2017-11-09 |
phabricator |
|
Superseded |
D1354: dirstate: change all writes to dirstatemap._map to go through one method |
2017-11-15 |
phabricator |
|
Not Applicable |
D1354: dirstate: change all writes to dirstatemap._map to go through one method. |
2017-11-10 |
phabricator |
|
Superseded |
D1355: pull: clarify that -u only updates linearly |
2017-11-10 |
phabricator |
|
Not Applicable |
D1355: pull: clarify that -u only updates linearly |
2017-11-10 |
phabricator |
|
Superseded |
D1356: remotenames: add test showing overwriting on remotenames data |
2017-11-10 |
phabricator |
|
Superseded |
D1357: remotenames: consider existing data while storing newer data |
2017-11-10 |
phabricator |
|
Superseded |
D1358: remotenames: store journal entry for bookmarks if journal is loaded |
2017-11-10 |
phabricator |
|
Superseded |
D135: rebase: use one dirstateguard for when using rebase.singletransaction |
2017-08-01 |
phabricator |
|
Not Applicable |
D135: rebase: use one dirstateguard for when using rebase.singletransaction |
2017-07-20 |
phabricator |
|
Not Applicable |
D135: rebase: use one dirstateguard for when using rebase.singletransaction |
2017-07-18 |
phabricator |
|
Not Applicable |
D135: rebase: use one dirstateguard for when using rebase.singletransaction |
2017-07-18 |
phabricator |
|
Superseded |
D136: run-tests: combine color conditions into one |
2017-07-18 |
phabricator |
|
Superseded |
D1370: bundle2: use os.SEEK_* constants |
2017-11-13 |
phabricator |
|
Not Applicable |
D1370: bundle2: use os.SEEK_* constants |
2017-11-12 |
phabricator |
|
Superseded |
D1371: global: remove redundant parenthesis |
2017-11-12 |
phabricator |
|
New |
D1372: bundlerepo: make methods agree with base class |
2017-11-13 |
phabricator |
|
Not Applicable |
D1372: bundlerepo: make methods agree with base class |
2017-11-12 |
phabricator |
|
Superseded |
D1373: bundlerepo: use suffix variable |
2017-11-13 |
phabricator |
|
Not Applicable |
D1373: bundlerepo: use suffix variable |
2017-11-12 |
phabricator |
|
Superseded |
D1374: bundlerepo: rename arguments to bundlerepository.__init__ |
2017-11-13 |
phabricator |
|
Not Applicable |
D1374: bundlerepo: rename arguments to bundlerepository.__init__ |
2017-11-12 |
phabricator |
|
Superseded |
D1375: bundlerepo: add docstring for bundlerepository class |
2017-11-13 |
phabricator |
|
Not Applicable |
D1375: bundlerepo: add docstring for bundlerepository class |
2017-11-12 |
phabricator |
|
Superseded |
D1376: bundlerepo: don't assume there are only two bundle classes |
2017-11-13 |
phabricator |
|
Not Applicable |
D1376: bundlerepo: don't assume there are only two bundle classes |
2017-11-12 |
phabricator |
|
Superseded |
D1377: bundlerepo: make bundle and bundlefile attributes private |
2017-11-13 |
phabricator |
|
Not Applicable |
D1377: bundlerepo: make bundle and bundlefile attributes private |
2017-11-12 |
phabricator |
|
Superseded |
D1378: bundlerepo: assign bundle attributes in bundle type blocks |
2017-11-13 |
phabricator |
|
Not Applicable |
D1378: bundlerepo: assign bundle attributes in bundle type blocks |
2017-11-12 |
phabricator |
|
Superseded |
D1379: bundlerepo: rename _bundle to _cgunpacker |
2017-11-13 |
phabricator |
|
Not Applicable |
D1379: bundlerepo: rename _bundle to _cgunpacker |
2017-11-12 |
phabricator |
|
Superseded |
D1380: dirstate: document dirstatemap interface |
2017-11-17 |
phabricator |
|
Not Applicable |
D1380: dirstate: document dirstatemap interface |
2017-11-15 |
phabricator |
|
Not Applicable |
D1380: dirstate: document dirstatemap interface |
2017-11-13 |
phabricator |
|
Superseded |
D1381: crecord: fix revert -ir '.^' crash caused by 3649c3f2cd |
2017-11-17 |
phabricator |
|
Not Applicable |
D1381: crecord: fix revert -ir '.^' crash caused by 3649c3f2cd |
2017-11-14 |
phabricator |
|
Not Applicable |
D1381: crecord: fix revert -r '.^' crash caused by 3649c3f2cd |
2017-11-14 |
phabricator |
|
Superseded |
D1382: bundlerepo: use early return |
2017-11-17 |
phabricator |
|
Not Applicable |
D1382: bundlerepo: use early return |
2017-11-14 |
phabricator |
|
Superseded |
D1383: bundlerepo: rename "bundle" arguments to "cgunpacker" |
2017-11-17 |
phabricator |
|
Not Applicable |
D1383: bundlerepo: rename "bundle" arguments to "cgunpacker" |
2017-11-14 |
phabricator |
|
Superseded |
D1384: bundlerepo: rename "bundlefilespos" variable and attribute |
2017-11-17 |
phabricator |
|
Not Applicable |
D1384: bundlerepo: rename "bundlefilespos" variable and attribute |
2017-11-14 |
phabricator |
|
Superseded |
D1385: perf: add command to benchmark bundle reading |
2017-11-20 |
phabricator |
|
Not Applicable |
D1385: perf: add command to benchmark bundle reading |
2017-11-14 |
phabricator |
|
Superseded |
D1386: bundle2: extract logic for seeking bundle2 part into own class |
2017-11-20 |
phabricator |
|
Not Applicable |
D1386: bundle2: extract logic for seeking bundle2 part into own class |
2017-11-14 |
phabricator |
|
Superseded |
D1387: bundle2: implement generic part payload decoder |
2017-11-20 |
phabricator |
|
Not Applicable |
D1387: bundle2: implement generic part payload decoder |
2017-11-14 |
phabricator |
|
Superseded |
D1388: bundle2: implement consume() API on unbundlepart |
2017-11-20 |
phabricator |
|
Not Applicable |
D1388: bundle2: implement consume() API on unbundlepart |
2017-11-14 |
phabricator |
|
Superseded |
D1389: bundle2: only seek to beginning of part in bundlerepo |
2017-11-20 |
phabricator |
|
Not Applicable |
D1389: bundle2: only seek to beginning of part in bundlerepo |
2017-11-14 |
phabricator |
|
Superseded |
D1390: bundle2: don't use seekable bundle2 parts by default (issue5691) |
2017-11-20 |
phabricator |
|
Not Applicable |
D1390: bundle2: don't use seekable bundle2 parts by default (issue5691) |
2017-11-14 |
phabricator |
|
Superseded |
D1391: bundle2: inline debug logging |
2017-11-20 |
phabricator |
|
Not Applicable |
D1391: bundle2: inline debug logging |
2017-11-14 |
phabricator |
|
Superseded |
D1392: bundle2: inline changegroup.readexactly() |
2017-11-20 |
phabricator |
|
Not Applicable |
D1392: bundle2: inline changegroup.readexactly() |
2017-11-14 |
phabricator |
|
Superseded |
D1393: bundle2: inline struct operations |
2017-11-20 |
phabricator |
|
Not Applicable |
D1393: bundle2: inline struct operations |
2017-11-14 |
phabricator |
|
Superseded |
D1394: bundle2: avoid unbound read when seeking |
2017-11-20 |
phabricator |
|
Not Applicable |
D1394: bundle2: avoid unbound read when seeking |
2017-11-14 |
phabricator |
|
Superseded |
D1413: patch: accept prefix argument to changedfiles() helper |
2017-11-15 |
phabricator |
|
Not Applicable |
D1413: patch: accept prefix argument to changedfiles() helper |
2017-11-14 |
phabricator |
|
Superseded |
D1425: logtoprocess: clean-up old comment |
2017-11-16 |
phabricator |
|
Not Applicable |
D1425: logtoprocess: clean-up old comment |
2017-11-15 |
phabricator |
|
Superseded |
D1426: logtoprocess: add the possibility to not start a shell |
2017-11-28 |
phabricator |
|
Not Applicable |
D1426: logtoprocess: add the possibility to not start a shell |
2017-11-15 |
phabricator |
|
Superseded |
D1427: logtoprocess: add a test to show pager and ltp bad interaction |
2017-11-28 |
phabricator |
|
Not Applicable |
D1427: logtoprocess: add a test to show pager and ltp bad interaction |
2017-11-15 |
phabricator |
|
Superseded |
D1428: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager |
2017-12-15 |
phabricator |
|
Not Applicable |
D1428: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager |
2017-11-28 |
phabricator |
|
Not Applicable |
D1428: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager |
2017-11-17 |
phabricator |
|
Not Applicable |
D1428: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager |
2017-11-15 |
phabricator |
|
Superseded |
D1431: sshpeer: add a configurable hint for the ssh error message |
2017-11-20 |
phabricator |
|
Not Applicable |
D1431: sshpeer: add a configurable hint for the ssh error message |
2017-11-20 |
phabricator |
|
Not Applicable |
D1431: sshpeer: add a configurable hint for the ssh error message |
2017-11-16 |
phabricator |
|
Not Applicable |
D1431: sshpeer: making the ssh error message configurable |
2017-11-16 |
phabricator |
|
Not Applicable |
D1431: sshpeer: making the ssh error message configurable |
2017-11-16 |
phabricator |
|
Not Applicable |
D1431: sshpeer: making the ssh error message configurable |
2017-11-16 |
phabricator |
|
Not Applicable |
D1431: sshpeer: making the ssh error message configurable |
2017-11-16 |
phabricator |
|
Not Applicable |
D1431: sshpeer: making the ssh error message configurable |
2017-11-16 |
phabricator |
|
Superseded |
D1433: run-tests: fix TESTDIR if testdescs are absolute paths |
2017-11-17 |
phabricator |
|
Not Applicable |
D1433: run-tests: fix TESTDIR if testdescs are absolute paths |
2017-11-16 |
phabricator |
|
Not Applicable |
D1433: run-tests: fix TESTDIR if testdescs are absolute paths |
2017-11-16 |
phabricator |
|
Superseded |
D1438: revlog: use "partialmatch" on the nodemap object |
2017-11-16 |
phabricator |
|
Superseded |
D1440: docs: add args/returns docs for some cmdutil, context, and registrar functions |
2017-11-20 |
phabricator |
|
Not Applicable |
D1440: docs: add args/returns docs for some cmdutil, context, and registrar functions |
2017-11-18 |
phabricator |
|
Not Applicable |
D1440: docs: add args/returns docs for some cmdutil, context, and registrar functions |
2017-11-16 |
phabricator |
|
Superseded |
D1444: tweakdefaults: turn on ui.statuscopies |
2017-11-17 |
phabricator |
|
Not Applicable |
D1444: tweakdefaults: turn on ui.statuscopies |
2017-11-17 |
phabricator |
|
Superseded |
D1457: workers: create backgroundcloser per thread |
2017-11-20 |
phabricator |
|
Superseded |
D1457: workers: don't use backgroundfilecloser in threads |
2017-12-15 |
phabricator |
|
Not Applicable |
D1457: workers: don't use backgroundfilecloser in threads |
2017-12-12 |
phabricator |
|
Not Applicable |
D1457: workers: don't use backgroundfilecloser in threads |
2017-12-01 |
phabricator |
|
Not Applicable |
D1458: workers: implemented worker on windows |
2017-12-15 |
phabricator |
|
Not Applicable |
D1458: workers: implemented worker on windows |
2017-11-20 |
phabricator |
|
Superseded |
D1459: workers: handling exceptions in windows workers |
2017-12-15 |
phabricator |
|
Not Applicable |
D1459: workers: handling exceptions in windows workers |
2017-11-20 |
phabricator |
|
Superseded |
D1460: workers: add config to enable/diable workers |
2017-12-15 |
phabricator |
|
Not Applicable |
D1460: workers: add config to enable/diable workers |
2017-12-01 |
phabricator |
|
Not Applicable |
D1460: workers: add config to enable/diable workers |
2017-11-20 |
phabricator |
|
Superseded |
D1462: tests: add test for rebase template showing wrong behavior |
2017-11-22 |
phabricator |
|
Not Applicable |
D1462: tests: add test for rebase template showing wrong behavior |
2017-11-21 |
phabricator |
|
Not Applicable |
D1462: tests: add test for rebase template showing wrong behavior |
2017-11-21 |
phabricator |
|
Not Applicable |
D1462: tests: add test for rebase template showing wrong behavior |
2017-11-20 |
phabricator |
|
Superseded |
D1468: commands: add value for cmdtype argument for read only commands |
2017-11-20 |
phabricator |
|
Not Applicable |
D1468: commands: add value for cmdtype argument for read only commands |
2017-11-20 |
phabricator |
|
Superseded |
D1474: run-tests: convert to argparse |
2017-12-02 |
phabricator |
|
Not Applicable |
D1474: run-tests: convert to argparse |
2017-11-21 |
phabricator |
|
Superseded |
D1475: run-tests: organize options into argument groups |
2017-12-02 |
phabricator |
|
Not Applicable |
D1475: run-tests: organize options into argument groups |
2017-11-21 |
phabricator |
|
Superseded |
D1476: run-tests: make --extra-config-opt work with Python 3 |
2017-12-02 |
phabricator |
|
Not Applicable |
D1476: run-tests: make --extra-config-opt work with Python 3 |
2017-11-21 |
phabricator |
|
Superseded |
D1477: run-tests: mechanism to report exceptions during test execution |
2017-12-02 |
phabricator |
|
Not Applicable |
D1477: run-tests: mechanism to report exceptions during test execution |
2017-11-21 |
phabricator |
|
Superseded |
D1478: py3: cast error message to bytes in blackbox.py |
2017-11-21 |
phabricator |
|
Superseded |
D1478: py3: cast error message to localstr in blackbox.py |
2018-01-17 |
phabricator |
|
Not Applicable |
D1478: py3: cast error message to localstr in blackbox.py |
2018-01-14 |
phabricator |
|
Not Applicable |
D1479: py3: use byteskwargs in templatekw.showobsfate() |
2017-11-21 |
phabricator |
|
Superseded |
D1480: py3: define __next__ in patch.py |
2017-12-02 |
phabricator |
|
Not Applicable |
D1480: py3: define __next__ in patch.py |
2017-11-21 |
phabricator |
|
Superseded |
D1481: py3: ensure hashes are bytes in sparse.py |
2017-11-21 |
phabricator |
|
Superseded |
D1482: py3: use byteskwargs in sparse.py |
2017-12-02 |
phabricator |
|
Not Applicable |
D1482: py3: use byteskwargs in sparse.py |
2017-11-21 |
phabricator |
|
Superseded |
D1483: globalopts: make special flags ineffective after '--' (BC) |
2017-11-21 |
phabricator |
|
Not Applicable |
D1483: globalopts: make special flags ineffective after '--' (BC) |
2017-11-21 |
phabricator |
|
Not Applicable |
D1483: globalopts: make special flags ineffective after '--' (BC) |
2017-11-21 |
phabricator |
|
Superseded |
D1492: repoview: take out the logic of computehidden to a new function |
2017-12-04 |
phabricator |
|
Not Applicable |
D1492: repoview: take out the logic of computehidden to a new function |
2017-11-23 |
phabricator |
|
Superseded |
D1494: develwarn: do not emit warning if "config" is unspecified |
2017-11-25 |
phabricator |
|
Not Applicable |
D1494: develwarn: do not emit warning if "config" is unspecified |
2017-11-23 |
phabricator |
|
Superseded |
D1497: hbisect: pass repo into hbisect.bisect |
2017-11-25 |
phabricator |
|
Not Applicable |
D1497: hbisect: pass repo into hbisect.bisect |
2017-11-23 |
phabricator |
|
Superseded |
D1498: hbisect: use a revset for ancestor calculation |
2017-11-25 |
phabricator |
|
Not Applicable |
D1498: hbisect: use a revset for ancestor calculation |
2017-11-23 |
phabricator |
|
Superseded |
D1499: hbisect: use a defaultdict to avoid large allocations for a large changelogs |
2017-11-25 |
phabricator |
|
Not Applicable |
D1499: hbisect: use a defaultdict to avoid large allocations for a large changelogs |
2017-11-23 |
phabricator |
|
Superseded |
D1502: rewriteutil: add utility function to check if we can create new unstable cset |
2017-12-05 |
phabricator |
|
Not Applicable |
D1502: rewriteutil: add utility function to check if we can create new unstable cset |
2017-11-28 |
phabricator |
|
Not Applicable |
D1502: rewriteutil: add utility function to check if we can create new unstable cset |
2017-11-28 |
phabricator |
|
Not Applicable |
D1502: rewriteutil: add utility function to check if we can create new unstable cset |
2017-11-23 |
phabricator |
|
Superseded |
D1503: rewriteutil: add a precheck function to check if revs can be rewritten |
2017-12-05 |
phabricator |
|
Not Applicable |
D1503: rewriteutil: add a precheck function to check if revs can be rewritten |
2017-11-28 |
phabricator |
|
Not Applicable |
D1503: rewriteutil: add a precheck function to check if revs can be rewritten |
2017-11-28 |
phabricator |
|
Not Applicable |
D1503: rewriteutil: add a precheck function to check if revs can be rewritten |
2017-11-23 |
phabricator |
|
Superseded |
D1506: dagop: handle IndexError when using wdir() in dag range |
2017-11-24 |
phabricator |
|
New |
D151: match: override visitdir() in nevermatcher to return False |
2017-07-25 |
phabricator |
|
Not Applicable |
D151: match: override visitdir() in nevermatcher to return False |
2017-07-19 |
phabricator |
|
Superseded |
D1522: Update hg githelp apply |
2017-11-27 |
phabricator |
|
Superseded |
D1526: rewriteutil: use precheck() in uncommit and amend commands |
2017-12-05 |
phabricator |
|
Not Applicable |
D1526: rewriteutil: use precheck() in uncommit and amend commands |
2017-11-28 |
phabricator |
|
Superseded |
D1527: context: add an abstract base class for filectx |
2017-12-07 |
phabricator |
|
Not Applicable |
D1527: context: add an abstract base class for filectx |
2017-11-28 |
phabricator |
|
Superseded |