D8716: mergestate: remove unrequired RECORD_RESOLVED_OTHER record |
2020-07-09 |
phabricator |
|
Superseded |
D8717: mergestate: add comments about couple of record types and minor reorder |
2020-07-09 |
phabricator |
|
Superseded |
D8718: mergestate: remove unused unsupported related mergestate records |
2020-07-09 |
phabricator |
|
Superseded |
D8719: mergestate: document mergestate records in an organized way |
2020-07-09 |
phabricator |
|
Superseded |
D8720: tests: stablize test-serve.t on Windows |
2020-07-10 |
phabricator |
|
Superseded |
[1,of,5] tests: proof test-stdio.py against buffer fill-up |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[2,of,5] tests: terminate subprocess in test-stdio.py in case of exception |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[3,of,5] tests: make names in test-stdio.py more distinctive |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[4,of,5] tests: make subprocess handling reusable for different tests in test-stdio.py |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[5,of,5] procutil: flush both procutil.std{out,err} and sys.std{out,err} at exit |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[V2] procutil: ensure that all stdio file objects are flushed at interpreter exit |
2020-07-10 |
Manuel Jacob |
|
New |
D8722: fix: obtain base paths before starting workers |
2020-07-10 |
phabricator |
|
Superseded |
D8723: fix: prefetch file contents |
2020-07-10 |
phabricator |
|
Superseded |
D8721: scmutil: allowing different files to be prefetched per revision |
2020-07-10 |
phabricator |
|
Superseded |
D8725: rebase: remove now unnecessary logic to allow empty commit when branch changes |
2020-07-10 |
phabricator |
|
Superseded |
D8724: commit: check branch change on to-be-committed changeset |
2020-07-10 |
phabricator |
|
Superseded |
tests: update test-devel-warnings.t output with chg |
2020-07-10 |
Pulkit Goyal |
|
Accepted |
D8726: test-clone-uncompressed: use config to silence the lock warning |
2020-07-10 |
phabricator |
|
Superseded |
D8727: rebase: add test case that shows that inmemory rebase does not preserve merges |
2020-07-10 |
phabricator |
|
Superseded |
D8728: overlayworkingctx: rename misleadingly named `isempty()` method |
2020-07-10 |
phabricator |
|
Superseded |
D8729: commit: factor out empty commit check to `committablectx.isempty()` |
2020-07-10 |
phabricator |
|
Superseded |
D8730: error: unify the error message formats for 'rebase' and 'unshelve' |
2020-07-11 |
phabricator |
|
Superseded |
procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered) |
2020-07-11 |
Manuel Jacob |
|
Accepted |
D8731: memctx: make `parents()` return list of one element if it’s not a merge |
2020-07-11 |
phabricator |
|
Superseded |
D8732: rebase: correctly check for empty commit in in-memory mode |
2020-07-11 |
phabricator |
|
Superseded |
D8733: overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods |
2020-07-11 |
phabricator |
|
Superseded |
[1,of,5,V2] config: add option to control creation of empty successors during rewrite |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[2,of,5,V2] rewriteutil: add utility to check whether empty successors should be skipped |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[3,of,5,V2] rebase: consider rewrite.empty-successor configuration |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[4,of,5,V2] absorb: consider rewrite.empty-successor configuration |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[5,of,5,V2] absorb: make it explicit if empty changeset was created |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[01,of,11,V2] tests: make subprocess handling reusable for different tests in test-stdio.py |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[02,of,11,V2] procutil: ensure that all stdio file objects are flushed at interpreter exit |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[03,of,11,V2] procutil: explain better why line buffering is not possible |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[04,of,11,V2] procutil: split if condition |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[05,of,11,V2] procutil: use mercurial.windows.winstdout only on Python 2 and TTYs |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[06,of,11,V2] procutil: move comment closer to relevant code |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[07,of,11,V2] procutil: distribute code for stdout |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[08,of,11,V2] procutil: move assignments |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[09,of,11,V2] procutil: ensure that procutil.std{out,err}.write() writes all bytes |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[10,of,11,V2] tests: add tests for when stdout or stderr is connected to `os.devnull` |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[11,of,11,V2] tests: check that procutil.std{out,err}.write() returns correct result |
2020-07-12 |
Manuel Jacob |
|
Accepted |
D6259: revset: on-disk cache for children queries |
2020-07-13 |
phabricator |
|
Not Applicable |
[1,of,2] dispatch: indent run() function |
2020-07-13 |
Yuya Nishihara |
|
Accepted |
[2,of,2] dispatch: handle late KeyboardInterrupt occurred in run() |
2020-07-13 |
Yuya Nishihara |
|
Accepted |
D8734: tests: avoid a "magic" nodeid in test-wireproto-command-lookup.t |
2020-07-14 |
phabricator |
|
Superseded |
D8735: tests: avoid "magic" nodeids in test-rebase-legacy.t |
2020-07-14 |
phabricator |
|
Superseded |
D8736: tests: make drawdag try to draw nodes in alphabetical order |
2020-07-14 |
phabricator |
|
Superseded |
[stable] convert: use bytes for value in extra dict |
2020-07-14 |
Manuel Jacob |
|
Accepted |
D8737: mergestate: remove unnecessary recordactions() from mergestate class |
2020-07-14 |
phabricator |
|
Superseded |
D8738: mergestate: rename a helpless variable name to bit helpful one |
2020-07-14 |
phabricator |
|
Superseded |
D8739: mergestate: document what mergestate._results is for |
2020-07-14 |
phabricator |
|
Superseded |
D8740: merge: refactor code to advise fsmonitor in separate function |
2020-07-14 |
phabricator |
|
Superseded |
D8741: merge: document return values of manifestmerge() and calculateupdates() |
2020-07-14 |
phabricator |
|
Superseded |
D8742: merge: return 'commitinfo' from manifestmerge() and calculateupdates() (API) |
2020-07-14 |
phabricator |
|
Superseded |
D8743: merge: pass commitinfo to applyupdates() and get it stored in mergestate |
2020-07-14 |
phabricator |
|
Superseded |
D8744: merge: remove no longer required ACTION_GET_OTHER_AND_STORE |
2020-07-14 |
phabricator |
|
Superseded |
D8746: rewriteutil: add utility to check whether empty successors should be skipped |
2020-07-14 |
phabricator |
|
Superseded |
D8745: config: add option to control creation of empty successors during rewrite |
2020-07-14 |
phabricator |
|
Superseded |
D8748: absorb: consider rewrite.empty-successor configuration |
2020-07-14 |
phabricator |
|
Superseded |
D8747: rebase: consider rewrite.empty-successor configuration |
2020-07-14 |
phabricator |
|
Superseded |
D8749: absorb: make it explicit if empty changeset was created |
2020-07-14 |
phabricator |
|
Superseded |
[1,of,6] patch: refactor content diffing part in separate fn so extensions can wrap |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[2,of,6] extdiff: refactor logic which does diff of patches |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[3,of,6] extdiff: refactor logic to diff revs of versions of files |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[4,of,6] extdiff: remove unrequired do3way argument to diffpatch() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[5,of,6] extdiff: add comments and minor variable renames diffpatch() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[6,of,6] extdiff: add some comments in diffrevs() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[1,of,5,V3] procutil: distribute code for stdout |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[2,of,5,V3] procutil: move assignments |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[3,of,5,V3] procutil: ensure that procutil.std{out, err}.write() writes all bytes |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[4,of,5,V3] tests: add tests for when stdout or stderr is connected to `os.devnull` |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[5,of,5,V3] tests: check that procutil.std{out,err}.write() returns correct result |
2020-07-14 |
Manuel Jacob |
|
Accepted |
D8750: extensions: make `hg nonexistent` not crash with PyOxidizer |
2020-07-14 |
phabricator |
|
Superseded |
[1,of,2] discovery: weaken claim about returned common heads if ancestorsof are given |
2020-07-15 |
Manuel Jacob |
|
Accepted |
[2,of,2] discovery: fix docstring of `outgoing` class |
2020-07-15 |
Manuel Jacob |
|
Accepted |
[1,of,2] procutil: make _make_write_all() function private |
2020-07-15 |
Manuel Jacob |
|
Accepted |
[2,of,2] procutil: avoid use of deprecated tempfile.mktemp() |
2020-07-15 |
Manuel Jacob |
|
Accepted |
D8751: phabupdate: allow revisions to be marked with "plan changes" |
2020-07-15 |
phabricator |
|
Superseded |
D8752: phabupdate: allows revisions to be marked "request-review" |
2020-07-15 |
phabricator |
|
Superseded |
D8753: phabupdate: allow revisions to be marked "closed" |
2020-07-15 |
phabricator |
|
Superseded |
D8754: phabupdate: allow revisions to be reopened |
2020-07-15 |
phabricator |
|
Superseded |
D8755: phabupdate: allow revisions to be commandeered |
2020-07-15 |
phabricator |
|
Superseded |
D8756: phabupdate: allow resigning from revisions |
2020-07-15 |
phabricator |
|
Superseded |
D8757: purge: classify as a "working directory management" command in help |
2020-07-15 |
phabricator |
|
Superseded |
D8758: extensions: make `hg help extensions` list disabled extensions with PyOxidizer |
2020-07-16 |
phabricator |
|
Superseded |
[1,of,5,V2] extdiff: refactor logic which does diff of patches |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[2,of,5,V2] extdiff: refactor logic to diff revs of versions of files |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[3,of,5,V2] extdiff: remove unrequired do3way argument to diffpatch() |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[4,of,5,V2] extdiff: add comments and minor variable renames diffpatch() |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[5,of,5,V2] extdiff: add some comments in diffrevs() |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
D8759: status: match category text in the option description |
2020-07-16 |
phabricator |
|
Superseded |
D8760: cext: remove unused variables |
2020-07-16 |
phabricator |
|
Superseded |
D8761: phabricator: clarify the multiple heads/roots error message for phabsend |
2020-07-16 |
phabricator |
|
Superseded |
[1,of,4] windows: augment docstring of `winstdout` class |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[2,of,4] util: enhance `nullcontextmanager` to be able to return __enter__ result |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[3,of,4] tests: make pipes / PTYs non-inheritable in test-stdio.py |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[4,of,4] windows: always work around EINVAL in case of broken pipe for stdout / stderr |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[1,of,2] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
[2,of,2] exchange: check actually missing revs for obsolete / unstable revs (issue6372) |
2020-07-17 |
Manuel Jacob |
|
New |
discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof` |
2020-07-17 |
Manuel Jacob |
|
New |
[01,of,13] mergestate: rename addpath() -> addpathonflict() to prevent confusion |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[02,of,13] mergestate: remove unrequired RECORD_RESOLVED_OTHER record |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[03,of,13] mergestate: add comments about couple of record types and minor reorder |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[04,of,13] mergestate: remove unused unsupported related mergestate records |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[05,of,13] mergestate: document mergestate records in an organized way |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[06,of,13] mergestate: remove unnecessary recordactions() from mergestate class |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[07,of,13] mergestate: rename a helpless variable name to bit helpful one |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[08,of,13] mergestate: document what mergestate._results is for |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[09,of,13] merge: refactor code to advise fsmonitor in separate function |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[10,of,13] merge: document return values of manifestmerge() and calculateupdates() |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[11,of,13] merge: return 'commitinfo' from manifestmerge() and calculateupdates() (API) |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[12,of,13] merge: pass commitinfo to applyupdates() and get it stored in mergestate |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[13,of,13] merge: remove no longer required ACTION_GET_OTHER_AND_STORE |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
D8762: revert: fix interactive reverting of end-of-file newline changes |
2020-07-17 |
phabricator |
|
Superseded |
D8763: diff: move no-eol text constant to a common location |
2020-07-17 |
phabricator |
|
Superseded |
[1,of,2,rebased] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
[2,of,2,rebased] exchange: check actually missing revs for obsolete / unstable revs (issue6372) |
2020-07-17 |
Manuel Jacob |
|
New |
windows: handle file-like objects without isatty() method |
2020-07-17 |
Manuel Jacob |
|
Accepted |
D8764: localrepo: deduplicate code around reading requires file |
2020-07-17 |
phabricator |
|
Superseded |
D8353: debugcommands: create new debugantivirusrunning command |
2020-07-17 |
phabricator |
|
Not Applicable |
D8765: absorb: improve message for the case when changeset became empty |
2020-07-17 |
phabricator |
|
Superseded |
commands: add short option `-H` for `--hidden` |
2020-07-17 |
Manuel Jacob |
|
New |
[1,of,6] phases: fix clang-format error |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[2,of,6] phases: fix error return with no exception from computephases() |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[3,of,6] phases: make sure an exception should be set on error return |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[4,of,6] phases: leverage Py_BuildValue() to build PyInt and steal PyObject |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[5,of,6] phases: rename variable used for owned dict of phasesets |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[6,of,6] phases: move short-lived PyObject pointers to local scope |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
windows: don’t set `softspace` attribute in `winstdout` |
2020-07-18 |
Manuel Jacob |
|
New |
D8766: manifest: kill one more instance of the old merge hash hack |
2020-07-18 |
phabricator |
|
Superseded |
D8767: relnotes: extend |
2020-07-18 |
phabricator |
|
Superseded |
[V2] phases: fix error return with no exception from computephases() |
2020-07-19 |
Yuya Nishihara |
|
Accepted |
[1,of,2] revlog: fix excessive decref on tuple creation failure in parse_index2() |
2020-07-19 |
Yuya Nishihara |
|
Accepted |
[2,of,2] osutil: fix excessive decref on tuple creation failure in listdir() |
2020-07-19 |
Yuya Nishihara |
|
Accepted |
tests: correctly match clang-format version >= 10 |
2020-07-20 |
Manuel Jacob |
|
Accepted |
D8768: relnotes: make spacing before new section consistent |
2020-07-20 |
phabricator |
|
Superseded |
D8769: relnotes: fix indentation |
2020-07-20 |
phabricator |
|
Superseded |
D8770: relnotes: add release notes for relevant changes I did since the 5.4 release |
2020-07-20 |
phabricator |
|
Superseded |
D8771: localrepo: only use BOOKMARKS_IN_STORE_REQUIRMENT is we have a store |
2020-07-21 |
phabricator |
|
Superseded |
[STABLE] chgserver: discard buffered output before restoring fds (issue6207) |
2020-07-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] hghave: fix possible int('') in has_clang_format() |
2020-07-21 |
Yuya Nishihara |
|
Accepted |
D8772: localrepo: abort creating a shared repo if the source does not have store |
2020-07-21 |
phabricator |
|
Superseded |
D8773: hg-core: define a `ListTrackedFiles` `Operation` |
2020-07-21 |
phabricator |
|
Superseded |
D8774: hg-core: make parse_dirstate return result rather than update inplace |
2020-07-21 |
phabricator |
|
Superseded |
D8775: hg-core: implement `Operation` for `ListTrackedFiles` |
2020-07-21 |
phabricator |
|
Superseded |
D8776: rhg: Do not return error when when we really mean ok in commands |
2020-07-21 |
phabricator |
|
Superseded |
D8779: rhg: add a limited `rhg files` subcommand |
2020-07-21 |
phabricator |
|
Superseded |
D8778: rhg: add a `Files` `Command` to prepare the `rhg files` subcommand |
2020-07-21 |
phabricator |
|
Superseded |
D8777: rhg: Ask the error message from `CommandError` |
2020-07-21 |
phabricator |
|
Superseded |
D8780: infinitepush: replace `NamedTemporaryFile` with `pycompat.namedtempfile` |
2020-07-21 |
phabricator |
|
Superseded |
D8781: infinitepush: fix `{get,put}_args` formatting on Python 3 |
2020-07-21 |
phabricator |
|
Superseded |
D8782: tests: make flag parsing test more future safe |
2020-07-21 |
phabricator |
|
Superseded |
D8783: storageutil: allow modern hash sizes for fileids |
2020-07-21 |
phabricator |
|
Superseded |
D8784: tags: adjust file node cache to have space for 32 bytes node ids |
2020-07-21 |
phabricator |
|
Superseded |
D8785: templater: simplify templatepaths() to avoid iterating a singleton list |
2020-07-22 |
phabricator |
|
Superseded |
D8787: templater: simplify stylemap() now that templatedir() returns a single path |
2020-07-22 |
phabricator |
|
Superseded |
D8788: hgweb: simplify now that we always have a single path |
2020-07-22 |
phabricator |
|
Superseded |
D8786: templater: make templatepaths() return a single path, or None |
2020-07-22 |
phabricator |
|
Superseded |
tests: make one of 'worker process exited' line option in test-chg.t |
2020-07-22 |
Pulkit Goyal |
|
Accepted |
D8789: infinitepush: remove unused import of tempfile in store.py |
2020-07-22 |
phabricator |
|
Superseded |
D8790: config: pass both relative and absolute paths to `include` callback |
2020-07-22 |
phabricator |
|
Superseded |
D8791: templater: switch to lower-level config.parse() in _readmapfile() |
2020-07-22 |
phabricator |
|
Superseded |
D8793: config: remove now-unused support for "includepaths" |
2020-07-22 |
phabricator |
|
Superseded |
D8794: subrepoutil: use relative path for looking up config `%include`s |
2020-07-22 |
phabricator |
|
Superseded |
D8795: config: re-calculate absolute %include path in `include` callback |
2020-07-22 |
phabricator |
|
Superseded |
D8792: templater: do search for include of unqualified builtin outside of config code |
2020-07-22 |
phabricator |
|
Superseded |
D8796: config: remove now-unused `abs` argument from `include` callback |
2020-07-22 |
phabricator |
|
Superseded |
D8797: tests: add test for unqualified include of a built-in template map |
2020-07-22 |
phabricator |
|
Superseded |
D8798: tests: add test for bad template %include and __base__ |
2020-07-23 |
phabricator |
|
Superseded |
D8799: merge: return new mergeresult obj from manifestmerge(), calculateupdates() (API) |
2020-07-23 |
phabricator |
|
Superseded |
[STABLE] infinitepush: remove unused import to tempfile |
2020-07-23 |
Pierre-Yves David |
|
Accepted |
[1,of,5,STABLE,REGRESSION] exchange: backout changeset c26335fa4225 |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
[2,of,5,STABLE,REGRESSION] push: test the checks preventing pushing orphaness to a server |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
[3,of,5,STABLE,REGRESSION] push: another test for checks preventing pushing orphaness to a server |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
[4,of,5,STABLE,REGRESSION] push: test for checks preventing publishing obsolete changeset |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
[5,of,5,STABLE,REGRESSION] push: test for checks preventing publishing obsolete changeset |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
D8800: tests: add tests trying to use dir as style, as %include, and as __base__ |
2020-07-23 |
phabricator |
|
Superseded |
D8801: obsstore: refactor v1 logic to fix 32 byte hash support |
2020-07-23 |
phabricator |
|
Superseded |
tests: glob 'mercurial.error' in test-phases.t |
2020-07-23 |
Pulkit Goyal |
|
Accepted |
[RFC] tests: sleep for a second to let ui get flushed |
2020-07-23 |
Pulkit Goyal |
|
New |
D8802: tests: fix mistaken copy&paste from commit 4489e9a22763 |
2020-07-24 |
phabricator |
|
Superseded |
D8803: tests: show unusual error message for `hg log --style coal` |
2020-07-24 |
phabricator |
|
Superseded |
D8805: formatter: remove now-unnecessary check for file-ness |
2020-07-24 |
phabricator |
|
Superseded |
D8804: templater: make templatepath() not return directory paths |
2020-07-24 |
phabricator |
|
Superseded |
D8806: templater: don't normalize path separators to '/' when interacting with OS |
2020-07-24 |
phabricator |
|
Superseded |
D8807: formatter: inline a variable assigned from `templater.templater.frommapfile` |
2020-07-24 |
phabricator |
|
Superseded |
[Bug,6384] New: largefiles breaks topics over ssh transport |
2020-07-24 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
[1,of,5,STABLE,REGRESSION,V2] exchange: backout changeset c26335fa4225 |
2020-07-24 |
Pierre-Yves David |
|
New |
[2,of,5,STABLE,REGRESSION,V2] push: test the checks preventing pushing orphaness to a server |
2020-07-24 |
Pierre-Yves David |
|
New |
[3,of,5,STABLE,REGRESSION,V2] push: another test for checks preventing pushing orphaness to a server |
2020-07-24 |
Pierre-Yves David |
|
New |
[4,of,5,STABLE,REGRESSION,V2] push: test for checks preventing publishing obsolete changeset |
2020-07-24 |
Pierre-Yves David |
|
New |
[5,of,5,STABLE,REGRESSION,V2] push: test for checks preventing publishing obsolete changeset |
2020-07-24 |
Pierre-Yves David |
|
New |
[01,of,11] commitctx: document the None return for "touched" value |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[02,of,11] commitctx: stop using weakref proxy for transaction |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[03,of,11] commitctx: extract the function that commit a new manifest |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[04,of,11] commitctx: no longer use the `writecopiesto` variable in the function |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[05,of,11] commitctx: move copy meta config reading in a dedicated function |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[06,of,11] commitctx: move `writechangesetcopy` business at the end a code section |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[07,of,11] commitctx: treat `filesadded` more like `filesremoved` |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[08,of,11] commitctx: extract all the manual logic to process the files |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[09,of,11] commitctx: move a special case about files earlier |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[10,of,11] commitctx: gather more preparation code within the lock context |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[11,of,11] commitctx: extract all the file preparation logic in a new function |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
D8808: fix: update documentation to reflect preference for --source over --rev |
2020-07-24 |
phabricator |
|
Superseded |
D8809: templater: reuse check for both "map-cmdline.<name>" and "<name>" |
2020-07-24 |
phabricator |
|
Superseded |
D8810: templater: handle None returned from templatedir() |
2020-07-24 |
phabricator |
|
Superseded |
D8811: morestatus: mention --stop even if not using --verbose |
2020-07-24 |
phabricator |
|
Superseded |
D8812: tests: virtualenv is only used on py2, rename and conditionalize |
2020-07-24 |
phabricator |
|
Superseded |
D8813: tests: make test-install.t work on debian systems |
2020-07-24 |
phabricator |
|
Superseded |
D8814: tests: make check-py3-compat.py actually load the specified files correctly |
2020-07-25 |
phabricator |
|
Superseded |
D8815: dirstate: isolate node len dependency for the pure version |
2020-07-25 |
phabricator |
|
Superseded |
who: remove OpenJDK |
2020-07-25 |
David Demelier |
|
Accepted |
D8816: merge: introduce hasconflicts() on mergeresult object |
2020-07-25 |
phabricator |
|
Superseded |
D8817: merge: move conversion of file-key dict to action-key dict in mergeresult |
2020-07-25 |
phabricator |
|
Superseded |
D8818: merge: improve documentation of fbid dict used for merge bid |
2020-07-25 |
phabricator |
|
Superseded |
D8819: merge: make mergeresult constructor initialize empty object |
2020-07-25 |
phabricator |
|
Superseded |
D8820: merge: introduce mergeresult.addfile() and use it |
2020-07-25 |
phabricator |
|
Superseded |
D8821: merge: add removefile() to mergeresult object |
2020-07-25 |
phabricator |
|
Superseded |
D8822: merge: pass mergeresult in checkpassconflicts() instead of actions (API) |
2020-07-25 |
phabricator |
|
Superseded |
D8823: merge: pass mergeresult obj instead of actions in _filternarrowactions() |
2020-07-25 |
phabricator |
|
Superseded |
D8824: merge: pass mergeresult obj instead of actions dict in _resolvetrivial() |
2020-07-25 |
phabricator |
|
Superseded |
D8825: merge: pass mergeresult instead of actions in _checkunknownfiles() (API) |
2020-07-25 |
phabricator |
|
Superseded |
D8826: merge: introduce mergeresult.updateactions() and use it |
2020-07-25 |
phabricator |
|
Superseded |
D8827: merge: filter actions before calling _resolvetrivial() |
2020-07-25 |
phabricator |
|
Superseded |
D8828: sparse: pass mergeresult obj in sparse.filterupdatesactions() (API) |
2020-07-25 |
phabricator |
|
Superseded |
D8829: mergeresult: rename _actions to _filemapping |
2020-07-25 |
phabricator |
|
Superseded |
D8830: mergeresult: introduce action -> (filename, data, msg) mapping and related API |
2020-07-25 |
phabricator |
|
Superseded |
D8831: merge: use the new action based mapping introduced in mergeresult obj |
2020-07-25 |
phabricator |
|
Superseded |
D8832: mergeactions: use action constants instead of string values |
2020-07-25 |
phabricator |
|
Superseded |
D8833: sparse: add comment for an if condition which I tried to refactor |
2020-07-25 |
phabricator |
|
Superseded |
D8834: merge: unify logic of couple of if-else's in manifestmerge() |
2020-07-25 |
phabricator |
|
Superseded |
D8835: largefiles: override merge.emptyactions() to include `lfmr` |
2020-07-25 |
phabricator |
|
Superseded |
D8836: largefiles: introduce a constant for 'lfmr' action |
2020-07-25 |
phabricator |
|
Superseded |
D8837: mergeresult: make actionmapping a dict of dict instead of dict of lists |
2020-07-25 |
phabricator |
|
Superseded |
[STABLE] dispatch: adjust ui.flush() timing to stabilize test-blackbox.t |
2020-07-25 |
Yuya Nishihara |
|
Accepted |
[1,of,2] who: replace another reference to Java |
2020-07-26 |
Manuel Jacob |
|
New |
[2,of,2] who: replace "Open Source Projects" with "projects" |
2020-07-26 |
Manuel Jacob |
|
New |
D8838: clonebundles: document REQUIREDRAM key |
2020-07-26 |
phabricator |
|
Superseded |
D8839: relnotes: copy "next" to "5.5" and clear "next" |
2020-07-28 |
phabricator |
|
Superseded |
D8840: rename: add support for --at-rev, which marks as copy and removes the source |
2020-07-28 |
phabricator |
|
Superseded |
D8841: cleanup: fix bad formatting of state.py from D8811 |
2020-07-28 |
phabricator |
|
Superseded |
D8842: context: re-add `overlayworkingctx._compact()` removed in 6a5dcd754842 |
2020-07-28 |
phabricator |
|
Superseded |
D8843: rebase: fix regression in file change detection introduced by 0ecb3b11fcad |
2020-07-28 |
phabricator |
|
Superseded |
[01,of,15] commitctx: explicitly pass `manifest` to _commit_manifest |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[02,of,15] commitctx: create the new extra dict on its own line |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[03,of,15] commitctx: extract copy information encoding into extra into commit.py |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[04,of,15] commitctx: rename files to touched in a couple of place |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[05,of,15] commitctx: gather more code dealing with copy-in-extra |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[06,of,15] commitctx: return a richer object from _prepare_files |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[07,of,15] commitctx: directly pass a ChangingFiles object to changelog.add |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[08,of,15] commitctx: extract sidedata encoding inside its own function |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[09,of,15] commitctx: directly gather p1 and p2 copies in `files` |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[10,of,15] commitctx: no longer make the storage and added/removed file optional |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[11,of,15] commitctx: create the ChangingFiles object directly in the various case |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[12,of,15] commitctx: move ChangingFiles creation directly inside `_process_files` |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[13,of,15] commitctx: create the `ChangingFiles` object sooner |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[14,of,15] commitctx: directly updated the set of removed files |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
[15,of,15] commitctx: directly update the touched and added set of files |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
D8844: templater: stop accepting a single style to stylemap() |
2020-07-29 |
phabricator |
|
Superseded |
D8846: templatespec: logcmdutil.templatespec() gets either template or mapfile |
2020-07-29 |
phabricator |
|
Superseded |
D8848: templatespec: use new factory functions from logcmdutil |
2020-07-29 |
phabricator |
|
Superseded |
D8847: templatespec: move check for non-unicode to lower-level function |
2020-07-29 |
phabricator |
|
Superseded |
D8845: templatespec: create a factory function for each type there is |
2020-07-29 |
phabricator |
|
Superseded |
D8849: dirstate: revert change to Rust binding |
2020-07-29 |
phabricator |
|
Superseded |
[1,of,9] merge: return a mergeresult obj from manifestmerge(), calculateupdates() (API) |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[2,of,9] merge: introduce 'commitinfo' in mergeresult |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[3,of,9] merge: pass commitinfo to applyupdates() and get it stored in mergestate |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[4,of,9] merge: remove no longer required ACTION_GET_OTHER_AND_STORE |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[5,of,9] merge: introduce hasconflicts() on mergeresult object |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[6,of,9] merge: move conversion of file-key dict to action-key dict in mergeresult |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[7,of,9] merge: improve documentation of fbid dict used for merge bid |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[8,of,9] merge: make mergeresult constructor initialize empty object |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[9,of,9] merge: introduce mergeresult.addfile() and use it |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
D8850: dirstate: restore original estimation and update comment |
2020-07-30 |
phabricator |
|
Superseded |
D8851: phabricator: demonstrate debugcallconduit being broken without --test-vcr |
2020-07-30 |
phabricator |
|
Superseded |
D8852: phabricator: unconditionally pop `test_vcr` from kwargs to fix debugcallconduit |
2020-07-30 |
phabricator |
|
Superseded |
D8853: templatespec: use new factory functions in hooklib |
2020-07-31 |
phabricator |
|
Superseded |
D8855: packaging: mark mercurial.templates and subdirs as packages |
2020-07-31 |
phabricator |
|
Superseded |
D8856: packaging: make "mercurial.defaultrc" a key in package_data |
2020-07-31 |
phabricator |
|
Superseded |
D8857: packaging: delete unnecessary updating of `dirs` list |
2020-07-31 |
phabricator |
|
Superseded |
D8858: packaging: include templates with their package as key in package_data |
2020-07-31 |
phabricator |
|
Superseded |
mergestate: fix BC breakage introduced because of removal of a merge record |
2020-08-01 |
Pulkit Goyal |
|
Accepted |
D8859: keepalive: Do not append _rbuf if _raw_readinto exists (issue6356) |
2020-08-02 |
phabricator |
|
Superseded |
D8860: rhg: add harness tests for rhg files |
2020-08-03 |
phabricator |
|
Superseded |
D8861: hg-core: make parse_dirstate return references rather than update hashmaps |
2020-08-03 |
phabricator |
|
Superseded |
D8863: hg-core: define a `ListTrackedFiles` `Operation` |
2020-08-03 |
phabricator |
|
Superseded |
D8864: rhg: Do not return error when when we really mean ok in commands |
2020-08-03 |
phabricator |
|
Superseded |
D8866: rhg: add buffered stdout writing possibility |
2020-08-03 |
phabricator |
|
Superseded |
D8862: hg-core: remove the `Operation` trait |
2020-08-03 |
phabricator |
|
Superseded |
D8867: rhg: simply `FindRootError` handling |
2020-08-03 |
phabricator |
|
Superseded |
D8869: rhg: add a limited `rhg files` subcommand |
2020-08-03 |
phabricator |
|
Superseded |
D8865: rhg: ask the error message from `CommandError` |
2020-08-03 |
phabricator |
|
Superseded |
D8870: rhg: extract function handle_stdout_error |
2020-08-03 |
phabricator |
|
Superseded |
D8871: rhg: handle broken pipe error for stderr |
2020-08-03 |
phabricator |
|
Superseded |
D8868: rhg: add a `Files` `Command` to prepare the `rhg files` subcommand |
2020-08-03 |
phabricator |
|
Superseded |
D8873: rhg: add harness tests for rhg files |
2020-08-03 |
phabricator |
|
Superseded |
D8872: rhg: make output of `files` relative to the current directory and the root |
2020-08-03 |
phabricator |
|
Superseded |
D8874: hgweb: simplify staticfile() now that we always pass it a single directory |
2020-08-04 |
phabricator |
|
Superseded |
D8875: merge: pass mergeresult obj instead of actions in _checkcollision() (API) |
2020-08-05 |
phabricator |
|
Superseded |
D8876: merge: pass mergeresult obj instead of actions in applyupdates() (API) |
2020-08-05 |
phabricator |
|
Superseded |
D8877: merge: pass mergeresult obj in merge._prefetchfiles() |
2020-08-05 |
phabricator |
|
Superseded |
D8878: mergeresult: add sort argument to getactions() method |
2020-08-05 |
phabricator |
|
Superseded |
D8879: merge: replace use of actions dict with mergeresult object |
2020-08-05 |
phabricator |
|
Superseded |
D8880: mergeresult: implement a len() function and use it |
2020-08-05 |
phabricator |
|
Superseded |
D8881: sparse: replace merge action values with mergestate.ACTION_* constants |
2020-08-05 |
phabricator |
|
Superseded |
D8882: mergeresult: yield from getactions() instead of buidling a list and returning |
2020-08-05 |
phabricator |
|
Superseded |
D8883: applyupdates: simplfy calculation of number of updated files |
2020-08-05 |
phabricator |
|
Superseded |
D8884: merge: rework iteration over mergeresult object in checkpathconflicts() |
2020-08-05 |
phabricator |
|
Superseded |
D8885: merge: use ACTION_* constants instead of values in _filternarrowactions() |
2020-08-05 |
phabricator |
|
Superseded |
who: remove OpenJDK |
2020-08-05 |
Marcus Harnisch |
|
New |
D8886: mergeresult: introduce getfile() and use it where required |
2020-08-05 |
phabricator |
|
Superseded |
D8887: mergeresult: add `files()` and use it |
2020-08-05 |
phabricator |
|
Superseded |
D8889: merge: pass mergeresult obj in _forgetremoved() (API) |
2020-08-05 |
phabricator |
|
Superseded |
D8888: mergeresult: introduce filemap() which yields filename based mapping |
2020-08-05 |
phabricator |
|
Superseded |
D8890: templater: move stylemap() to hgweb_mod, since that's its only user |
2020-08-05 |
phabricator |
|
Superseded |
D8891: templater: start passing resource to read from into _readmapfile() |
2020-08-05 |
phabricator |
|
Superseded |
D8894: templater: make open_template() read from resources if in frozen binary |
2020-08-05 |
phabricator |
|
Superseded |
D8893: templater: pass opened file-like object to templatespec |
2020-08-05 |
phabricator |
|
Superseded |
D8892: templater: replace templatepath() with function that also opens the file |
2020-08-05 |
phabricator |
|
Superseded |
D8895: templater: unroll loop over mapfile directories |
2020-08-05 |
phabricator |
|
Superseded |
D8896: templater: try to read %include in mapfiles from resources |
2020-08-05 |
phabricator |
|
Superseded |
D8897: hgweb: remove some accesses to private member uimod._unset |
2020-08-05 |
phabricator |
|
Superseded |
D8898: hgweb: simplify a constant-length list by converting to literal tuple |
2020-08-05 |
phabricator |
|
Superseded |
D8900: hgweb: rely on open_template()'s fallback to using templatedir() |
2020-08-05 |
phabricator |
|
Superseded |
D8901: hgweb: enable reading styles from resources in frozen binaries |
2020-08-05 |
phabricator |
|
Superseded |
D8899: hgweb: open mapfile using templater.open_template() |
2020-08-05 |
phabricator |
|
Superseded |
D8902: templater: replace Py3-only exception types by super-types available in Py2 |
2020-08-06 |
phabricator |
|
Superseded |
D8903: merge: remove emptyactions() and use collections.defaultdict(list) instead |
2020-08-06 |
phabricator |
|
Superseded |
D8904: merge: drop commitinfo argument to applyupdates (API) |
2020-08-06 |
phabricator |
|
Superseded |
D8906: templater: restructure open_template() a little to prepare for relative paths |
2020-08-06 |
phabricator |
|
Superseded |
D8907: templater: teach template loader to use open_template() function |
2020-08-06 |
phabricator |
|
Superseded |
D8905: templater: add exception-raising version of open_template() |
2020-08-06 |
phabricator |
|
Superseded |
D8908: store: refactor space delimited list to proper tuple |
2020-08-07 |
phabricator |
|
Superseded |
D8909: localrepo: refactor logic to calculate sharedvfs in separate fn |
2020-08-07 |
phabricator |
|
Superseded |
D8910: localrepo: refactor `.hg/requires` reading login in separate function |
2020-08-07 |
phabricator |
|
Superseded |
D8911: repository: introduce constant for sparse repo requirement and use it |
2020-08-07 |
phabricator |
|
Superseded |
D8913: scmutil: introduce filterrequirements() to split reqs into wc and store ones |
2020-08-07 |
phabricator |
|
Superseded |
D8912: repository: introduce constant for internal phase repo requirement and use it |
2020-08-07 |
phabricator |
|
Superseded |
D8914: helptext: document exp-sharesafe in internals/requirements.txt |
2020-08-07 |
phabricator |
|
Superseded |
D8915: makefile: stop setting unused HGEXTDIR variable during osx build |
2020-08-08 |
phabricator |
|
Superseded |
[Bug,6394] New: Hgweb/scmutil do not handle subrepos that are symlinked on server |
2020-08-09 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
D8918: localrepo: move requirements constant to requirements module |
2020-08-09 |
phabricator |
|
Superseded |
D8916: repository: introduce constant for treemanifest requirement and use it |
2020-08-09 |
phabricator |
|
Superseded |
D8917: requirements: introduce new requirements related module |
2020-08-09 |
phabricator |
|
Superseded |
D8919: mergestate: use collections.defaultdict(dict) for _stateextras |
2020-08-10 |
phabricator |
|
Superseded |
D8921: merge: use collections.defaultdict() for mergeresult.commitinfo |
2020-08-10 |
phabricator |
|
Superseded |
D8922: merge: introduce `addcommitinfo()` on mergeresult object |
2020-08-10 |
phabricator |
|
Superseded |
D8920: mergestate: use _stateextras instead of merge records for commit related info |
2020-08-10 |
phabricator |
|
Superseded |
D8923: mergestate: replace `addmergedother()` with generic `addcommitinfo()` (API) |
2020-08-10 |
phabricator |
|
Superseded |
D8924: requirements: introduce a set of working directory specific requirements |
2020-08-10 |
phabricator |
|
Superseded |
D8925: revert: remove dangerous `parents` argument from `cmdutil.revert()` |
2020-08-11 |
phabricator |
|
Superseded |
D8926: requirements: introduce constants for `shared` and `relshared` requirements |
2020-08-11 |
phabricator |
|
Superseded |
D8927: posixworker: avoid creating workers that end up getting no work |
2020-08-13 |
phabricator |
|
Superseded |
D8928: worker: don't expose readinto() on _blockingreader since pickle is picky |
2020-08-15 |
phabricator |
|
Superseded |
D8929: hooklib: update documentation of changeset_obsoletedfor for changed hook type |
2020-08-18 |
phabricator |
|
Superseded |
D8931: tests: add test showing that merge state is not cleared by amend |
2020-08-18 |
phabricator |
|
Superseded |
D8930: mergestate: clear merge state if there are no unresolved conflicts |
2020-08-18 |
phabricator |
|
Superseded |
D8932: commit: clear mergestate also with --amend (issue6304) |
2020-08-18 |
phabricator |
|
Superseded |
D8935: hgweb: ignore web.templates config when guessing mime type for static content |
2020-08-19 |
phabricator |
|
Superseded |
D8933: hgweb: handle None from templatedir() equally bad in webcommands.py |
2020-08-19 |
phabricator |
|
Superseded |
D8936: hgweb: minimize scope of a try-block in staticfile() |
2020-08-19 |
phabricator |
|
Superseded |
D8934: hgweb: let staticfile() look up path from default location unless provided |
2020-08-19 |
phabricator |
|
Superseded |
D8937: rust: enable on macOS |
2020-08-19 |
phabricator |
|
Superseded |
D8938: run-tests: refactor filtering logic for --retest flag |
2020-08-22 |
phabricator |
|
Superseded |
D8939: tests: add more criss-cross merging tests where behavior needs to be fixed |
2020-08-24 |
phabricator |
|
Superseded |
D8940: merge: store ACTION_KEEP when we are keeping the file deleted locally |
2020-08-24 |
phabricator |
|
Superseded |
D8941: merge: add missing ACTION_KEEP when both remote and ancestor are not present |
2020-08-24 |
phabricator |
|
Superseded |
D8942: debugmergestate: don't next `extras` under `files` |
2020-08-24 |
phabricator |
|
Superseded |
D8943: base review (generate test for phabsend) |
2020-08-24 |
phabricator |
|
Superseded |
D8944: 133c1c6c6449 is my parent (generate test for phabsend) |
2020-08-24 |
phabricator |
|
Superseded |
D8945: base review (generate test for phabsend) |
2020-08-24 |
phabricator |
|
Superseded |
D8946: 133c1c6c6449 is my parent (generate test for phabsend) |
2020-08-24 |
phabricator |
|
Superseded |
D8948: rewriteutil: extract evolve code used to replace obsolete hashes in commits |
2020-08-24 |
phabricator |
|
Superseded |
D8947: mercurial: force LF endings for *.py, *.{c, h} and *.t in .editorconfig |
2020-08-24 |
phabricator |
|
Superseded |
D8949: rewriteutil: also consider pending obsoletes when updating hashes in messages |
2020-08-24 |
phabricator |
|
Superseded |
D8950: phabricator: update the hashes in commit messages as they get submitted |
2020-08-24 |
phabricator |
|
Superseded |
D8951: rewriteutil: relax the sha1 hash references to handle future hash types |
2020-08-26 |
phabricator |
|
Superseded |
D8952: remotefilelog: acquire lock before writing requirements on clone |
2020-08-26 |
phabricator |
|
Superseded |
D8953: documentation: add zstd compression to the insternal revlogs documentation |
2020-08-26 |
phabricator |
|
Superseded |
D8955: rhg: fix clippy warnings |
2020-08-26 |
phabricator |
|
Superseded |
D8957: hg-core: fix some clippy warnings |
2020-08-26 |
phabricator |
|
Superseded |
D8954: rhg: pass ui to Command run |
2020-08-26 |
phabricator |
|
Superseded |
D8956: rhg: print error message when argument parsing fails |
2020-08-26 |
phabricator |
|
Superseded |
D8959: hg-core: define a `DebugData` `Operation` |
2020-08-26 |
phabricator |
|
Superseded |
D8960: rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand |
2020-08-26 |
phabricator |
|
Superseded |
D8961: rhg: add a limited `rhg debugdata` subcommand |
2020-08-26 |
phabricator |
|
Superseded |
D8958: hg-core: Add a limited readonly revlog implementation |
2020-08-26 |
phabricator |
|
Superseded |
D8962: rhg: Add debug timing |
2020-08-26 |
phabricator |
|
Superseded |
D8963: test-run-tests.t: remove a sub-test since we are done with it |
2020-08-27 |
phabricator |
|
Superseded |
D8964: test-run-tests.t: add a --retest test to demonstrate a fix in next patch |
2020-08-27 |
phabricator |
|
Superseded |
[STABLE] test: add `test-repo` requirement to `test-check-format` (issue6395) |
2020-08-27 |
Pierre-Yves David |
|
Accepted |
D8965: merge: update commitinfo from all mergeresults during bid merge |
2020-08-27 |
phabricator |
|
Superseded |
D8966: merge: show list of bids for each file in bid-merge in ui.note() |
2020-08-27 |
phabricator |
|
Superseded |
D8967: merge: show number of ancestors in bid merge debug notes |
2020-08-27 |
phabricator |
|
Superseded |
D8968: phabricator: Pass through diffoptions |
2020-08-28 |
phabricator |
|
New |
D8969: extdiff: pass full paths of `dir1a` and `dir1b` to `_runperfilediff()` |
2020-08-29 |
phabricator |
|
Superseded |
D8970: extdiff: remove dir2root and pass full path as dir2 in _runperfilediff() |
2020-08-29 |
phabricator |
|
Superseded |
D8971: extdiff: move single file handling inside `not per-file` conditional |
2020-08-29 |
phabricator |
|
Superseded |
D8972: [WIP] diff: add a `--tool` flag |
2020-08-29 |
phabricator |
|
New |
D8973: log: add support for bookmarks |
2020-08-31 |
phabricator |
|
Superseded |
D8974: merge: add `ACTION_KEEP_DELETED` to represent files we want to keep deleted |
2020-09-01 |
phabricator |
|
Superseded |
[1,of,3] extdiff: pass full paths of `dir1a` and `dir1b` to `_runperfilediff()` |
2020-09-01 |
Pulkit Goyal |
|
Accepted |
[2,of,3] extdiff: remove dir2root and pass full path as dir2 in _runperfilediff() |
2020-09-01 |
Pulkit Goyal |
|
Accepted |
[3,of,3] extdiff: move single file handling inside `not per-file` conditional |
2020-09-01 |
Pulkit Goyal |
|
Accepted |
D8975: genosxversion: don't give up if we can't find a path to hg libraries |
2020-09-01 |
phabricator |
|
Superseded |
[stable] tests: fix test-demandimport.py on Python 3.9 |
2020-09-01 |
Manuel Jacob |
|
Accepted |
D8976: registrar: fix a documentation typo |
2020-09-02 |
phabricator |
|
Superseded |
[Bug,6402] New: test-stdio.py flakiness |
2020-09-02 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
D8977: merge: check for dir rename dest before adding ACTION_KEEP |
2020-09-02 |
phabricator |
|
New |
D8978: hgweb: compatibility of hgweb.cgi template with Python 3 |
2020-09-02 |
phabricator |
|
Superseded |
[1,of,3] extdiff: reorder an if-else conditional |
2020-09-02 |
Pulkit Goyal |
|
Accepted |
[2,of,3] extdiff: refactor cmdline and gui calculation login in a separate fn |
2020-09-02 |
Pulkit Goyal |
|
Accepted |
[3,of,3] diff: add a `--tool` flag to use external diffing tools |
2020-09-02 |
Pulkit Goyal |
|
Accepted |
D8979: run-tests: extract logic to get errpath in a utility func |
2020-09-02 |
phabricator |
|
Superseded |
D8980: repoview: pin revisions for `local` and `other` when a merge is active |
2020-09-04 |
phabricator |
|
Superseded |
D8984: commit: pass mergestate into _filecommit() instead of re-reading it |
2020-09-05 |
phabricator |
|
Superseded |
D8982: merge: disable `m2-vs-ma` diff optimization in case of flat manifests |
2020-09-05 |
phabricator |
|
New |
D8985: commit: fix a wrong argument name in documentation |
2020-09-05 |
phabricator |
|
Superseded |
D8983: merge: move initial handling of mergeactions near to later one |
2020-09-05 |
phabricator |
|
Superseded |
D8981: scmutil: introduce function to check whether repo uses treemanifest or not |
2020-09-05 |
phabricator |
|
Superseded |
D8987: tests: add few debugrevlogindex and a log call to see changes in next test |
2020-09-05 |
phabricator |
|
Superseded |
D8986: debugmergestate: sort extras before printing |
2020-09-05 |
phabricator |
|
Superseded |
D8988: merge: store commitinfo if mergetool resolved a dc or cd conflict |
2020-09-05 |
phabricator |
|
Superseded |
D8990: rust-cpython: switch logging facade from `simple_logger` to `env_logger` |
2020-09-06 |
phabricator |
|
Superseded |
D8991: git: convert tz offset to int (issue6359) |
2020-09-07 |
phabricator |
|
Superseded |
D8992: git: restore basic functionality after b3040b6739ce |
2020-09-07 |
phabricator |
|
Superseded |
D8993: git: actually copy treemanifest instances in .copy() (issue6398) |
2020-09-07 |
phabricator |
|
Superseded |
D8995: git: correctly handle "nothing changed" commits |
2020-09-07 |
phabricator |
|
Superseded |
D8996: git: fix up dirstate use of index |
2020-09-07 |
phabricator |
|
Superseded |
D8997: git: make dirstate status() respect matcher |
2020-09-07 |
phabricator |
|
Superseded |
D8994: localrepo: use functools.wraps() in unfilteredmethod decorator |
2020-09-07 |
phabricator |
|
Superseded |
D8998: git: make dirstate actually support listclean parameter |
2020-09-07 |
phabricator |
|
Superseded |
D8999: git: fix index handling of removed files during commit (issue6398) |
2020-09-07 |
phabricator |
|
Superseded |
D9001: tags: take lock instead of wlock before writing hgtagsfnodes1 cache |
2020-09-08 |
phabricator |
|
Superseded |
D9000: localrepo: warn if we are writing to cache without a lock |
2020-09-08 |
phabricator |
|
Superseded |
revset: remove indirect indexing of status tuple |
2020-09-09 |
Yuya Nishihara |
|
Accepted |
[1,of,2] test-grep: document that trivially moved lines might not be detected |
2020-09-09 |
Yuya Nishihara |
|
Accepted |
[2,of,2] grep: fix hash(linestate) to not include linenum |
2020-09-09 |
Yuya Nishihara |
|
Accepted |
D9002: mergestate: introduce a new ACTION_KEEP_NEW |
2020-09-09 |
phabricator |
|
Superseded |
D9004: hgdemandimport: bypass demandimport for _ast module (issue6407) |
2020-09-09 |
phabricator |
|
Superseded |
[1,of,2] localrepo: warn if we are writing to cache without a lock |
2020-09-10 |
Pulkit Goyal |
|
Superseded |
[2,of,2] tags: take lock instead of wlock before writing hgtagsfnodes1 cache |
2020-09-10 |
Pulkit Goyal |
|
Superseded |
[1,of,2] commit: pass mergestate into _filecommit() instead of re-reading it |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
[2,of,2] commit: fix a wrong argument name in documentation |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
[1,of,3,V2] localrepo: warn if we are writing to cache without a lock |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
[2,of,3,V2] statichttprepo: use LockUnavailable() instead of Abort() for lock (API) |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
[3,of,3,V2] tags: take lock instead of wlock before writing hgtagsfnodes1 cache |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
D9005: hg-core: check data integrity in `Revlog` |
2020-09-10 |
phabricator |
|
Superseded |
git: remove unrequired assignment of listignored and listunknown |
2020-09-10 |
Pulkit Goyal |
|
Accepted |
D9006: chg: make is possible to call by default an hg binary located next to chg |
2020-09-10 |
phabricator |
|
Superseded |
D9007: graphlog: use '%' only if there are *unresolved* conflicts |
2020-09-10 |
phabricator |
|
Superseded |
[1,of,2] tests: update lockdelay.py to handle the `wait` argument |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[2,of,2] tags: take lock while writing `tags2` cache |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[V2] commit: pass mergestate into _filecommit() instead of re-reading it |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[1,of,5] debugmergestate: show extras for files which are not in mergestate |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[2,of,5] merge: show list of bids for each file in bid-merge in ui.note() |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[3,of,5] merge: show number of ancestors in bid merge debug notes |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[4,of,5] debugmergestate: sort extras before printing |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
[5,of,5] merge: move initial handling of mergeactions near to later one |
2020-09-11 |
Pulkit Goyal |
|
Accepted |
D9008: templater: fix reading of templates in frozen binaries with py3 < 3.7 |
2020-09-11 |
phabricator |
|
Superseded |
D9009: py3: fix bytes and str mixup in run-tests |
2020-09-11 |
phabricator |
|
Superseded |
D9010: hg-core: add `Changlog` a specialized `Revlog` |
2020-09-11 |
phabricator |
|
Superseded |
D9011: hg-core: add `Manifest` a specialized `Revlog` |
2020-09-11 |
phabricator |
|
Superseded |
D9012: hg-core: add `Revlog.get_node_rev` |
2020-09-11 |
phabricator |
|
Superseded |
D9013: hg-core: simplify `list_tracked_files` operation |
2020-09-11 |
phabricator |
|
Superseded |
D9015: rhg: add `--revision` argument to `rhg files` |
2020-09-11 |
phabricator |
|
Superseded |
D9014: hg-core: add a `ListRevTrackedFiles` operation |
2020-09-11 |
phabricator |
|
Superseded |
[STABLE] log: fix crash and bad filematcher lookup by -fr'wdir()' PATH |
2020-09-11 |
Yuya Nishihara |
|
New |
D9016: histedit: cache description line |
2020-09-11 |
phabricator |
|
Superseded |
D9017: tests: make emacs test less strict |
2020-09-11 |
phabricator |
|
Superseded |
D9018: resourceutil: document when we expect to take the importlib.resouces code path |
2020-09-12 |
phabricator |
|
Superseded |
[STABLE] py3: fix formatting of LookupError for workingctx |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[1,of,5] largefiles: remove unused 'rev' parameter from downloadlfiles() |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[2,of,5] largefiles: replace use of walkchangerevs() with simple revset query |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[3,of,5] largefiles: walk history in ascending order while downloading all lfiles |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[4,of,5] test-simple-update: add test for -d DATE option |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[5,of,5] cmdutil: reimplement finddate() without using walkchangerevs() |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[V2] merge: show list of bids for each file in bid-merge in ui.debug() |
2020-09-14 |
Pulkit Goyal |
|
Superseded |
[2,of,8] mergeresult: introduce dedicated tuple for no-op actions |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[3,of,8] merge: add `ACTION_KEEP_ABSENT` to represent files we want to keep absent |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[6,of,8] merge: update commitinfo from all mergeresults during bid merge |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[7,of,8] merge: check for dir rename dest before adding ACTION_KEEP |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[8,of,8] mergestate: introduce a new ACTION_KEEP_NEW |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[V3] merge: show list of bids for each file in bid-merge in ui.debug() |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[1,of,3] log: reorganize if-else and for loop in logcmdutil._makematcher() |
2020-09-14 |
Yuya Nishihara |
|
Accepted |
[2,of,3] log: fix -fr'wdir()' PATH to follow newly added file |
2020-09-14 |
Yuya Nishihara |
|
Accepted |
[3,of,3] log: make -frREV PATH detect missing files before falling back to slow path |
2020-09-14 |
Yuya Nishihara |
|
Accepted |
D9019: procutil: avoid using os.fork() to implement runbgcommand |
2020-09-14 |
phabricator |
|
Superseded |
D9020: sshpeer: avoid having a destructor that can block forks forever |
2020-09-14 |
phabricator |
|
Superseded |
D9021: fsmonitor: increase the threshold before we recommend it, when using rust |
2020-09-14 |
phabricator |
|
Superseded |
[1,of,2] copy-tracing: test case where we go across a changed/deleted merge |
2020-09-14 |
Pierre-Yves David |
|
Accepted |
[2,of,2] copy-tracing: test case where a merge reverted a file deletion |
2020-09-14 |
Pierre-Yves David |
|
Accepted |
D9022: repo: avoid copying/updating a dict on every `repo.__getitem__` |
2020-09-15 |
phabricator |
|
Superseded |
D9023: branchmap: add a cache validation cache, avoid expensive re-hash on every use |
2020-09-15 |
phabricator |
|
Superseded |
[1,of,3,V2] merge: check for dir rename dest before adding ACTION_KEEP |
2020-09-16 |
Pulkit Goyal |
|
New |
[2,of,3,V2] mergestate: introduce a new ACTION_KEEP_NEW |
2020-09-16 |
Pulkit Goyal |
|
New |
[3,of,3,V2] mergestate: define NO_OP_ACTION in module scope instead of inside mergeresult |
2020-09-16 |
Pulkit Goyal |
|
New |
store: remove unnecessary copying on requires file |
2020-09-16 |
Pulkit Goyal |
|
New |
D9024: run-test: make `--blacklist` and `--whitelist` behave like `--test-list` |
2020-09-17 |
phabricator |
|
Superseded |