mercurial at 47974: 33 new changesets
Mercurial Commits
hg at intevation.de
Thu Sep 16 22:15:53 UTC 2021
33 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/9beea3a023ac
changeset: 47942:9beea3a023ac
parent: 47938:508394e38580
parent: 47939:053dd53a0b59
user: Augie Fackler <augie at google.com>
date: Wed Sep 08 15:59:48 2021 -0400
summary: merge: with stable
https://www.mercurial-scm.org/repo/hg/rev/fea24454f919
changeset: 47943:fea24454f919
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 00:16:37 2021 +0200
summary: dirstate: clarify the message in nonnormal checking
https://www.mercurial-scm.org/repo/hg/rev/e02f9af7aed1
changeset: 47944:e02f9af7aed1
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Mon Aug 30 18:45:54 2021 +0200
summary: pathutil: replace the `skip` argument of `dirs` with a boolean
https://www.mercurial-scm.org/repo/hg/rev/3337eec29d5b
changeset: 47945:3337eec29d5b
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Aug 27 19:19:21 2021 +0200
summary: dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_item
https://www.mercurial-scm.org/repo/hg/rev/0919d66e279a
changeset: 47946:0919d66e279a
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Aug 27 20:06:07 2021 +0200
summary: dirstate-item: factor some code in the C implementation
https://www.mercurial-scm.org/repo/hg/rev/154e4dcac68c
changeset: 47947:154e4dcac68c
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Tue Aug 31 09:23:50 2021 +0200
summary: dirstate-item: introduce low level C function
https://www.mercurial-scm.org/repo/hg/rev/83f0e93ec34b
changeset: 47948:83f0e93ec34b
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Mon Aug 30 21:18:29 2021 +0200
summary: dirstate-item: move the C implementation to the same logic
https://www.mercurial-scm.org/repo/hg/rev/696abab107b4
changeset: 47949:696abab107b4
user: Simon Sapin <simon.sapin at octobus.net>
date: Fri Sep 03 16:37:20 2021 +0200
summary: rust: Generalize the `trim_end_newlines` utility of byte strings
https://www.mercurial-scm.org/repo/hg/rev/6961eca0b3ee
changeset: 47950:6961eca0b3ee
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Feb 17 20:49:53 2021 +0100
summary: rhg: Port Pythonâs `ui.configlist` as `Config::get_list`
https://www.mercurial-scm.org/repo/hg/rev/cff41e168c25
changeset: 47951:cff41e168c25
user: Simon Sapin <simon.sapin at octobus.net>
date: Fri Sep 03 16:32:35 2021 +0200
summary: rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
https://www.mercurial-scm.org/repo/hg/rev/9cd35c8c6044
changeset: 47952:9cd35c8c6044
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 06 11:39:59 2021 +0200
summary: rust: Move VFS code to its own module
https://www.mercurial-scm.org/repo/hg/rev/8f031a274cd6
changeset: 47953:8f031a274cd6
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 06 13:39:54 2021 +0200
summary: rust: Move PyBytesWithData out of copy-tracing code
https://www.mercurial-scm.org/repo/hg/rev/4afd6cc447b9
changeset: 47954:4afd6cc447b9
user: Simon Sapin <simon.sapin at octobus.net>
date: Thu Sep 09 18:07:40 2021 +0200
summary: rust: Make OwningDirstateMap generic and move it into hg-core
https://www.mercurial-scm.org/repo/hg/rev/e834b79def74
changeset: 47955:e834b79def74
user: Simon Sapin <simon.sapin at octobus.net>
date: Fri Sep 10 09:53:09 2021 +0200
summary: rust: Switch to the memmap2-rs crate
https://www.mercurial-scm.org/repo/hg/rev/81aedf1fc897
changeset: 47956:81aedf1fc897
user: Simon Sapin <simon.sapin at octobus.net>
date: Thu Sep 09 21:04:55 2021 +0200
summary: rust: Add Repo::dirstate_map and use it in `rhg status`
https://www.mercurial-scm.org/repo/hg/rev/d44740725b95
changeset: 47957:d44740725b95
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 13:01:25 2021 +0200
summary: rust: Rename Manifest to Manifestlog, ManifestEntry to Manifest
https://www.mercurial-scm.org/repo/hg/rev/fc208d6faed3
changeset: 47958:fc208d6faed3
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 13:16:10 2021 +0200
summary: rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct
https://www.mercurial-scm.org/repo/hg/rev/21d25e9ee58e
changeset: 47959:21d25e9ee58e
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 13:29:55 2021 +0200
summary: rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
https://www.mercurial-scm.org/repo/hg/rev/cfb6e6699b25
changeset: 47960:cfb6e6699b25
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 13:45:10 2021 +0200
summary: rust: Add Repo::manifest(revision)
https://www.mercurial-scm.org/repo/hg/rev/4d2a5ca060e3
changeset: 47961:4d2a5ca060e3
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 15:42:39 2021 +0200
summary: rust: Add a Filelog struct that wraps Revlog
https://www.mercurial-scm.org/repo/hg/rev/8c29af0f6d6e
changeset: 47962:8c29af0f6d6e
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 17:23:42 2021 +0200
summary: rhg: Align with Python on some revset parsing corner cases
https://www.mercurial-scm.org/repo/hg/rev/001d747c2baf
changeset: 47963:001d747c2baf
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 18:02:45 2021 +0200
summary: rust: Return HgError instead of RevlogError in revlog constructors
https://www.mercurial-scm.org/repo/hg/rev/796206e74b10
changeset: 47964:796206e74b10
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 18:09:10 2021 +0200
summary: rhg: Reuse manifest when checking status of multiple ambiguous files
https://www.mercurial-scm.org/repo/hg/rev/f9e6f2bb721d
changeset: 47965:f9e6f2bb721d
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Sep 13 18:48:48 2021 +0200
summary: rhg: Donât compare ambiguous files one byte at a time
https://www.mercurial-scm.org/repo/hg/rev/681851d6409b
changeset: 47966:681851d6409b
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jul 26 10:26:45 2021 +0200
summary: dirstate-v2: Remove the `.d` suffix in data file names
https://www.mercurial-scm.org/repo/hg/rev/6c653d9d41b8
changeset: 47967:6c653d9d41b8
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Sep 14 18:07:11 2021 +0200
summary: rust: Make private the `index` field of the `Revlog` struct
https://www.mercurial-scm.org/repo/hg/rev/6f579618ea7b
changeset: 47968:6f579618ea7b
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Sep 14 18:10:35 2021 +0200
summary: rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`
https://www.mercurial-scm.org/repo/hg/rev/87e3f878e65f
changeset: 47969:87e3f878e65f
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Sep 14 18:25:51 2021 +0200
summary: rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
https://www.mercurial-scm.org/repo/hg/rev/7ab99007fce5
changeset: 47970:7ab99007fce5
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 02:44:12 2021 +0200
summary: dirstate: move the copymap drop inside dropfile
https://www.mercurial-scm.org/repo/hg/rev/c0157aca5bf5
changeset: 47971:c0157aca5bf5
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 02:48:56 2021 +0200
summary: dirstate: remove some usage of `_drop`
https://www.mercurial-scm.org/repo/hg/rev/5a6c1ef4bcac
changeset: 47972:5a6c1ef4bcac
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 02:53:47 2021 +0200
summary: dirstate: make dirstatemap.set_untracked deal with added file
https://www.mercurial-scm.org/repo/hg/rev/2e0ff3947b05
changeset: 47973:2e0ff3947b05
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 04:03:20 2021 +0200
summary: dirstate: extract the logic to check file/dirname collision when adding a file
https://www.mercurial-scm.org/repo/hg/rev/4e6f27230aee
changeset: 47974:4e6f27230aee
bookmark: @
tag: tip
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Thu Sep 02 03:59:35 2021 +0200
summary: dirstate: introduce a `set_clean` method on dirstate's map and items
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list