September 2021 Archives by author
Starting: Wed Sep 1 08:57:03 UTC 2021
Ending: Thu Sep 30 16:46:26 UTC 2021
Messages: 230
- feature proposal, display grafted change set when using the -G option
Uwe Brauer
- D11495: Make hg manifest only print things inside the narrowspec
charlesetc (Charles Chamberlain)
- mercurial at 47938: 50 new changesets
Mercurial Commits
- mercurial at 47939: new changeset (1 on stable)
Mercurial Commits
- mercurial at 47941: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 47974: 33 new changesets
Mercurial Commits
- mercurial at 48003: 29 new changesets (4 on stable)
Mercurial Commits
- mercurial at 48028: 25 new changesets (2 on stable)
Mercurial Commits
- mercurial at 48029: new changeset
Mercurial Commits
- mercurial at 48033: 4 new changesets
Mercurial Commits
- mercurial at 48052: 19 new changesets (7 on stable)
Mercurial Commits
- D11382: dirstate: clarify the message in nonnormal checking
marmoute (Pierre-Yves David)
- D11384: dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_item
marmoute (Pierre-Yves David)
- D11385: dirstate-item: factor some code in the C implementation
marmoute (Pierre-Yves David)
- D11386: dirstate-item: introduce low level C function
marmoute (Pierre-Yves David)
- D11383: pathutil: replace the `skip` argument of `dirs` with a boolean
marmoute (Pierre-Yves David)
- D11387: dirstate-item: move the C implementation to the same logic
marmoute (Pierre-Yves David)
- D11417: dirstate: move the copymap drop inside dropfile
marmoute (Pierre-Yves David)
- D11418: dirstate: remove some usage of `_drop`
marmoute (Pierre-Yves David)
- D11419: dirstate: make dirstatemap.set_untracked deal with added file
marmoute (Pierre-Yves David)
- D11420: dirstate: extract the logic to check file/dirname collision when adding a file
marmoute (Pierre-Yves David)
- D11421: dirstate: introduce a `set_clean` method on dirstate's map and items
marmoute (Pierre-Yves David)
- D11422: dirstate: use `tracked` property in `_addpath`
marmoute (Pierre-Yves David)
- D11423: dirstate: same logic as what we did for `_drop`
marmoute (Pierre-Yves David)
- D11424: dirstate: directly call the right function in `set_tracked`
marmoute (Pierre-Yves David)
- D11425: dirstate: replace `_add` call in `setparent`
marmoute (Pierre-Yves David)
- D11426: dirstate: removed the now unused `_add` method
marmoute (Pierre-Yves David)
- D11427: dirstate: make a conditionnal easier to read in `setparents`
marmoute (Pierre-Yves David)
- D11428: dirstate: inline the last two `_drop` usage
marmoute (Pierre-Yves David)
- D11429: dirstate: fix restoration of "merged" state after a remove
marmoute (Pierre-Yves David)
- D11431: dirstate: replace the use of _normallookup in `setparents`
marmoute (Pierre-Yves David)
- D11430: dirstate: introduce a set_tracked method on "map" and "item"
marmoute (Pierre-Yves David)
- D11432: dirstate: replace the use of `_normallookup` in `rebuild`
marmoute (Pierre-Yves David)
- D11433: dirstatE: stop using `_normallookup` in the adddrop extension
marmoute (Pierre-Yves David)
- D11434: dirstate: remove the `normallookup` function
marmoute (Pierre-Yves David)
- D11435: dirstate: drop the `_addpath` method
marmoute (Pierre-Yves David)
- D11436: dirstate: update the documentation of the dirstatemap API
marmoute (Pierre-Yves David)
- D11437: dirstate: drop dirstatemap.addfile
marmoute (Pierre-Yves David)
- D11438: dirstate: support file tracked nowhere in `reset_state`
marmoute (Pierre-Yves David)
- D11439: dirstate: use `reset_state` to drop file in `update_file_p1`
marmoute (Pierre-Yves David)
- D11440: dirstate: use `reset_state` in `rebuild` instead of `dropfile`
marmoute (Pierre-Yves David)
- D11441: dirstate: use `reset_state` instead of `dropfile` in largefile
marmoute (Pierre-Yves David)
- D11442: dirstate: use `reset_state` instead of `dropfile` in test-rebuildstate.t
marmoute (Pierre-Yves David)
- D11443: dirstate: drop the `dirstatemap.dropfile` method
marmoute (Pierre-Yves David)
- D7177: rebase: introduce optional parent mapping
marmoute (Pierre-Yves David)
- D11449: tests: make removeemptydirs more portable
marmoute (Pierre-Yves David)
- D11450: check-code: make it possible to ignore the PWD check in some situation
marmoute (Pierre-Yves David)
- D11477: persistent-nodemap: fix a typo in a test comment
marmoute (Pierre-Yves David)
- D11478: persistent-nodemap: use quiet upgrade in tests
marmoute (Pierre-Yves David)
- D11480: test: enable share-safe in test-persistent-nodemap
marmoute (Pierre-Yves David)
- D11479: filecache: abstract the fetching of the list of tracked file
marmoute (Pierre-Yves David)
- D11481: persistent-nodemap: introduce a test to highlight possible race
marmoute (Pierre-Yves David)
- D11483: manifestlog: also monitor `00manifestlog.n` when applicable
marmoute (Pierre-Yves David)
- D11482: changelog: also monitor `00changelog.n` when applicable (issue6554)
marmoute (Pierre-Yves David)
- D11510: dirstate: drop unused condition in `from_p2`
marmoute (Pierre-Yves David)
- D11511: dirstate: drop some safety assert in largefile
marmoute (Pierre-Yves David)
- D11512: dirstate: inline the merged_removed logic
marmoute (Pierre-Yves David)
- D11514: dirstate: inline the `from_p2_removed` logic
marmoute (Pierre-Yves David)
- D11513: dirstate: drop the merged_removed method
marmoute (Pierre-Yves David)
- D11515: dirstate: drop the from_p2_removed method
marmoute (Pierre-Yves David)
- Renaming foss.heptapod.net/octobus/mercurial-devel to foss.heptapod.net/mercurial/mercurial-devel
Augie Fackler
- D11399: narrow: show repo corruption when commiting empty files
valentin.gatienbaron (Valentin Gatien-Baron)
- D11400: narrow: fix commits of empty files
valentin.gatienbaron (Valentin Gatien-Baron)
- D11490: bookmarks: add an option to make pull mirror local bookmarks
valentin.gatienbaron (Valentin Gatien-Baron)
- D11377: rhg: add support for calling `rhg cat` without a revision
Alphare (Raphaël Gomès)
- D11378: rhg-cat: fallback when detecting `.` or `..` path segments
Alphare (Raphaël Gomès)
- D11379: rhg-cat: fallback in presence of a fileset
Alphare (Raphaël Gomès)
- D11380: rhg: fallback if the current command has any generic hook defined
Alphare (Raphaël Gomès)
- D11381: rhg: fallback if `defaults` config is set for the current command
Alphare (Raphaël Gomès)
- D11392: help: update help text for debug-repair-issue6528
Alphare (Raphaël Gomès)
- D11393: pep-517: remove the `build-backend` key to allow for users to build extensions
Alphare (Raphaël Gomès)
- D11401: rust-revset: simplify match logic
Alphare (Raphaël Gomès)
- D11402: rust-revset: support explicit `.` revision
Alphare (Raphaël Gomès)
- D11403: rhg: fall back if subrepos are detected
Alphare (Raphaël Gomès)
- D11448: relnotes: update next
Alphare (Raphaël Gomès)
- D11447: relnotes: add release notes for 5.9
Alphare (Raphaël Gomès)
- D11456: patchbomb: fix traceback on outgoing when not specifying revisions
Alphare (Raphaël Gomès)
- D11499: windows-ci: temporarily allow Windows jobs to fail
Alphare (Raphaël Gomès)
- Python 2 removal and thg packaging status
Raphaël Gomès
- Octobus monthly mini-sprints
Raphaël Gomès
- Octobus monthly mini-sprints
Raphaël Gomès
- [PATCH 1 of 2] dirstate: fix parse_dirstate() to error out if NULL entry created
Raphaël Gomès
- Evolve mini-sprint October 8th
Raphaël Gomès
- Removing the Windows CI workers
Raphaël Gomès
- Renaming foss.heptapod.net/octobus/mercurial-devel to foss.heptapod.net/mercurial/mercurial-devel
Raphaël Gomès
- D11451: pyoxidizer: don't use in-memory for resources on macOS
mharbison72 (Matt Harbison)
- D11452: pyoxidizer: add the user site to `sys.path` on macOS
mharbison72 (Matt Harbison)
- D11454: exewrapper: find the proper python3X.dll in the registry
mharbison72 (Matt Harbison)
- D11455: setup: stop packaging python3.dll and python3X.dll in the wheel distribution
mharbison72 (Matt Harbison)
- D11466: typing: add a fake `__init__()` to bytestr to distract pytype
mharbison72 (Matt Harbison)
- D11468: typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`
mharbison72 (Matt Harbison)
- D11467: encoding: force a few Errors to bytes before passing to `error.Abort`
mharbison72 (Matt Harbison)
- D11469: typing: suppress an name-error warning in `mercurial/windows.py`
mharbison72 (Matt Harbison)
- D11471: parser: force a `ValueError` to bytes before passing to `error.ParseError`
mharbison72 (Matt Harbison)
- D11472: archival: force a `CompressionError` to bytes before passing to `error.Abort`
mharbison72 (Matt Harbison)
- D11470: util: avoid a name-error warning in the `mmapread` exception handler
mharbison72 (Matt Harbison)
- D11474: typing: drop annotations on `mercurial/logcmdutil.walkopts` attributes
mharbison72 (Matt Harbison)
- D11475: extensions: prevent a crash on py3 when testing a bad extension minimum
mharbison72 (Matt Harbison)
- D11473: util: eliminate the possibility of returning None from `versiontuple()`
mharbison72 (Matt Harbison)
- D11476: extensions: prevent a crash on py3 with a `minimumhgversion` str value
mharbison72 (Matt Harbison)
- Removing the Windows CI workers
Marcus Harnisch
- Failed pipeline for branch/stable | mercurial-devel | 25f880cb
Heptapod
- Failed pipeline for branch/default | mercurial-devel | ad546c66
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 58fb14fa
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 58fb14fa
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 25f880cb
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 4eb55985
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 0114dccb
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | b13cba93
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 3e15e150
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 2463d5d0
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 5183e553
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 067a8a44
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | 9bcbd2fb
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | d89feb71
Heptapod
- mercurial-devel | Failed pipeline for branch/default | c4d62fbf
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 97bd9370
Heptapod
- mercurial-devel | Failed pipeline for branch/default | dc4eebb7
Heptapod
- mercurial-devel | Failed pipeline for branch/default | dc4eebb7
Heptapod
- mercurial-devel | Failed pipeline for branch/default | b2694c71
Heptapod
- mercurial-devel | Failed pipeline for branch/default | edb4d3b8
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | 9684940d
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | 0d7e6960
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 23606306
Heptapod
- mercurial-devel | Failed pipeline for branch/default | a722fca9
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 24264c85
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 68a6f320
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | c1c0842a
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 68a6f320
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 6f79150d
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 206a7fb1
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 206a7fb1
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 513988c8
Heptapod
- mercurial-devel | Failed pipeline for branch/stable | 0a094247
Heptapod
- mercurial-devel | Failed pipeline for branch/default | aec6a5c7
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 34fda88f
Heptapod
- mercurial-devel | Failed pipeline for branch/default | 4098414b
Heptapod
- D11391: filemerge: be more strict when detecting conflict markers, add `|` markers
spectral (Kyle Lippincott)
- [PATCH 1 of 2] dirstate: fix parse_dirstate() to error out if NULL entry created
Yuya Nishihara
- [PATCH 2 of 2] dirstate: fix leak of entry object in dirstate_item_from_v1_data()
Yuya Nishihara
- bugzilla weekly report (2021-09-06)
Octobot
- bugzilla weekly report (2021-09-06)
Octobot
- bugzilla weekly report (2021-09-13)
Octobot
- bugzilla weekly report (2021-09-13)
Octobot
- bugzilla weekly report (2021-09-20)
Octobot
- bugzilla weekly report (2021-09-20)
Octobot
- bugzilla weekly report (2021-09-27)
Octobot
- bugzilla weekly report (2021-09-27)
Octobot
- Evolve mini-sprint October 8th
Anton Shestakov
- Evolve mini-sprint October 8th
Anton Shestakov
- D11388: rust: Generalize the `trim_end_newlines` utility of byte strings
SimonSapin
- D11390: rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
SimonSapin
- D11389: rhg: Port Python’s `ui.configlist` as `Config::get_list`
SimonSapin
- D11395: rust: Move PyBytesWithData out of copy-tracing code
SimonSapin
- D11394: rust: Move VFS code to its own module
SimonSapin
- D11398: rust: Add Repo::dirstate_map and use it in `rhg status`
SimonSapin
- D11397: rust: Switch to the memmap2-rs crate
SimonSapin
- D11396: rust: Make OwningDirstateMap generic and move it into hg-core
SimonSapin
- D11405: rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct
SimonSapin
- D11404: rust: Rename Manifest to Manifestlog, ManifestEntry to Manifest
SimonSapin
- D11407: rust: Add Repo::manifest(revision)
SimonSapin
- D11409: rhg: Align with Python on some revset parsing corner cases
SimonSapin
- D11406: rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
SimonSapin
- D11412: rhg: Don’t compare ambiguous files one byte at a time
SimonSapin
- D11408: rust: Add a Filelog struct that wraps Revlog
SimonSapin
- D11411: rhg: Reuse manifest when checking status of multiple ambiguous files
SimonSapin
- D11410: rust: Return HgError instead of RevlogError in revlog constructors
SimonSapin
- D11413: dirstate-v2: Remove the `.d` suffix in data file names
SimonSapin
- D11414: rust: Make private the `index` field of the `Revlog` struct
SimonSapin
- D11415: rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`
SimonSapin
- D11416: rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
SimonSapin
- D11446: rust: Update the memmap2 crate to version 0.4.0
SimonSapin
- D11457: rust: Move DirstateEntry to its own module
SimonSapin
- D11458: dirstate: remove now-unused .directories() method
SimonSapin
- D11459: rust: Remove the `rustext.parsers` module
SimonSapin
- D11460: rust: Remove support for passing a dict to the Rust pathutil.dirs()
SimonSapin
- D11464: dirstate: Remove the `state == ' '` special case
SimonSapin
- D11463: debugsate: Change debug_iter() to yield tuples instead of DirstateItem
SimonSapin
- D11465: rust: Remove EntryState::Unknown
SimonSapin
- D11461: rust: Make the fields of DirstateEntry private
SimonSapin
- D11462: debugstate: Always call dirstatemap.debug_iter()
SimonSapin
- D11484: rust: Align DirstateEntry internals with Python/C DirstateItem
SimonSapin
- D11485: rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItem
SimonSapin
- D11488: dirstate: Don’t drop unrelated data in DirstateMap::set_entry
SimonSapin
- D11486: dirstate: Use the Rust implementation of DirstateItem when Rust is enabled
SimonSapin
- D11489: dirstate: Propagate dirstate-v2 parse errors from set_dirstate_item
SimonSapin
- D11487: dirstate: Skip no-op conversion in Rust DirstateMap::set_v1
SimonSapin
- D11492: rust: Remove some obsolete doc-comments
SimonSapin
- D11491: dirstate: Remove return boolean from dirstatemap.dropfile
SimonSapin
- D11493: dirstate: Replace dropfile with drop_item_and_copy_source
SimonSapin
- D11494: dirstate: Pass the final DirstateItem to _rustmap.addfile()
SimonSapin
- D11500: dirstate: Appease pytype
SimonSapin
- D11501: dirstate: simplify the ambiguity clearing at write time
SimonSapin
- D11503: dirstate: drop the `_updatedfiles` set
SimonSapin
- D11504: dirstate: stop checking for path collision when adjusting parents
SimonSapin
- D11505: dirstate: move parent state handling in the dirstatemap
SimonSapin
- D11506: dirstate: use a new `drop_merge_data` in `setparent`
SimonSapin
- D11502: dirstate: drop the `clearambiguoustimes` method for the map
SimonSapin
- D11507: dirstate: drop all logic around the "non-normal" sets
SimonSapin
- D11517: dirstate: Remove the Rust abstraction DirstateMapMethods
SimonSapin
- D11516: dirstate: Remove the flat Rust DirstateMap implementation
SimonSapin
- D7177: rebase: introduce optional parent mapping
joerg.sonnenberger (Joerg Sonnenberger)
- D11453: log: if there is a merge state, show conflictother for . [WIP]
joerg.sonnenberger (Joerg Sonnenberger)
- [PATCH 1 of 2] fixed compare filelog rev with file content, besides meta-info content
Joerg Sonnenberger
- Removing the Windows CI workers
Gregory Szorc
- Renaming foss.heptapod.net/octobus/mercurial-devel to foss.heptapod.net/mercurial/mercurial-devel
Gregory Szorc
- Evolve mini-sprint October 8th
Martin von Zweigbergk
- Evolve mini-sprint October 8th
Martin von Zweigbergk
- D11445: dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`
martinvonz (Martin von Zweigbergk)
- D11444: dirstate: make dirstate flags char be unsigned
martinvonz (Martin von Zweigbergk)
- D11497: errors: use InputError for bad --similarity value
martinvonz (Martin von Zweigbergk)
- D11498: errors: use InputError for bad path arguments to `hg annotate`
martinvonz (Martin von Zweigbergk)
- D11496: errors: use InputError for some invalid revsets and such
martinvonz (Martin von Zweigbergk)
- D11508: histedit: remove redundant checks for unfinished histedit state
martinvonz (Martin von Zweigbergk)
- D11509: histedit: use more specific exceptions for more detailed exit codes
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 2] fixed compare filelog rev with file content, besides meta-info content
alexrayne
- [PATCH 2 of 2] filelog can store rev-dups - revs with same content on same parents, but on different changeID
alexrayne
- [PATCH 1 of 2 V2] fixed compare filelog rev with file content, besides meta-info content
alexrayne
- [PATCH 2 of 2 V2] issue6588 fix: filelog can store rev-dups - revs with same content on same parents, but on different changeID
alexrayne
- [PATCH 1 of 2 V3] fixed compare filelog rev with file content, besides meta-info content
alexrayne
- [PATCH 2 of 2 V3] issue6588 fix: filelog can store rev-dups - revs with same content on same parents, but on different changeID
alexrayne
- [Bug 6588] New: how to recover file history.d index with obsolete files after grapht?
mercurial-bugs at mercurial-scm.org
- [Bug 6589] New: pip install with rust extensions is not possible anymore
mercurial-bugs at mercurial-scm.org
- [Bug 6590] New: IndexError: list index out of range in picksplitsuccessor in evolve/utility.py
mercurial-bugs at mercurial-scm.org
- [Bug 6591] New: test-clone-uncompressed.t: test failure
mercurial-bugs at mercurial-scm.org
- [Bug 6592] New: compression.py requires bytes-like object not 'NoneType'
mercurial-bugs at mercurial-scm.org
- [Bug 6593] New: exception with histedit and topic
mercurial-bugs at mercurial-scm.org
- [Bug 6594] New: Need to borrow money from cash app?
mercurial-bugs at mercurial-scm.org
- [Bug 6595] New: What Are The Reasonable Steps To Get Cash App Money Back Instantly?
mercurial-bugs at mercurial-scm.org
- [Bug 6596] New: `hg log` and some other commands get stuck on content-divergence computation
mercurial-bugs at mercurial-scm.org
Last message date:
Thu Sep 30 16:46:26 UTC 2021
Archived on: Thu Jun 30 01:29:36 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).