D8847: templatespec: move check for non-unicode to lower-level function |
2020-07-29 |
phabricator |
|
Superseded |
D8848: templatespec: use new factory functions from logcmdutil |
2020-07-29 |
phabricator |
|
Superseded |
D8846: templatespec: logcmdutil.templatespec() gets either template or mapfile |
2020-07-29 |
phabricator |
|
Superseded |
D8844: templater: stop accepting a single style to stylemap() |
2020-07-29 |
phabricator |
|
Superseded |
[15,of,15] commitctx: directly update the touched and added set of files |
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 |
[13,of,15] commitctx: create the `ChangingFiles` object sooner |
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 |
[11,of,15] commitctx: create the ChangingFiles object directly in the various case |
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 |
[09,of,15] commitctx: directly gather p1 and p2 copies in `files` |
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 |
[07,of,15] commitctx: directly pass a ChangingFiles object to changelog.add |
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 |
[05,of,15] commitctx: gather more code dealing with copy-in-extra |
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 |
[03,of,15] commitctx: extract copy information encoding into extra into commit.py |
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 |
[01,of,15] commitctx: explicitly pass `manifest` to _commit_manifest |
2020-07-29 |
Pierre-Yves David |
|
Accepted |
D8843: rebase: fix regression in file change detection introduced by 0ecb3b11fcad |
2020-07-28 |
phabricator |
|
Superseded |
D8842: context: re-add `overlayworkingctx._compact()` removed in 6a5dcd754842 |
2020-07-28 |
phabricator |
|
Superseded |
D8841: cleanup: fix bad formatting of state.py from D8811 |
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 |
D8839: relnotes: copy "next" to "5.5" and clear "next" |
2020-07-28 |
phabricator |
|
Superseded |
D8838: clonebundles: document REQUIREDRAM key |
2020-07-26 |
phabricator |
|
Superseded |
[2,of,2] who: replace "Open Source Projects" with "projects" |
2020-07-26 |
Manuel Jacob |
|
New |
[1,of,2] who: replace another reference to Java |
2020-07-26 |
Manuel Jacob |
|
New |
[STABLE] dispatch: adjust ui.flush() timing to stabilize test-blackbox.t |
2020-07-25 |
Yuya Nishihara |
|
Accepted |
D8837: mergeresult: make actionmapping a dict of dict instead of dict of lists |
2020-07-25 |
phabricator |
|
Superseded |
D8836: largefiles: introduce a constant for 'lfmr' action |
2020-07-25 |
phabricator |
|
Superseded |
D8835: largefiles: override merge.emptyactions() to include `lfmr` |
2020-07-25 |
phabricator |
|
Superseded |
D8834: merge: unify logic of couple of if-else's in manifestmerge() |
2020-07-25 |
phabricator |
|
Superseded |
D8833: sparse: add comment for an if condition which I tried to refactor |
2020-07-25 |
phabricator |
|
Superseded |
D8832: mergeactions: use action constants instead of string values |
2020-07-25 |
phabricator |
|
Superseded |
D8831: merge: use the new action based mapping introduced in mergeresult obj |
2020-07-25 |
phabricator |
|
Superseded |
D8830: mergeresult: introduce action -> (filename, data, msg) mapping and related API |
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 |
D8827: merge: filter actions before calling _resolvetrivial() |
2020-07-25 |
phabricator |
|
Superseded |
D8826: merge: introduce mergeresult.updateactions() and use it |
2020-07-25 |
phabricator |
|
Superseded |
D8825: merge: pass mergeresult instead of actions in _checkunknownfiles() (API) |
2020-07-25 |
phabricator |
|
Superseded |
D8824: merge: pass mergeresult obj instead of actions dict in _resolvetrivial() |
2020-07-25 |
phabricator |
|
Superseded |
D8823: merge: pass mergeresult obj instead of actions in _filternarrowactions() |
2020-07-25 |
phabricator |
|
Superseded |
D8822: merge: pass mergeresult in checkpassconflicts() instead of actions (API) |
2020-07-25 |
phabricator |
|
Superseded |
D8821: merge: add removefile() to mergeresult object |
2020-07-25 |
phabricator |
|
Superseded |
D8820: merge: introduce mergeresult.addfile() and use it |
2020-07-25 |
phabricator |
|
Superseded |
D8819: merge: make mergeresult constructor initialize empty object |
2020-07-25 |
phabricator |
|
Superseded |
D8818: merge: improve documentation of fbid dict used for merge bid |
2020-07-25 |
phabricator |
|
Superseded |
D8817: merge: move conversion of file-key dict to action-key dict in mergeresult |
2020-07-25 |
phabricator |
|
Superseded |
D8816: merge: introduce hasconflicts() on mergeresult object |
2020-07-25 |
phabricator |
|
Superseded |
who: remove OpenJDK |
2020-07-25 |
David Demelier |
|
Accepted |
D8815: dirstate: isolate node len dependency for the pure version |
2020-07-25 |
phabricator |
|
Superseded |
D8814: tests: make check-py3-compat.py actually load the specified files correctly |
2020-07-25 |
phabricator |
|
Superseded |
D8813: tests: make test-install.t work on debian systems |
2020-07-24 |
phabricator |
|
Superseded |
D8812: tests: virtualenv is only used on py2, rename and conditionalize |
2020-07-24 |
phabricator |
|
Superseded |
D8811: morestatus: mention --stop even if not using --verbose |
2020-07-24 |
phabricator |
|
Superseded |
D8810: templater: handle None returned from templatedir() |
2020-07-24 |
phabricator |
|
Superseded |
D8809: templater: reuse check for both "map-cmdline.<name>" and "<name>" |
2020-07-24 |
phabricator |
|
Superseded |
D8808: fix: update documentation to reflect preference for --source over --rev |
2020-07-24 |
phabricator |
|
Superseded |
[11,of,11] commitctx: extract all the file preparation logic in a new function |
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 |
[09,of,11] commitctx: move a special case about files earlier |
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 |
[07,of,11] commitctx: treat `filesadded` more like `filesremoved` |
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 |
[05,of,11] commitctx: move copy meta config reading in a dedicated function |
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 |
[03,of,11] commitctx: extract the function that commit a new manifest |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[02,of,11] commitctx: stop using weakref proxy for transaction |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[01,of,11] commitctx: document the None return for "touched" value |
2020-07-24 |
Pierre-Yves David |
|
Accepted |
[5,of,5,STABLE,REGRESSION,V2] push: test for checks preventing publishing obsolete changeset |
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 |
[3,of,5,STABLE,REGRESSION,V2] push: another test for checks preventing pushing orphaness to a server |
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 |
[1,of,5,STABLE,REGRESSION,V2] exchange: backout changeset c26335fa4225 |
2020-07-24 |
Pierre-Yves David |
|
New |
[Bug,6384] New: largefiles breaks topics over ssh transport |
2020-07-24 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
D8807: formatter: inline a variable assigned from `templater.templater.frommapfile` |
2020-07-24 |
phabricator |
|
Superseded |
D8806: templater: don't normalize path separators to '/' when interacting with OS |
2020-07-24 |
phabricator |
|
Superseded |
D8804: templater: make templatepath() not return directory paths |
2020-07-24 |
phabricator |
|
Superseded |
D8805: formatter: remove now-unnecessary check for file-ness |
2020-07-24 |
phabricator |
|
Superseded |
D8803: tests: show unusual error message for `hg log --style coal` |
2020-07-24 |
phabricator |
|
Superseded |
D8802: tests: fix mistaken copy&paste from commit 4489e9a22763 |
2020-07-24 |
phabricator |
|
Superseded |
[RFC] tests: sleep for a second to let ui get flushed |
2020-07-23 |
Pulkit Goyal |
|
New |
tests: glob 'mercurial.error' in test-phases.t |
2020-07-23 |
Pulkit Goyal |
|
Accepted |
D8801: obsstore: refactor v1 logic to fix 32 byte hash support |
2020-07-23 |
phabricator |
|
Superseded |
D8800: tests: add tests trying to use dir as style, as %include, and as __base__ |
2020-07-23 |
phabricator |
|
Superseded |
[5,of,5,STABLE,REGRESSION] push: test for checks preventing publishing obsolete changeset |
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 |
[3,of,5,STABLE,REGRESSION] push: another test for checks preventing pushing orphaness to a server |
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 |
[1,of,5,STABLE,REGRESSION] exchange: backout changeset c26335fa4225 |
2020-07-23 |
Pierre-Yves David |
|
Superseded |
[STABLE] infinitepush: remove unused import to tempfile |
2020-07-23 |
Pierre-Yves David |
|
Accepted |
D8799: merge: return new mergeresult obj from manifestmerge(), calculateupdates() (API) |
2020-07-23 |
phabricator |
|
Superseded |
D8798: tests: add test for bad template %include and __base__ |
2020-07-23 |
phabricator |
|
Superseded |
D8797: tests: add test for unqualified include of a built-in template map |
2020-07-22 |
phabricator |
|
Superseded |
D8796: config: remove now-unused `abs` argument from `include` callback |
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 |
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 |
D8790: config: pass both relative and absolute paths to `include` callback |
2020-07-22 |
phabricator |
|
Superseded |
D8789: infinitepush: remove unused import of tempfile in store.py |
2020-07-22 |
phabricator |
|
Superseded |
tests: make one of 'worker process exited' line option in test-chg.t |
2020-07-22 |
Pulkit Goyal |
|
Accepted |
D8786: templater: make templatepaths() return a single path, or None |
2020-07-22 |
phabricator |
|
Superseded |
D8788: hgweb: simplify now that we always have a single path |
2020-07-22 |
phabricator |
|
Superseded |
D8787: templater: simplify stylemap() now that templatedir() returns a single path |
2020-07-22 |
phabricator |
|
Superseded |
D8785: templater: simplify templatepaths() to avoid iterating a singleton list |
2020-07-22 |
phabricator |
|
Superseded |
D8784: tags: adjust file node cache to have space for 32 bytes node ids |
2020-07-21 |
phabricator |
|
Superseded |
D8783: storageutil: allow modern hash sizes for fileids |
2020-07-21 |
phabricator |
|
Superseded |
D8782: tests: make flag parsing test more future safe |
2020-07-21 |
phabricator |
|
Superseded |
D8781: infinitepush: fix `{get,put}_args` formatting on Python 3 |
2020-07-21 |
phabricator |
|
Superseded |
D8780: infinitepush: replace `NamedTemporaryFile` with `pycompat.namedtempfile` |
2020-07-21 |
phabricator |
|
Superseded |
D8777: rhg: Ask the error message from `CommandError` |
2020-07-21 |
phabricator |
|
Superseded |
D8778: rhg: add a `Files` `Command` to prepare the `rhg files` subcommand |
2020-07-21 |
phabricator |
|
Superseded |
D8779: rhg: add a limited `rhg files` subcommand |
2020-07-21 |
phabricator |
|
Superseded |
D8776: rhg: Do not return error when when we really mean ok in commands |
2020-07-21 |
phabricator |
|
Superseded |
D8775: hg-core: implement `Operation` for `ListTrackedFiles` |
2020-07-21 |
phabricator |
|
Superseded |
D8774: hg-core: make parse_dirstate return result rather than update inplace |
2020-07-21 |
phabricator |
|
Superseded |
D8773: hg-core: define a `ListTrackedFiles` `Operation` |
2020-07-21 |
phabricator |
|
Superseded |
D8772: localrepo: abort creating a shared repo if the source does not have store |
2020-07-21 |
phabricator |
|
Superseded |
[STABLE] hghave: fix possible int('') in has_clang_format() |
2020-07-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] chgserver: discard buffered output before restoring fds (issue6207) |
2020-07-21 |
Yuya Nishihara |
|
Accepted |
D8771: localrepo: only use BOOKMARKS_IN_STORE_REQUIRMENT is we have a store |
2020-07-21 |
phabricator |
|
Superseded |
D8770: relnotes: add release notes for relevant changes I did since the 5.4 release |
2020-07-20 |
phabricator |
|
Superseded |
D8769: relnotes: fix indentation |
2020-07-20 |
phabricator |
|
Superseded |
D8768: relnotes: make spacing before new section consistent |
2020-07-20 |
phabricator |
|
Superseded |
tests: correctly match clang-format version >= 10 |
2020-07-20 |
Manuel Jacob |
|
Accepted |
[2,of,2] osutil: fix excessive decref on tuple creation failure in listdir() |
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 |
[V2] phases: fix error return with no exception from computephases() |
2020-07-19 |
Yuya Nishihara |
|
Accepted |
D8767: relnotes: extend |
2020-07-18 |
phabricator |
|
Superseded |
D8766: manifest: kill one more instance of the old merge hash hack |
2020-07-18 |
phabricator |
|
Superseded |
windows: don’t set `softspace` attribute in `winstdout` |
2020-07-18 |
Manuel Jacob |
|
New |
[6,of,6] phases: move short-lived PyObject pointers to local scope |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[5,of,6] phases: rename variable used for owned dict of phasesets |
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 |
[3,of,6] phases: make sure an exception should be set on error return |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[2,of,6] phases: fix error return with no exception from computephases() |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[1,of,6] phases: fix clang-format error |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
commands: add short option `-H` for `--hidden` |
2020-07-17 |
Manuel Jacob |
|
New |
D8765: absorb: improve message for the case when changeset became empty |
2020-07-17 |
phabricator |
|
Superseded |
D8353: debugcommands: create new debugantivirusrunning command |
2020-07-17 |
phabricator |
|
Not Applicable |
D8764: localrepo: deduplicate code around reading requires file |
2020-07-17 |
phabricator |
|
Superseded |
windows: handle file-like objects without isatty() method |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[2,of,2,rebased] exchange: check actually missing revs for obsolete / unstable revs (issue6372) |
2020-07-17 |
Manuel Jacob |
|
New |
[1,of,2,rebased] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
D8763: diff: move no-eol text constant to a common location |
2020-07-17 |
phabricator |
|
Superseded |
D8762: revert: fix interactive reverting of end-of-file newline changes |
2020-07-17 |
phabricator |
|
Superseded |
[13,of,13] merge: remove no longer required ACTION_GET_OTHER_AND_STORE |
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 |
[11,of,13] merge: return 'commitinfo' from manifestmerge() and calculateupdates() (API) |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[10,of,13] merge: document return values of manifestmerge() and calculateupdates() |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[09,of,13] merge: refactor code to advise fsmonitor in separate function |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[08,of,13] mergestate: document what mergestate._results is for |
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 |
[06,of,13] mergestate: remove unnecessary recordactions() from mergestate class |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[05,of,13] mergestate: document mergestate records in an organized way |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[04,of,13] mergestate: remove unused unsupported related mergestate records |
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 |
[02,of,13] mergestate: remove unrequired RECORD_RESOLVED_OTHER record |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
[01,of,13] mergestate: rename addpath() -> addpathonflict() to prevent confusion |
2020-07-17 |
Pulkit Goyal |
|
Accepted |
discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof` |
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 |
[1,of,2] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
[4,of,4] windows: always work around EINVAL in case of broken pipe for stdout / stderr |
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 |
[2,of,4] util: enhance `nullcontextmanager` to be able to return __enter__ result |
2020-07-17 |
Manuel Jacob |
|
Accepted |
[1,of,4] windows: augment docstring of `winstdout` class |
2020-07-17 |
Manuel Jacob |
|
Accepted |
D8761: phabricator: clarify the multiple heads/roots error message for phabsend |
2020-07-16 |
phabricator |
|
Superseded |
D8760: cext: remove unused variables |
2020-07-16 |
phabricator |
|
Superseded |
D8759: status: match category text in the option description |
2020-07-16 |
phabricator |
|
Superseded |
[5,of,5,V2] extdiff: add some comments in diffrevs() |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[4,of,5,V2] extdiff: add comments and minor variable renames diffpatch() |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
[3,of,5,V2] extdiff: remove unrequired do3way argument to diffpatch() |
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 |
[1,of,5,V2] extdiff: refactor logic which does diff of patches |
2020-07-16 |
Pulkit Goyal |
|
Accepted |
D8758: extensions: make `hg help extensions` list disabled extensions with PyOxidizer |
2020-07-16 |
phabricator |
|
Superseded |
D8757: purge: classify as a "working directory management" command in help |
2020-07-15 |
phabricator |
|
Superseded |
D8756: phabupdate: allow resigning from revisions |
2020-07-15 |
phabricator |
|
Superseded |
D8755: phabupdate: allow revisions to be commandeered |
2020-07-15 |
phabricator |
|
Superseded |
D8754: phabupdate: allow revisions to be reopened |
2020-07-15 |
phabricator |
|
Superseded |
D8753: phabupdate: allow revisions to be marked "closed" |
2020-07-15 |
phabricator |
|
Superseded |
D8752: phabupdate: allows revisions to be marked "request-review" |
2020-07-15 |
phabricator |
|
Superseded |
D8751: phabupdate: allow revisions to be marked with "plan changes" |
2020-07-15 |
phabricator |
|
Superseded |
[2,of,2] procutil: avoid use of deprecated tempfile.mktemp() |
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] discovery: fix docstring of `outgoing` class |
2020-07-15 |
Manuel Jacob |
|
Accepted |
[1,of,2] discovery: weaken claim about returned common heads if ancestorsof are given |
2020-07-15 |
Manuel Jacob |
|
Accepted |
D8750: extensions: make `hg nonexistent` not crash with PyOxidizer |
2020-07-14 |
phabricator |
|
Superseded |
[5,of,5,V3] tests: check that procutil.std{out,err}.write() returns correct result |
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 |
[3,of,5,V3] procutil: ensure that procutil.std{out, err}.write() writes all bytes |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[2,of,5,V3] procutil: move assignments |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[1,of,5,V3] procutil: distribute code for stdout |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[6,of,6] extdiff: add some comments in diffrevs() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[5,of,6] extdiff: add comments and minor variable renames diffpatch() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[4,of,6] extdiff: remove unrequired do3way argument to diffpatch() |
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 |
[2,of,6] extdiff: refactor logic which does diff of patches |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[1,of,6] patch: refactor content diffing part in separate fn so extensions can wrap |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
D8749: absorb: make it explicit if empty changeset was created |
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 |
D8745: config: add option to control creation of empty successors during rewrite |
2020-07-14 |
phabricator |
|
Superseded |
D8746: rewriteutil: add utility to check whether empty successors should be skipped |
2020-07-14 |
phabricator |
|
Superseded |
D8744: merge: remove no longer required ACTION_GET_OTHER_AND_STORE |
2020-07-14 |
phabricator |
|
Superseded |
D8743: merge: pass commitinfo to applyupdates() and get it stored in mergestate |
2020-07-14 |
phabricator |
|
Superseded |
D8742: merge: return 'commitinfo' from manifestmerge() and calculateupdates() (API) |
2020-07-14 |
phabricator |
|
Superseded |
D8741: merge: document return values of manifestmerge() and calculateupdates() |
2020-07-14 |
phabricator |
|
Superseded |
D8740: merge: refactor code to advise fsmonitor in separate function |
2020-07-14 |
phabricator |
|
Superseded |
D8739: mergestate: document what mergestate._results is for |
2020-07-14 |
phabricator |
|
Superseded |
D8738: mergestate: rename a helpless variable name to bit helpful one |
2020-07-14 |
phabricator |
|
Superseded |
D8737: mergestate: remove unnecessary recordactions() from mergestate class |
2020-07-14 |
phabricator |
|
Superseded |
[stable] convert: use bytes for value in extra dict |
2020-07-14 |
Manuel Jacob |
|
Accepted |
D8736: tests: make drawdag try to draw nodes in alphabetical order |
2020-07-14 |
phabricator |
|
Superseded |
D8735: tests: avoid "magic" nodeids in test-rebase-legacy.t |
2020-07-14 |
phabricator |
|
Superseded |
D8734: tests: avoid a "magic" nodeid in test-wireproto-command-lookup.t |
2020-07-14 |
phabricator |
|
Superseded |
[2,of,2] dispatch: handle late KeyboardInterrupt occurred in run() |
2020-07-13 |
Yuya Nishihara |
|
Accepted |
[1,of,2] dispatch: indent run() function |
2020-07-13 |
Yuya Nishihara |
|
Accepted |
D6259: revset: on-disk cache for children queries |
2020-07-13 |
phabricator |
|
Not Applicable |
[11,of,11,V2] tests: check that procutil.std{out,err}.write() returns correct result |
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 |
[09,of,11,V2] procutil: ensure that procutil.std{out,err}.write() writes all bytes |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[08,of,11,V2] procutil: move assignments |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[07,of,11,V2] procutil: distribute code for stdout |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[06,of,11,V2] procutil: move comment closer to relevant code |
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 |
[04,of,11,V2] procutil: split if condition |
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 |
[02,of,11,V2] procutil: ensure that all stdio file objects are flushed at interpreter exit |
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 |
[5,of,5,V2] absorb: make it explicit if empty changeset was created |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[4,of,5,V2] absorb: consider rewrite.empty-successor configuration |
2020-07-12 |
Manuel Jacob |
|
Accepted |
[3,of,5,V2] rebase: consider rewrite.empty-successor configuration |
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 |
[1,of,5,V2] config: add option to control creation of empty successors during rewrite |
2020-07-12 |
Manuel Jacob |
|
Accepted |
D8733: overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods |
2020-07-11 |
phabricator |
|
Superseded |
D8732: rebase: correctly check for empty commit in in-memory mode |
2020-07-11 |
phabricator |
|
Superseded |
D8731: memctx: make `parents()` return list of one element if it’s not a merge |
2020-07-11 |
phabricator |
|
Superseded |
procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered) |
2020-07-11 |
Manuel Jacob |
|
Accepted |
D8730: error: unify the error message formats for 'rebase' and 'unshelve' |
2020-07-11 |
phabricator |
|
Superseded |
D8729: commit: factor out empty commit check to `committablectx.isempty()` |
2020-07-10 |
phabricator |
|
Superseded |
D8728: overlayworkingctx: rename misleadingly named `isempty()` method |
2020-07-10 |
phabricator |
|
Superseded |
D8727: rebase: add test case that shows that inmemory rebase does not preserve merges |
2020-07-10 |
phabricator |
|
Superseded |
D8726: test-clone-uncompressed: use config to silence the lock warning |
2020-07-10 |
phabricator |
|
Superseded |
tests: update test-devel-warnings.t output with chg |
2020-07-10 |
Pulkit Goyal |
|
Accepted |
D8724: commit: check branch change on to-be-committed changeset |
2020-07-10 |
phabricator |
|
Superseded |
D8725: rebase: remove now unnecessary logic to allow empty commit when branch changes |
2020-07-10 |
phabricator |
|
Superseded |
D8721: scmutil: allowing different files to be prefetched per revision |
2020-07-10 |
phabricator |
|
Superseded |
D8723: fix: prefetch file contents |
2020-07-10 |
phabricator |
|
Superseded |
D8722: fix: obtain base paths before starting workers |
2020-07-10 |
phabricator |
|
Superseded |
[V2] procutil: ensure that all stdio file objects are flushed at interpreter exit |
2020-07-10 |
Manuel Jacob |
|
New |
[5,of,5] procutil: flush both procutil.std{out,err} and sys.std{out,err} at exit |
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 |
[3,of,5] tests: make names in test-stdio.py more distinctive |
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 |
[1,of,5] tests: proof test-stdio.py against buffer fill-up |
2020-07-10 |
Manuel Jacob |
|
Accepted |
D8720: tests: stablize test-serve.t on Windows |
2020-07-10 |
phabricator |
|
Superseded |
D8719: mergestate: document mergestate records in an organized way |
2020-07-09 |
phabricator |
|
Superseded |
D8718: mergestate: remove unused unsupported related mergestate records |
2020-07-09 |
phabricator |
|
Superseded |
D8717: mergestate: add comments about couple of record types and minor reorder |
2020-07-09 |
phabricator |
|
Superseded |
D8715: mergestate: rename addpath() -> addpathonflict() to prevent confusion |
2020-07-09 |
phabricator |
|
Superseded |
D8716: mergestate: remove unrequired RECORD_RESOLVED_OTHER record |
2020-07-09 |
phabricator |
|
Superseded |
debuginstall: don't translate encoding messages |
2020-07-09 |
Yuya Nishihara |
|
Accepted |
D8713: error: normalize "unresolved conflicts" error messages with a custom class |
2020-07-08 |
phabricator |
|
Superseded |
D8712: black: format some files in preparation for subsequent changes |
2020-07-08 |
phabricator |
|
Superseded |
D8714: state: support validated declaration of nested unfinished ops |
2020-07-08 |
phabricator |
|
Superseded |
D8711: documentation: add some internals documentation about bid merge |
2020-07-08 |
phabricator |
|
Superseded |
D8710: commitctx: extract _filecommit too |
2020-07-08 |
phabricator |
|
Superseded |
D8709: commitctx: extract the function in a dedicated module |
2020-07-08 |
phabricator |
|
Superseded |
D8708: commitctx: move a tiny else clause above the very long one |
2020-07-08 |
phabricator |
|
Superseded |
D8707: commitctx: consider removed as touched |
2020-07-08 |
phabricator |
|
Superseded |
D8706: commitctx: rename "changed" to touched |
2020-07-08 |
phabricator |
|
Superseded |
D8702: commitctx: return "touched" status from _filecommit |
2020-07-08 |
phabricator |
|
Superseded |
D8704: commitctx: more filesremoved assignment closer to removed computation |
2020-07-08 |
phabricator |
|
Superseded |
D8705: commitctx: document the manifest writing function |
2020-07-08 |
phabricator |
|
Superseded |
D8703: commitctx: compute files added from _filecommit returns |
2020-07-08 |
phabricator |
|
Superseded |
D8701: commitctx: reorder some conditional for efficiency in _filecommit |
2020-07-08 |
phabricator |
|
Superseded |
D8700: commitctx: document a fast path in _filecommit |
2020-07-08 |
phabricator |
|
Superseded |
D8699: commitctx: document _filecommit input and output |
2020-07-08 |
phabricator |
|
Superseded |
[2,of,2,stable] archival: abort if compression method is unavailable |
2020-07-08 |
Manuel Jacob |
|
Accepted |
[1,of,2,stable] demandimport: ignore `lzma` module for demandimport |
2020-07-08 |
Manuel Jacob |
|
Accepted |
[2,of,2] pycompat: remove pycompat.{stdin,stdout,stderr} |
2020-07-08 |
Manuel Jacob |
|
Accepted |
[1,of,2] pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std* |
2020-07-08 |
Manuel Jacob |
|
Accepted |
D8697: phases: sparsify phase lists |
2020-07-07 |
phabricator |
|
Superseded |
D8698: phases: sparsify phaseroots and phasesets |
2020-07-07 |
phabricator |
|
Superseded |
D8696: phases: updatephases should not skip internal phase |
2020-07-07 |
phabricator |
|
Superseded |
D8695: phases: replace magic number by constant |
2020-07-07 |
phabricator |
|
Superseded |
D8694: phases: provide a test and accessor for non-public phase roots |
2020-07-07 |
phabricator |
|
Superseded |
D8693: sidedata: test changes for incoming and local changes [POC] |
2020-07-07 |
phabricator |
|
Superseded |
D8692: hgignore: add mypy cache files |
2020-07-07 |
phabricator |
|
Superseded |
D8691: hg: allow usage of XDG_CONFIG_HOME/hg/hgrc on OSX |
2020-07-07 |
phabricator |
|
Superseded |
D8690: extdiff: add some comments in diffrevs() |
2020-07-07 |
phabricator |
|
Superseded |
D8689: extdiff: add comments and minor variable renames diffpatch() |
2020-07-07 |
phabricator |
|
Superseded |
D8688: extdiff: remove unrequired do3way argument to diffpatch() |
2020-07-07 |
phabricator |
|
Superseded |
D8687: extdiff: refactor logic to diff revs of versions of files |
2020-07-07 |
phabricator |
|
Superseded |
D8685: patch: refactor content diffing part in separate fn so extensions can wrap |
2020-07-07 |
phabricator |
|
Superseded |
D8686: extdiff: refactor logic which does diff of patches |
2020-07-07 |
phabricator |
|
Superseded |
D8684: manifest: use the same logic for handling flags in _parse as elsewhere |
2020-07-06 |
phabricator |
|
Superseded |
D8683: revlog: avoid hard-coded hash sizes |
2020-07-06 |
phabricator |
|
Superseded |
[6,of,6,v2] procutil: make mercurial.utils.procutil.stderr unbuffered |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[5,of,6,v2] tests: generalize common test case code in test-stdio.py |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[4,of,6,v2] procutil: make stdout line-buffered on Windows if connected to TTY |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[3,of,6,v2] procutil: split import and reassignment |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[2,of,6,v2] procutil: move assignments closer to reassignments |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[1,of,6,v2] procutil: factor out conditional creation of LineBufferedWrapper |
2020-07-06 |
Manuel Jacob |
|
Accepted |
D8681: rhg: use a function in test-rhg.t instead of global alias |
2020-07-06 |
phabricator |
|
Superseded |
D8682: heptapod-ci: build rust crates before tests run |
2020-07-06 |
phabricator |
|
Superseded |
D8680: rhg: fix test-rhg.t code style |
2020-07-06 |
phabricator |
|
Superseded |
D8679: manifest: tigher manifest parsing and flag use |
2020-07-06 |
phabricator |
|
Superseded |
[v2] tests: add tests for buffering behavior of mercurial.utils.procutil.stdout |
2020-07-05 |
Manuel Jacob |
|
New |
[6,of,6] procutil: make stdout line-buffered on Windows if connected to TTY |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[5,of,6] procutil: split import and reassignment |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[4,of,6] procutil: move assignments closer to reassignments |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[3,of,6] procutil: factor out conditional creation of LineBufferedWrapper |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[2,of,6] procutil: define LineBufferedWrapper on all Python versions |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[1,of,6] tests: add tests for buffering behavior of mercurial.procutil.stdout |
2020-07-05 |
Manuel Jacob |
|
Accepted |
tests: use `pwd` instead of $PWD |
2020-07-04 |
Manuel Jacob |
|
New |
[stable] py3: fix crash when server address is 0.0.0.0 (issue6362) |
2020-07-03 |
Manuel Jacob |
|
Accepted |
D8678: test: restore expected output in test-persistent-nodemap.t |
2020-07-03 |
phabricator |
|
Superseded |
D8677: heptapod: use basename of tests in skiplist in CI (issue6351) |
2020-07-03 |
phabricator |
|
New |
chg: suppress OSError in _restoreio() and add some logging (issue6330) |
2020-07-03 |
Pulkit Goyal |
|
Accepted |
D8676: tests: allow timing difference in output |
2020-07-02 |
phabricator |
|
Superseded |
D8675: ui: fix Python 2.7 support for ui.timestamp-output |
2020-07-02 |
phabricator |
|
Superseded |
[2,of,2] cleanup: use slightly more meaningful name for temporary variable |
2020-07-02 |
Manuel Jacob |
|
Accepted |
[1,of,2] cleanup: use any() instead of checking truthiness of temporary list |
2020-07-02 |
Manuel Jacob |
|
Accepted |
[4,of,4] absorb: make it explicit if empty changeset was created |
2020-07-01 |
Manuel Jacob |
|
New |
[3,of,4] absorb: add config that causes empty changesets to be created |
2020-07-01 |
Manuel Jacob |
|
New |
[2,of,4] rebase: add config that causes empty changesets to be created |
2020-07-01 |
Manuel Jacob |
|
New |
[1,of,4] rebase: rename variable "keepbranch" to "keepbranchchange" |
2020-07-01 |
Manuel Jacob |
|
New |
D8674: run-tests: find python binary on Python 3 (issue6361) |
2020-07-01 |
phabricator |
|
Superseded |
[stable,V2] convert: handle percent-encoded bytes in file URLs like Subversion |
2020-07-01 |
Manuel Jacob |
|
Accepted |
D8673: config: add a .hg/nonsharedrc which won't be shared in share-safe mode |
2020-07-01 |
phabricator |
|
Superseded |
rebase: rename variable "keepbranch" to "keepbranchchange" |
2020-07-01 |
Manuel Jacob |
|
Superseded |
D8672: tests: ignore possible diagnostics from gpg 2.2 |
2020-06-30 |
phabricator |
|
Superseded |
[stable] convert: add docstring on convert.subversion.geturl() |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[6,of,6,stable] convert: handle percent-encoded bytes in file URLs like Subversion |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[5,of,6,stable] tests: use path inside test dir |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[4,of,6,stable] convert: convert URLs to UTF-8 for Subversion |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[3,of,6,stable] convert: correctly convert paths to UTF-8 for Subversion |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[2,of,6,stable] py3: pass URL as str |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[1,of,6,stable] convert: bail out in Subversion source if encountering non-ASCII HTTP(S) URL |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[stable] run-tests: fix escapes with conditions |
2020-06-29 |
Manuel Jacob |
|
Accepted |
[stable,V2] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-29 |
Manuel Jacob |
|
Accepted |
D8671: version: sort extensions by name in verbose mode |
2020-06-28 |
phabricator |
|
Superseded |
[2,of,2,stable] convert: set LC_CTYPE around calls to Subversion bindings |
2020-06-28 |
Manuel Jacob |
|
Superseded |
[1,of,2,stable] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-28 |
Manuel Jacob |
|
Superseded |
[2,of,2] compat: back out a25343d16ebe (initialize LC_CTYPE locale on all Python ...) |
2020-06-28 |
Manuel Jacob |
|
Accepted |
[1,of,2] curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings) |
2020-06-28 |
Manuel Jacob |
|
Accepted |
[2,of,2] cmdserver: document message-encodings and channel output options |
2020-06-28 |
Yuya Nishihara |
|
Accepted |
[1,of,2] cmdserver: add option to not exit from message loop on SIGINT |
2020-06-28 |
Yuya Nishihara |
|
Accepted |
[2,of,2,V2] convert: set LC_CTYPE around calls to Subversion bindings |
2020-06-28 |
Manuel Jacob |
|
Accepted |
[1,of,2,V2] pycompat: stop setting LC_CTYPE unconditionally |
2020-06-28 |
Manuel Jacob |
|
Accepted |
D8670: repoview: use the phasecache directly to determine mutable revisions |
2020-06-27 |
phabricator |
|
Superseded |
[2,of,2] convert: set LC_CTYPE around calls to Subversion bindings |
2020-06-27 |
Manuel Jacob |
|
Superseded |
[1,of,2] pycompat: stop setting LC_CTYPE unconditionally |
2020-06-27 |
Manuel Jacob |
|
Superseded |
crecord: stop trying to import wcurses |
2020-06-27 |
Manuel Jacob |
|
Accepted |
[stable,v2] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-26 |
Manuel Jacob |
|
Accepted |
[stable] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-26 |
Manuel Jacob |
|
Superseded |
[2,of,2,stable] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-26 |
Manuel Jacob |
|
New |
[1,of,2,stable] compat: initialize LC_CTYPE locale on all Python versions and platforms |
2020-06-26 |
Manuel Jacob |
|
New |
D8669: graft: leverage cmdutil.check_incompatible_arguments() for --abort/--stop |
2020-06-25 |
phabricator |
|
Superseded |
D8668: graft: leverage cmdutil.check_incompatible_arguments() for --no-commit |
2020-06-25 |
phabricator |
|
Superseded |
D8667: graft: leverage cmdutil.check_at_most_one_arg() for --abort/--stop/--continue |
2020-06-25 |
phabricator |
|
Superseded |
D8666: locks: expect repo lock, not wlock, when writing to .hg/strip-backup/ |
2020-06-25 |
phabricator |
|
Superseded |
[v2] hgweb: encode WSGI environment like OS environment |
2020-06-25 |
Manuel Jacob |
|
Accepted |
D8665: merge: don't grab wlock when merging in memory |
2020-06-25 |
phabricator |
|
Superseded |
D8664: test: redirect stderr so warning messages don't cause changed output (issue6237) |
2020-06-25 |
phabricator |
|
Superseded |
D8663: hg-core: define a `dirstate_status` `Operation` |
2020-06-25 |
phabricator |
|
Superseded |
D8661: rust-status: refactor status into a struct |
2020-06-25 |
phabricator |
|
Superseded |
D8662: rust-status: improve documentation and readability |
2020-06-25 |
phabricator |
|
Superseded |
D8659: config: add `--share` flag to edit config file of shared source |
2020-06-25 |
phabricator |
|
Superseded |
D8658: commands: use any() instead of `if a or b or c` |
2020-06-25 |
phabricator |
|
Superseded |
D8660: upgrade: support running upgrade if repository has share-safe requirement |
2020-06-25 |
phabricator |
|
Superseded |
D8657: procutil: make recent fix for zombies compatible with py2 |
2020-06-25 |
phabricator |
|
Superseded |
[rebased] pycompat: use os.fsencode() to re-encode sys.argv |
2020-06-25 |
Manuel Jacob |
|
Accepted |
[2,of,2,stable] hgweb: encode WSGI environment like OS environment |
2020-06-25 |
Manuel Jacob |
|
New |
[1,of,2,stable] hgweb: deduplicate code |
2020-06-25 |
Manuel Jacob |
|
New |
D8656: localrepo: load the share source .hg/hgrc also in share-safe mode |
2020-06-24 |
phabricator |
|
Superseded |
pycompat: use os.fsencode() to re-encode sys.argv |
2020-06-24 |
Manuel Jacob |
|
Superseded |
D8655: localrepo: unify share checking and related code |
2020-06-24 |
phabricator |
|
Superseded |
[stable] pycompat: fix crash when default locale is unknown |
2020-06-24 |
Manuel Jacob |
|
Accepted |
D8654: phases: make phase list dense or dictionaries [PoC] |
2020-06-24 |
phabricator |
|
Superseded |
D8653: copies: handle more cases where a file got replaced by a copy |
2020-06-23 |
phabricator |
|
Superseded |
D8652: tests: test more cases where a file got replaced by a copy |
2020-06-23 |
phabricator |
|
Superseded |
D8651: share: provide a more useful text for hg help |
2020-06-23 |
phabricator |
|
Superseded |
D8650: copies: implement __repr__ on branch_copies for debugging |
2020-06-23 |
phabricator |
|
Superseded |
D8649: help: document meaning of '%' in graphlog output |
2020-06-23 |
phabricator |
|
Superseded |
chg: fix typo |
2020-06-23 |
Manuel Jacob |
|
Accepted |
[v2] perf: make `hg perfwrite` more flexible |
2020-06-23 |
Manuel Jacob |
|
Accepted |
D8648: [rhg] format code |
2020-06-22 |
phabricator |
|
Superseded |
D8647: run-tests: replace '#' with '-' in temp path of repos created for tests |
2020-06-22 |
phabricator |
|
Superseded |
D8646: update: suggest --merge while `hg up` across topo branches |
2020-06-22 |
phabricator |
|
New |
ui: replace `self._ferr` with identical `dest` |
2020-06-22 |
Manuel Jacob |
|
Accepted |
perf: add another command to test performance of writing to output streams |
2020-06-22 |
Manuel Jacob |
|
New |
D8645: clonebundles: optional memory-requirement attribution |
2020-06-21 |
phabricator |
|
Superseded |
D8644: util: provide a helper function to estimate RAM size |
2020-06-21 |
phabricator |
|
Superseded |
[V3] tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it |
2020-06-20 |
Pulkit Goyal |
|
Accepted |
D8643: absorb: make it clear what happens when no input |
2020-06-20 |
phabricator |
|
Superseded |
phases: remove useless lookup of repo[rev].rev() in _retractboundary |
2020-06-20 |
Yuya Nishihara |
|
Accepted |
D8642: debian: support building a single deb for multiple py3 versions |
2020-06-20 |
phabricator |
|
Superseded |
util: flush stderr explicitly after using warnings.warn() |
2020-06-19 |
Pulkit Goyal |
|
Accepted |
[V2] tests: add hghave rule 'setprocname' to check if osutil.procname and use it |
2020-06-19 |
Pulkit Goyal |
|
New |
tests: update output in test-chg.t as setprocname missing in pure build |
2020-06-19 |
Pulkit Goyal |
|
New |
D8641: phases: improve performance of _retractboundary |
2020-06-18 |
phabricator |
|
Superseded |
[V3] tests: use proctutil.stdout.write() instead of print() in test-extension.t |
2020-06-18 |
Pulkit Goyal |
|
Accepted |
[V2] tests: use ui.warn() instead of print() in test-extension.t |
2020-06-18 |
Pulkit Goyal |
|
New |
D8640: ui: add option to timestamp status and diagnostic messages |
2020-06-18 |
phabricator |
|
Superseded |
tests: use ui.warn() instead of print() in test-extension.t |
2020-06-18 |
Pulkit Goyal |
|
Superseded |
D8639: py3: fix broken man page generation, it was generating `(default: NUL*)` |
2020-06-18 |
phabricator |
|
Superseded |
D8374: fuzz: tell manifest fuzzer about longer node hashes |
2020-06-17 |
phabricator |
|
Not Applicable |
D8638: tests: update output in test-chg.t as setprocname missing in pure build |
2020-06-17 |
phabricator |
|
Superseded |
[3,of,3] absorb: preserve changesets which were already empty |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[2,of,3] absorb: preserve branch-closing changesets even if empty |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[1,of,3] absorb: preserve branch-changing changesets even if empty |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[6,of,6] py3: fix comparison between int and None |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[5,of,6] py3: pass regex as bytes |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[4,of,6] py3: avoid using %r format on bytes |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[3,of,6] py3: use `%d` for int in % formatting |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[2,of,6] py3: pass native string to urlreq.url2pathname() |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[1,of,6] py3: suppress DeprecationWarning about deprecated base64 module aliases |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[5,of,5,stable] py3: ignore warning about deprecated `base64.encodestring()` |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[4,of,5,stable] py3: use `pycompat.ziplist()` |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[3,of,5,stable] py3: use `%d` for int in % formatting |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[2,of,5,stable] py3: fix bytes iteration |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[1,of,5,stable] py3: unbyteify arguments to warnings.filterwarnings() |
2020-06-16 |
Manuel Jacob |
|
Accepted |
D8637: fuzz: add config knob for PYTHON_CONFIG_FLAGS |
2020-06-15 |
phabricator |
|
Superseded |
D8636: pyutil: this has taken so long to fix, I'm using 3.8 now |
2020-06-15 |
phabricator |
|
Superseded |
D8635: rust: do a clippy pass |
2020-06-15 |
phabricator |
|
Superseded |
D8634: hg-core: commit forgotten Cargo.lock |
2020-06-15 |
phabricator |
|
Superseded |
D8633: share: introduce config option to store requires in .hg/store |
2020-06-15 |
phabricator |
|
Superseded |
D8632: debugcommands: introduce new debugrequirements command |
2020-06-15 |
phabricator |
|
Superseded |
D8631: localrepo: add writerequirements() and route requires writing through it |
2020-06-15 |
phabricator |
|
Superseded |
[STABLE] nodemap: fix validity checking when revlog is too short |
2020-06-13 |
Pierre-Yves David |
|
Accepted |
D8630: tests: adjust to the new format in pyflakes output |
2020-06-13 |
phabricator |
|
Superseded |
D8629: tests: consistently use pyflakes as a Python module |
2020-06-13 |
phabricator |
|
Superseded |
D8627: zeroconf: fix non existant formatting in the vendored zeroconf module |
2020-06-13 |
phabricator |
|
Superseded |
D8628: tests: skip pyflakes for mercurial/thirdparty/ |
2020-06-13 |
phabricator |
|
Superseded |
ignore: note debugignore on ignore man page |
2020-06-12 |
Adam Hull |
|
Accepted |
tests: remove unused creation of file and outdated text |
2020-06-12 |
Manuel Jacob |
|
Accepted |
D8626: memctx: add mergestate method |
2020-06-11 |
phabricator |
|
Superseded |
hg: copy buffer state to remote ui |
2020-06-10 |
Elmar Bartel |
|
New |
py3: make stdout line-buffered if connected to a TTY |
2020-06-10 |
Manuel Jacob |
|
Accepted |
D8625: git: add debug logging when there's a mismatch in the cached heads list |
2020-06-09 |
phabricator |
|
Superseded |
D8623: rebase: add environment variable to allow forcing in-memory rebase |
2020-06-09 |
phabricator |
|
Superseded |
D8624: wip: this does not help but seems less wrong |
2020-06-09 |
phabricator |
|
Superseded |
D8622: hgext.git: decode node IDs back into Python strings (issue6349) |
2020-06-09 |
phabricator |
|
Superseded |
D8621: phabricator: make it clear what happen when no response |
2020-06-09 |
phabricator |
|
Superseded |
D7944: localrepo: handle ValueError during repository opening |
2020-06-09 |
phabricator |
|
Not Applicable |
D8178: heptapod-ci: also run tests for chg on python 2 |
2020-06-09 |
phabricator |
|
Not Applicable |
[stable] resourceutil: fix location of line comments |
2020-06-09 |
Manuel Jacob |
|
Accepted |
D8620: tests: make it clear what happen when no response entered |
2020-06-08 |
phabricator |
|
Superseded |
py3: make ui.write() call fout.flush() per line if fout is a tty or pager |
2020-06-07 |
Yuya Nishihara |
|
New |
[stable,v2] py3: stop using block-buffered stdout to TTY on Python 3 |
2020-06-06 |
Manuel Jacob |
|
New |
D8619: tests: skip pyflakes for selectors2.py |
2020-06-06 |
phabricator |
|
Superseded |
D8618: tests: adjust to the new format in pyflakes output |
2020-06-06 |
phabricator |
|
Superseded |
D8617: tests: consistently use pyflakes as a Python module |
2020-06-06 |
phabricator |
|
Superseded |
D8616: merge: chain copies with existing copies in working copy |
2020-06-06 |
phabricator |
|
New |
D8615: merge: move an inspection of the dirstate from record to calculate phase |
2020-06-06 |
phabricator |
|
Superseded |
D8612: rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root` |
2020-06-05 |
phabricator |
|
Superseded |
D8610: rhg: add rhg crate |
2020-06-05 |
phabricator |
|
Superseded |
D8613: rhg: add a limited `rhg root` subcommand |
2020-06-05 |
phabricator |
|
Superseded |
D8611: rhg: add Command trait for subcommands implemented by rhg |
2020-06-05 |
phabricator |
|
Superseded |
D8614: rhg: add rhg tests to the Rust tests |
2020-06-05 |
phabricator |
|
Superseded |
D8609: hg-core: add FindRoot operation to find repository root path |
2020-06-05 |
phabricator |
|
Superseded |
D8608: hg-core: add Operation interface for high-level hg operations |
2020-06-05 |
phabricator |
|
Superseded |
[4,of,4,stable] py3: stop using block-buffered stdout on Python 3 |
2020-06-05 |
Manuel Jacob |
|
Accepted |
[3,of,4,stable] py3: update comment to account for Python 2 and Python 3 differences |
2020-06-05 |
Manuel Jacob |
|
Accepted |
[2,of,4,stable] py3: schedule pycompat.{stdin,stdout,stderr} for removal |
2020-06-05 |
Manuel Jacob |
|
Accepted |
[1,of,4,stable] py3: add warning about buffering behavior of pycompat.{stdout,stderr} |
2020-06-05 |
Manuel Jacob |
|
Accepted |
[stable] tests: fix indentation |
2020-06-05 |
Manuel Jacob |
|
Accepted |
[3,of,3] simplemerge: rewrite flag merging loop as expression |
2020-06-04 |
Yuya Nishihara |
|
Accepted |
[2,of,3] simplemerge: leverage pycompat function to convert byte string to set |
2020-06-04 |
Yuya Nishihara |
|
Accepted |
[1,of,3] simplemerge: fix function name that tests if ctx is not null revision |
2020-06-04 |
Yuya Nishihara |
|
Accepted |
D8607: help: explain in `hg help flags` that unambiguous prefixes are allowed |
2020-06-04 |
phabricator |
|
Superseded |
D8606: context: fix creation of a ProgrammingError to not use non-existent field |
2020-06-04 |
phabricator |
|
Superseded |
[stable,v2] py3: always flush ui streams on Python 3 |
2020-06-03 |
Manuel Jacob |
|
New |
[stable] py3: always flush ui streams on Python 3 |
2020-06-02 |
Manuel Jacob |
|
Superseded |
D8605: rust-dependencies: upgrade `micro-timer` dependency |
2020-06-02 |
phabricator |
|
Superseded |
[STABLE] graft: fix --base value to be saved in state file |
2020-06-02 |
Yuya Nishihara |
|
Accepted |
git: implement diff manifest method |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
[5,of,5] git: implement diff manifest method |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
[4,of,5] git: properly visit child tree objects when resolving a path |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
[3,of,5] git: don't yield paths for directories when walking |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
[2,of,5] git: correctly check for type of object when walking |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
[1,of,5] git: implement stub prefetch_parents dirstate method |
2020-06-01 |
Josef 'Jeff' Sipek |
|
Accepted |
sslutil: fix comment to use inclusive or instead of exclusive or |
2020-06-01 |
Manuel Jacob |
|
Accepted |
[3,of,3] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings() |
2020-06-01 |
Manuel Jacob |
|
Accepted |
[2,of,3] sslutil: stop storing protocol and options for SSLContext in settings dict |
2020-06-01 |
Manuel Jacob |
|
Accepted |
[1,of,3] sslutil: rename 'minimumprotocolui' -> 'minimumprotocol' |
2020-06-01 |
Manuel Jacob |
|
Accepted |
[8,of,8,v5] sslutil: properly detect which TLS versions are supported by the ssl module |
2020-06-01 |
Manuel Jacob |
|
New |
[7,of,8,v5] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings() |
2020-06-01 |
Manuel Jacob |
|
New |
[6,of,8,v5] sslutil: remove dead code (that failed if only TLS 1.0 is available) |
2020-06-01 |
Manuel Jacob |
|
New |
[5,of,8,v5] config: remove unused hostsecurity.disabletls10warning config |
2020-06-01 |
Manuel Jacob |
|
New |
[4,of,8,v5] sslutil: remove dead code (that downgraded default minimum TLS version) |
2020-06-01 |
Manuel Jacob |
|
New |
[3,of,8,v5] tests: stop checking for optional, now impossible output |
2020-06-01 |
Manuel Jacob |
|
New |
[2,of,8,v5] sslutil: remove comment referring to unsupported legacy stacks |
2020-06-01 |
Manuel Jacob |
|
New |
[1,of,8,v5] setup: require that Python has TLS 1.1 or TLS 1.2 |
2020-06-01 |
Manuel Jacob |
|
Accepted |
[5,of,5] sslutil: check for OpenSSL without TLS 1.0 support in one case |
2020-05-31 |
Manuel Jacob |
|
New |