mercurial-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2021/12/08
mercurial-devel | Failed pipeline for branch/stable | 3e93ca04
Heptapod
2021/12/08
mercurial-devel | Failed pipeline for branch/default | 8af0bd1d
Heptapod
2021/12/08
mercurial-devel | Failed pipeline for branch/default | 2fa5a7d9
Heptapod
2021/12/07
D11885: filemerge: stop returning always-`True` value
martinvonz (Martin von Zweigbergk)
2021/12/07
D11887: simplemerge: make `localorother` a "mode" instead of a separate thing
martinvonz (Martin von Zweigbergk)
2021/12/07
D11886: simplemerge: avoid a call to `pycompat.strkwargs()`
martinvonz (Martin von Zweigbergk)
2021/12/07
D11883: directaccess: fix uses of commands.status() that don't go through flag parsing
spectral (Kyle Lippincott)
2021/12/07
D11884: status: when extracting arguments from `opts`, use the same default values
spectral (Kyle Lippincott)
2021/12/07
mercurial-devel | Failed pipeline for branch/stable | 27ed4da6
Heptapod
2021/12/07
D11882: rhg: fix a crash on non-generaldelta revlogs
aalekseyev (Arseniy Alekseyev)
2021/12/07
D11881: rhg: centralize index header parsing
aalekseyev (Arseniy Alekseyev)
2021/12/07
D11880: rhg: demonstrate that rhg breaks on non-generaldelta revlogs
aalekseyev (Arseniy Alekseyev)
2021/12/07
mercurial-devel | Failed pipeline for branch/stable | 195e669a
Heptapod
2021/12/07
mercurial-devel | Failed pipeline for branch/default | c8d767db
Heptapod
2021/12/07
mercurial-devel | Failed pipeline for branch/default | e659aaf3
Heptapod
2021/12/07
D11878: filemerge: remove unused `orig` argument from tool functions
martinvonz (Martin von Zweigbergk)
2021/12/07
D11879: simplemerge: stop merging file flags
martinvonz (Martin von Zweigbergk)
2021/12/07
D11877: filemerge: stop passing around 3 unused `None` values in `files` argument
martinvonz (Martin von Zweigbergk)
2021/12/07
D11876: filemerge: rename backup variables from `back` to `backup`
martinvonz (Martin von Zweigbergk)
2021/12/07
mercurial-devel | Failed pipeline for branch/default | c8d767db
Heptapod
2021/12/07
mercurial-devel | Failed pipeline for branch/default | ebcdc1f8
Heptapod
2021/12/07
mercurial-devel | Failed pipeline for branch/stable | 40e53390
Heptapod
2021/12/07
D11875: fsmonitor: fix criteria for nonnormalset computation
Raphaël Gomès
2021/12/07
D11874: rhg: support the new extension suboptions syntax
Raphaël Gomès
2021/12/07
D11873: upgrade: don't use `dd status=none` in the test
marmoute (Pierre-Yves David)
2021/12/07
D11871: upgrade: only process revlogs that needs it by default
marmoute (Pierre-Yves David)
2021/12/07
D11872: upgrade: drop some dead code
marmoute (Pierre-Yves David)
2021/12/07
D11870: upgrade: issue a message when a revlog type has to be upgraded
marmoute (Pierre-Yves David)
2021/12/07
D11869: upgrade: explicitly warn when a `--no-xxx` flag is overwritten
marmoute (Pierre-Yves David)
2021/12/07
D11868: upgrade: make the list of explicitly specified revlog a dict
marmoute (Pierre-Yves David)
2021/12/07
D11867: upgrade: move the revlog selection code longer down the chain
marmoute (Pierre-Yves David)
2021/12/07
D11866: dirstate-v2: fix upgrade on an empty repository
marmoute (Pierre-Yves David)
2021/12/07
D11865: dirstate-v2: test upgrade without rust too
marmoute (Pierre-Yves David)
2021/12/07
D11864: test-upgrade: narrow the `debugformat` call when upgrading to dirstate-v2
marmoute (Pierre-Yves David)
2021/12/06
D11863: filemerge: remove `premerge` argument from `_makebackup()`
martinvonz (Martin von Zweigbergk)
2021/12/06
mercurial-devel | Failed pipeline for branch/default | 68e7eb6a
Heptapod
2021/12/06
D11862: fsmonitor: incorporate fixes for Python 3.10 (issue6612)
Raphaël Gomès
2021/12/05
The vendored pywatchman code is broken in Python 3.10
Jonathan Watt
2021/12/05
bugzilla weekly report (2021-12-06)
Octobot
2021/12/04
D11861: python2-compat: fix extensions' tests on python2
marmoute (Pierre-Yves David)
2021/12/03
D11855: mergestate: merge `preresolve()` into `resolve()`
martinvonz (Martin von Zweigbergk)
2021/12/03
D11859: filemerge: make `_filemerge()` do both premerge and merge
martinvonz (Martin von Zweigbergk)
2021/12/03
D11860: filemerge: inline `_filemerge()` into `filemerge()`
martinvonz (Martin von Zweigbergk)
2021/12/03
D11858: filemerge: merge `premerge()` into `filemerge()`
martinvonz (Martin von Zweigbergk)
2021/12/03
D11857: mergestate: inline `_resolve()` into `resolve()`
martinvonz (Martin von Zweigbergk)
2021/12/03
D11856: mergestate: make `_resolve()` do both preresolve and resolve
martinvonz (Martin von Zweigbergk)
2021/12/03
D11854: tests: remove unnecessary explicit args from `failfilemerge.py`
martinvonz (Martin von Zweigbergk)
2021/12/03
D11853: simplemerge: set `conflicts` earlier for :union tool
martinvonz (Martin von Zweigbergk)
2021/12/03
Re: Removing exchange-v2
Gregory Szorc
2021/12/03
Re: Removing exchange-v2
Augie Fackler
2021/12/03
Re: Will work on adding allowing merge tools to partially resolve conflicts
Martin von Zweigbergk via Mercurial-devel
2021/12/03
mercurial-devel | Failed pipeline for branch/default | 27fa54cf
Heptapod
2021/12/03
mercurial-devel | Failed pipeline for branch/default | c07c04d7
Heptapod
2021/12/03
mercurial-devel | Failed pipeline for branch/default | df18e47d
Heptapod
2021/12/03
Re: Will work on adding allowing merge tools to partially resolve conflicts
Pierre-Yves David
2021/12/03
Removing exchange-v2
Raphaël Gomès
2021/12/03
D11852: update: reformat the `commands.update.check` help
marmoute (Pierre-Yves David)
2021/12/03
D11851: update: properly overwrite `check` config with `--no-` variants
marmoute (Pierre-Yves David)
2021/12/03
D11850: update: add a test for `--merge` overriding the "abort" config
marmoute (Pierre-Yves David)
2021/12/03
D11849: dirstate: remove unused method
Raphaël Gomès
2021/12/03
D11848: update: use long version of the flag in the test
marmoute (Pierre-Yves David)
2021/12/03
mercurial-devel | Failed pipeline for branch/default | d610c1b5
Heptapod
2021/12/03
mercurial-devel | Failed pipeline for branch/default | 5b9cd73c
Heptapod
2021/12/02
D11846: dirstate-item: make sure we load `mtime-second-ambiguous` from disk
marmoute (Pierre-Yves David)
2021/12/02
D11842: dirstate-item: add a "second_ambiguous` flag in the mtime tuple
marmoute (Pierre-Yves David)
2021/12/02
D11847: status: keep second-ambiguous mtimes during fixup
marmoute (Pierre-Yves David)
2021/12/02
D11845: dirstate-item: make sure we set the mtime-second-ambiguous on v2 write
marmoute (Pierre-Yves David)
2021/12/02
D11844: dirstate-item: ignore mtime to write v1 when `mtime-second-ambiguous` is set
marmoute (Pierre-Yves David)
2021/12/02
D11843: dirstate-item: implement the comparison logic for mtime-second-ambiguous
marmoute (Pierre-Yves David)
2021/12/02
D11841: dirstate: drop comparison primitive on the timestamp class
marmoute (Pierre-Yves David)
2021/12/02
D11840: rhg: Update the dirstate on disk after status
SimonSapin
2021/12/02
D11839: rhg: Add Repo::write_dirstate
SimonSapin
2021/12/02
D11835: rhg: Initial repository locking
SimonSapin
2021/12/02
D11838: rhg: Add lazy/cached dirstate data file ID parsing on Repo
SimonSapin
2021/12/02
D11834: rust: Serializing a DirstateMap does not mutate it anymore
SimonSapin
2021/12/02
D11836: rust: Add Vfs::write_atomic
SimonSapin
2021/12/02
D11837: rhg: Make Repo::dirstate_parents a LazyCell
SimonSapin
2021/12/02
mercurial@48379: 33 new changesets
Mercurial Commits
2021/12/01
mercurial-devel | Failed pipeline for branch/default | cc39d209
Heptapod
2021/12/01
mercurial-devel | Failed pipeline for branch/default | cc39d209
Heptapod
2021/12/01
mercurial-devel | Failed pipeline for branch/default | 596b8fc2
Heptapod
2021/12/01
mercurial-devel | Failed pipeline for branch/default | 596b8fc2
Heptapod
2021/11/30
D11833: test: mark rhg output as flaky
marmoute (Pierre-Yves David)
2021/11/30
mercurial@48346: 12 new changesets (1 on stable)
Mercurial Commits
2021/11/30
D11832: chistedit: explain which order the commits are presented in
martinvonz (Martin von Zweigbergk)
2021/11/30
mercurial-devel | Failed pipeline for branch/default | bf79c1cb
Heptapod
2021/11/30
[Bug 6618] New: How to fix Bellsouth email not working?
mercurial-bugs
2021/11/29
mercurial-devel | Failed pipeline for branch/default | 973aa75e
Heptapod
2021/11/29
Will work on adding allowing merge tools to partially resolve conflicts
Martin von Zweigbergk via Mercurial-devel
2021/11/29
D11829: errors: use detailed exit code for RepoLookupError
martinvonz (Martin von Zweigbergk)
2021/11/29
D11824: errors: return more detailed errors when failing to parse or apply patch
martinvonz (Martin von Zweigbergk)
2021/11/29
D11830: errors: use detailed exit code in pathauditor
martinvonz (Martin von Zweigbergk)
2021/11/29
D11831: errors: use detailed error for invalid commit-extras argument
martinvonz (Martin von Zweigbergk)
2021/11/29
D11825: patch: add hint about mangled whitespace on bad patch
martinvonz (Martin von Zweigbergk)
2021/11/29
D11827: errors: use detailed exit code when trying to merge file outside narrowspec
martinvonz (Martin von Zweigbergk)
2021/11/29
D11828: errors: use detailed exit code for detected case-collision
martinvonz (Martin von Zweigbergk)
2021/11/29
D11826: errors: use detailed exit code for non-integer number of diff context lines
martinvonz (Martin von Zweigbergk)
2021/11/29
Re: Proposing a new release calendar
Augie Fackler
2021/11/29
D11821: extensions: highlight the name of the faulty extensions in the error message
marmoute (Pierre-Yves David)
2021/11/29
D11822: extension: add a `required` suboption to enforce the use of an extensions
marmoute (Pierre-Yves David)
2021/11/29
D11823: extensions: add a default "*" suboptions prefix
marmoute (Pierre-Yves David)
2021/11/29
D11819: extensions: ignore "sub-options" when looking for extensions
marmoute (Pierre-Yves David)
2021/11/29
D11820: extensions: refactor handling of loading error make it reusable
marmoute (Pierre-Yves David)
2021/11/29
mercurial-devel | Failed pipeline for branch/default | 7016572f
Heptapod
2021/11/29
Re: Proposing a new release calendar
Julien Cristau
2021/11/29
Re: Proposing a new release calendar
Raphaël Gomès
2021/11/29
mercurial-devel | Failed pipeline for branch/default | 58b4ed8b
Heptapod
2021/11/29
Re: Proposing a new release calendar
Raphaël Gomès
2021/11/29
D11818: rhg: refactor to use IgnoreFnType alias more widely
aalekseyev (Arseniy Alekseyev)
2021/11/29
mercurial-devel | Failed pipeline for branch/default | 58b4ed8b
Heptapod
2021/11/29
D11817: sparse: lock the store when updating requirements config
aalekseyev (Arseniy Alekseyev)
2021/11/29
mercurial-devel | Failed pipeline for branch/stable | e70fcc1c
Heptapod
2021/11/29
Mercurial mini-sprint on December 3rd
Raphaël Gomès
2021/11/28
bugzilla weekly report (2021-11-29)
Octobot
2021/11/28
D11816: tests: fix test-fix on NetBSD
wiz (Thomas Klausner)
2021/11/27
[Bug 6617] New: How do i Facebook contact ? Can Facebook take direct calls from users?
mercurial-bugs
2021/11/27
[Bug 6616] New: Talk to the technical agents and know about increasing cash app limit
mercurial-bugs
2021/11/26
mercurial-devel | Failed pipeline for branch/default | 41c1bcf4
Heptapod
2021/11/26
mercurial-devel | Failed pipeline for branch/default | 8b01460f
Heptapod
2021/11/26
D11815: rhg: Add support for `rhg status -n`
SimonSapin
2021/11/26
D11814: rhg: signal when falling back in logs
Raphaël Gomès
2021/11/26
D11813: rhg: don't run `blackbox` if not activated
Raphaël Gomès
2021/11/26
D11812: rust: add function to check if an extension is enabled
Raphaël Gomès
2021/11/26
D11811: docs: update Rust readme with a mention of `rhg`
Raphaël Gomès
2021/11/26
D11810: docs: fix typos and wording for the persistent-nodemap feature
Raphaël Gomès
2021/11/26
D11809: docs: add missing dirstate-v2 documentation
Raphaël Gomès
2021/11/26
D11808: docs: add documentation about Rust
Raphaël Gomès
2021/11/26
[Bug 6615] New: What time does Cash App direct deposit hit?
mercurial-bugs
2021/11/26
D11807: typo: s/unkown/unknown across the codebase
Raphaël Gomès
2021/11/25
[Bug 6614] New: "hg show work" silently fails on Windows when running through MSYS/Cygwin
mercurial-bugs
2021/11/25
D11806: downgrade: don't assume existence of nodemap files when downgrading
Raphaël Gomès
2021/11/25
mercurial-devel | Failed pipeline for branch/stable | 47f9c9fd
Heptapod
2021/11/24
D11805: packaging: bump pygit2 to 1.7.1
mharbison72 (Matt Harbison)
2021/11/24
D11804: packaging: bump windows_curses to 2.3.0
mharbison72 (Matt Harbison)
2021/11/24
D11803: packaging: regenerate the requirements files with pip-tools 6.4.0
mharbison72 (Matt Harbison)
2021/11/24
D11802: filemerge: simplify slightly by using filectx.decodeddata()
martinvonz (Martin von Zweigbergk)
2021/11/24
D11801: filemerge: rename _formatconflictmarker() since it formats a label
martinvonz (Martin von Zweigbergk)
2021/11/24
D11796: dirstate: remove need_delay logic
marmoute (Pierre-Yves David)
2021/11/24
D11794: status: use filesystem time boundary to invalidate racy files
marmoute (Pierre-Yves David)
2021/11/24
D11799: status: move the boundary comparison logic within the timestamp module
marmoute (Pierre-Yves David)
2021/11/24
D11800: largefile: use the proper "mtime boundary" logic during fixup
marmoute (Pierre-Yves David)
2021/11/24
D11798: tests: remove potential mtime ambiguity in a dirstate test
marmoute (Pierre-Yves David)
2021/11/24
D11797: dirstate: cleanup remaining of "now" during write
marmoute (Pierre-Yves David)
2021/11/24
D11795: dirstate: remove `lastnormaltime` mechanism
marmoute (Pierre-Yves David)
2021/11/24
D11788: dirstate: do no use `set_clean` in revert
marmoute (Pierre-Yves David)
2021/11/24
D11791: dirstate: stop gathering parentfiledata in update_file
marmoute (Pierre-Yves David)
2021/11/24
D11792: win32text: drop associated dirstate cache information on revert
marmoute (Pierre-Yves David)
2021/11/24
D11793: test: use a different timestamp for the updated file
marmoute (Pierre-Yves David)
2021/11/24
D11789: dirstate: make it mandatory to provide parentfiledata in `set_clean`
marmoute (Pierre-Yves David)
2021/11/24
D11790: dirstate: stop gathering parentfiledata in update_file_p1
marmoute (Pierre-Yves David)
2021/11/24
D11785: status: gather fixup info at comparison time
marmoute (Pierre-Yves David)
2021/11/24
D11787: status: adapt largefile to gather stats at lookup time
marmoute (Pierre-Yves David)
2021/11/24
D11782: dirstate-item: allow mtime to be None in "parentdata"
marmoute (Pierre-Yves David)
2021/11/24
D11784: update: filter the ambiguous mtime in update directly
marmoute (Pierre-Yves David)
2021/11/24
D11786: status: adapt largefile to gather stats at lookup time
marmoute (Pierre-Yves David)
2021/11/24
D11783: dirstate: move "get fs now" in the timestamp utility module
marmoute (Pierre-Yves David)
2021/11/24
D11781: dirstate: add a comment about a racy piece of code during updates
marmoute (Pierre-Yves David)
2021/11/24
D11780: tests: add missing `head` for when things go wrong
marmoute (Pierre-Yves David)
2021/11/24
D11779: tests: ensure a status will have non ambiguous mtime in some race test
marmoute (Pierre-Yves David)
2021/11/24
D11778: tests: make sure no ambiguity remains after the commit
marmoute (Pierre-Yves David)
2021/11/24
D11777: dirstate: clarify a `hg update` invocation in a test
marmoute (Pierre-Yves David)
2021/11/23
D11776: automation: support Python 3.10 on Windows
indygreg (Gregory Szorc)
2021/11/23
D11775: contrib: update Windows environment to Python 3.9.9
indygreg (Gregory Szorc)
2021/11/23
D11774: rhg: Fix status desambiguation of symlinks and executable files
SimonSapin
2021/11/23
D11771: rhg: Propogate manifest parse errors instead of panicking
SimonSapin
2021/11/23
D11772: rhg: Also parse flags in the manifest parser
SimonSapin
2021/11/23
D11773: rhg: Rename cat_file_is_modified
SimonSapin
2021/11/23
mercurial@48334: 2 new changesets (2 on stable)
Mercurial Commits
2021/11/23
mercurial-devel | Failed pipeline for branch/stable | 47f9c9fd
Heptapod
2021/11/22
mercurial@48332: 3 new changesets (3 on stable)
Mercurial Commits
2021/11/22
mercurial-devel | Failed pipeline for branch/stable | 96a31ea2
Heptapod
2021/11/22
Proposing a new release calendar
Raphaël Gomès
2021/11/22
D11770: backout: backed out changeset 5d83a40cd3f8
Raphaël Gomès
2021/11/21
bugzilla weekly report (2021-11-22)
Octobot
2021/11/19
D11769: tests: Adapt test-basic.t expected output for rhg
SimonSapin
2021/11/19
mercurial-devel | Failed pipeline for branch/stable | 565c3f66
Heptapod
2021/11/19
Re: [PATCH stable] cext: fix Python 3.11 compatibility - Py_SIZE is not an lvalue (issue6610)
Yuya Nishihara
2021/11/19
mercurial@48329: 11 new changesets (9 on stable)
Mercurial Commits
2021/11/19
mercurial-devel | Failed pipeline for branch/default | b4c6d3fe
Heptapod
2021/11/18
mercurial@48318: new changeset
Mercurial Commits
2021/11/18
[PATCH stable] cext: fix Python 3.11 compatibility - Py_SIZE is not an lvalue (issue6610)
Mads Kiilerich
2021/11/17
D11768: packaging: make rpm relocatable
Mathias De Maré
2021/11/17
D11767: dockerrpm: always use current user and group
Mathias De Maré
2021/11/16
mercurial-devel | Failed pipeline for branch/stable | 7c5f120c
Heptapod
2021/11/16
D11766: sparse: demonstrate a bug when used with safe-share
aalekseyev (Arseniy Alekseyev)
2021/11/16
mercurial-devel | Failed pipeline for branch/default | e435506a
Heptapod
2021/11/16
mercurial-devel | Failed pipeline for branch/stable | 7c5f120c
Heptapod
2021/11/16
D11765: heptapod-ci: re-introduce Windows CI
Raphaël Gomès
2021/11/16
D11764: rhg: add support for narrow clones and sparse checkouts
aalekseyev (Arseniy Alekseyev)
2021/11/15
D11763: cext: define S_IFLNK on Python 2.7 and Windows
indygreg (Gregory Szorc)
2021/11/15
mercurial-devel | Failed pipeline for branch/default | 7a428255
Heptapod
2021/11/15
D11762: rhg: Colored output is not supported
SimonSapin
2021/11/15
D11761: rhg: [encode] and [decode] config sections are not supported
SimonSapin
2021/11/15
D11760: rhg: Config commands.status.terse is not supported
SimonSapin
2021/11/15
D11759: rhg: Propagate config errors in `rhg status`
SimonSapin
2021/11/15
D11758: rhg: $HG_PENDING is not supported
SimonSapin
2021/11/15
D11757: backout: backout 5d83a40cd3f8 and re-instate Python 2 support
Raphaël Gomès
2021/11/15
D11756: rhg: Enable `rhg status` in most tests
SimonSapin
2021/11/14
D11755: tests: use more portable mkdir -p instead of --parents (issue6591)
wiz (Thomas Klausner)
2021/11/14
D11754: tests: dd status=noxfer is not portable (issue6523)
wiz (Thomas Klausner)
Earlier messages
Later messages