User Details
User Details
- User Since
- Jun 28 2017, 5:28 PM (255 w, 1 d)
Yesterday
Yesterday
martinvonz added a comment to D12627: worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444).
martinvonz updated subscribers of D12627: worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444).
I *think* you're supposed to open a "merge request" on https://foss.heptapod.net/mercurial/mercurial-devel these days. Right, @Alphare?
Thu, May 12
Thu, May 12
branching: merge with stable
martinvonz added a comment to D12625: amend: stop specifying matcher, get all copies in wctx.
Thanks for fixing! I'll apply this on stable.
martinvonz added a comment to D12624: amend: add test showing poor behavior when copies are involved.
For the record, this has been broken since 877d7e1
Mon, May 9
Mon, May 9
martinvonz updated the diff for D12424: rust: upgrade zstd from 0.5.3 to 0.11.1.
martinvonz updated the diff for D12494: [RFC] rust-revlog: create nodemap on the fly if it's not persisted.
martinvonz committed rHG90a15199cbc6: rust-repo: make `Send` by not storing functions in `LazyCell`.
rust-repo: make `Send` by not storing functions in `LazyCell`
martinvonz committed rHG5376efe0314a: rust-repo: make `Send` by not storing functions in `LazyCell`.
rust-repo: make `Send` by not storing functions in `LazyCell`
martinvonz committed rHG7af798e497f5: filemerge: add configs to disable some or all partial merge tools.
filemerge: add configs to disable some or all partial merge tools
martinvonz added a comment to D12582: rust-repo: make `Send` by not storing functions in `LazyCell`.
martinvonz updated the diff for D12424: rust: upgrade zstd from 0.5.3 to 0.11.1.
martinvonz updated the diff for D12582: rust-repo: make `Send` by not storing functions in `LazyCell`.
Thu, May 5
Thu, May 5
martinvonz added a comment to D12603: diff: graduate merge diffs from experimental and add to tweakdefaults.
Wed, May 4
Wed, May 4
D12603: diff: graduate merge diffs from experimental and add to tweakdefaults now requires changes to proceed.
I agree, except that I've seen it crash sometimes. I wrote a little script to find such cases now. Here's an example: hg diff --change 7c2921a6. So we need to fix that first. Sorry I never bothered to report a bug for it.
Tue, May 3
Tue, May 3
martinvonz updated the diff for D12582: rust-repo: make `Send` by not storing functions in `LazyCell`.
martinvonz updated the diff for D12582: rust-repo: make `Send` by not storing functions in `LazyCell`.
Wed, Apr 27
Wed, Apr 27
martinvonz committed rHGdb3f8e5cc965: commit: don't use hard-coded `.hg/last-message.txt` path in error message.
commit: don't use hard-coded `.hg/last-message.txt` path in error message
Tue, Apr 26
Tue, Apr 26
Mon, Apr 25
Mon, Apr 25
martinvonz committed rHG9b2fa18e0b28: commit: don't use hard-coded `.hg/last-message.txt` path in error message.
commit: don't use hard-coded `.hg/last-message.txt` path in error message
D12578: rhg: use `Command::exec` instead of `Command::status` is now accepted and ready to land.
Fri, Apr 22
Fri, Apr 22
martinvonz added a comment to D12580: rust-dirstate-v2: save proper data size if no new data on append.
Thu, Apr 21
Thu, Apr 21
D12580: rust-dirstate-v2: save proper data size if no new data on append now requires changes to proceed.
It looks like the tests from your other long series need to be updated in this patch (they don't compile with this patch applied).
D12578: rhg: use `Command::exec` instead of `Command::status` now requires changes to proceed.
Apr 19 2022
Apr 19 2022
martinvonz added a comment to D12541: rust-dirstatemap: remove unused helper from the old API.
martinvonz committed rHG07ec9f4f24bf: changelog: avoid copying changeset data into `ChangesetRevisionData`.
changelog: avoid copying changeset data into `ChangesetRevisionData`
rust-nodemap: remove unnecessary explicit lifetime
martinvonz committed rHGa9ece9796a97: rust-revlog: add tests for p1/p2 getters, as promised in D12442.
rust-revlog: add tests for p1/p2 getters, as promised in D12442
rust-revlog: make `IndexEntryBuilder` build a whole entry
martinvonz committed rHGd200ecb76c72: rust-revlog: change default version from 2 to 1 in test builder.
rust-revlog: change default version from 2 to 1 in test builder
martinvonz committed rHG9b5334c1e499: rust-repo: extract a function for checking nodemap requirement.
rust-repo: extract a function for checking nodemap requirement
rust-revlog: make unaware of `Repo`
martinvonz committed rHGa5ef50becea8: rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`.
rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
rust-filelog: don't use persistent nodemap (to match Python)
rust-revlog: move check for nodemap requirement to caller
rust-nodemap-docket: make unaware of `Repo`
martinvonz committed rHG07d8d144c222: rust-nodemap-docket: move check of nodemap requirement to caller.
rust-nodemap-docket: move check of nodemap requirement to caller
martinvonz added a comment to D12541: rust-dirstatemap: remove unused helper from the old API.
Is this series ready to be queued now?
absorb: make `--edit-lines` imply `--apply-changes`
martinvonz added a comment to D12548: changelog: avoid copying changeset data into `ChangesetRevisionData`.
amend: don't remove unselected removals from memctx
martinvonz committed rHG65eda809b943: tests: demonstrate crash on partial amend with copies in changesets.
tests: demonstrate crash on partial amend with copies in changesets
absorb: make `--edit-lines` imply `--apply-changes`
Apr 16 2022
Apr 16 2022
martinvonz updated the diff for D12424: rust: upgrade zstd from 0.5.3 to 0.11.1.
martinvonz updated the diff for D12494: [RFC] rust-revlog: create nodemap on the fly if it's not persisted.
Apr 15 2022
Apr 15 2022
martinvonz retitled D12562: rust-repo: extract a function for checking nodemap requirement from repo: extract a function for checking nodemap requirement to rust-repo: extract a function for checking nodemap requirement.
martinvonz added inline comments to D12562: rust-repo: extract a function for checking nodemap requirement.
martinvonz added a comment to D12546: rust-revlog: move check for nodemap requirement to caller.
martinvonz updated the diff for D12548: changelog: avoid copying changeset data into `ChangesetRevisionData`.
martinvonz updated the diff for D12545: rust-nodemap-docket: make unaware of `Repo`.
martinvonz updated the diff for D12544: rust-nodemap-docket: move check of nodemap requirement to caller.
Apr 14 2022
Apr 14 2022
martinvonz updated the diff for D12547: rust-revlog: make unaware of `Repo`.
martinvonz updated the diff for D12546: rust-revlog: move check for nodemap requirement to caller.
martinvonz updated the diff for D12548: changelog: avoid copying changeset data into `ChangesetRevisionData`.
martinvonz added a comment to D12546: rust-revlog: move check for nodemap requirement to caller.
Apr 13 2022
Apr 13 2022
martinvonz added a comment to D12442: rust-revlog: add methods for getting parent revs and entries.
martinvonz updated the diff for D12548: changelog: avoid copying changeset data into `ChangesetRevisionData`.
martinvonz added a comment to D12442: rust-revlog: add methods for getting parent revs and entries.
martinvonz updated the diff for D12494: [RFC] rust-revlog: create nodemap on the fly if it's not persisted.
martinvonz updated the diff for D12424: rust: upgrade zstd from 0.5.3 to 0.11.1.
martinvonz updated the diff for D12442: rust-revlog: add methods for getting parent revs and entries.
martinvonz updated the diff for D12439: rust-changelog: start parsing changeset data.
martinvonz updated the diff for D12426: rust-changelog: don't skip empty lines when iterating over changeset lines.
martinvonz updated the diff for D12425: rust-requirements: allow loading repos with `bookmarksinstore` requirement.