July 2021 Archives by date
Starting: Thu Jul 1 00:42:07 UTC 2021
Ending: Fri Jul 30 19:10:27 UTC 2021
Messages: 403
- Call for comments on new dirstate format contents
Gregory Szorc
- mercurial at 47464: new changeset (1 on stable)
Mercurial Commits
- Failed pipeline for branch/default | mercurial-devel | bfad4b38
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 9483be20
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | d56444c2
Heptapod
- D10919: rust: Document the DirstateMapMethods trait
SimonSapin
- D10920: dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
SimonSapin
- D10922: dirstate-tree: Keep a counter of descendant nodes that have an entry
SimonSapin
- D10921: dirstate: Removed unused instances of `DirsMultiset`
SimonSapin
- D10923: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- D10924: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- D10925: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- D10926: dirstate: introduce a symbolic constant for the FROM_P2 marker
marmoute (Pierre-Yves David)
- D10927: dirstate: introduce a symbolic constant for the NONNORMAL marker
marmoute (Pierre-Yves David)
- D10928: dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
marmoute (Pierre-Yves David)
- D10929: dirstate: move the _rangemask filtering closer to its storage
marmoute (Pierre-Yves David)
- D10930: dirstate: add default value to _addpath
marmoute (Pierre-Yves David)
- D10931: dirstate: add an explicit `from_p2` parameter to `_addpath`
marmoute (Pierre-Yves David)
- D10935: dirstate: document the dirstatetuple content
marmoute (Pierre-Yves David)
- D10932: dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
marmoute (Pierre-Yves David)
- D10933: dirstate: explicitely deal with the `added` case in `_addpath`
marmoute (Pierre-Yves David)
- D10934: dirstate: split dirstatemap in its own file
marmoute (Pierre-Yves David)
- [Bug 6533] New: hg commit --interactive doesn't handle deslecting all edits of a rename
mercurial-bugs at mercurial-scm.org
- D10936: cmdutil: fix newandmodified file accounting for --interactive commits
dploch (Daniel Ploch)
- D10937: testing: fix _timeout_factor
marmoute (Pierre-Yves David)
- D10938: run-tests: unroll a non-so-one-liner
marmoute (Pierre-Yves David)
- D10939: run-tests: unroll a non-so-one-liner
marmoute (Pierre-Yves David)
- D10940: run-tests: factor appdata out
marmoute (Pierre-Yves David)
- D10941: run-tests: clarify pyexename assignement
marmoute (Pierre-Yves David)
- D10944: check-shbang: accept -S with env
marmoute (Pierre-Yves David)
- D10942: run-tests: avoid an early return
marmoute (Pierre-Yves David)
- D10943: run-tests: stop writing a `python3` symlink pointing to python2
marmoute (Pierre-Yves David)
- D10945: test: clarify some output in `test-transaction-rollback-on-sigpipe`
marmoute (Pierre-Yves David)
- D10946: test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipe
marmoute (Pierre-Yves David)
- D10947: test: use a python script in `test-transaction-rollback-on-sigpipe.t`
marmoute (Pierre-Yves David)
- D10948: exchange: use "served" repo filter to guess what the server will publish
av6 (Anton Shestakov)
- Failed pipeline for branch/default | mercurial-devel | 6dafc5c9
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 9afef9f9
Heptapod
- D10949: dirstate-entry: turn dirstate tuple into a real object (like in C)
marmoute (Pierre-Yves David)
- D10950: dirstate-entry: goes through the `dirstatetuple` constructor in all cases
marmoute (Pierre-Yves David)
- D10951: dirstate-entry: introduce dedicated accessors for v1 serialization
marmoute (Pierre-Yves David)
- D10952: dirstate: add a `in_merge` property
marmoute (Pierre-Yves David)
- D10954: dirstate-entry: add a `state` property (and use it)
marmoute (Pierre-Yves David)
- D10955: dirstate-entry: add a `merged` property
marmoute (Pierre-Yves David)
- D10956: dirstate-entry: add a `from_p2` property
marmoute (Pierre-Yves David)
- D10957: dirstate-entry: add a `removed` property
marmoute (Pierre-Yves David)
- D10958: dirstate-entry: `merged_removed` and `from_p2_removed` properties
marmoute (Pierre-Yves David)
- D10953: dirstate: move most of the `remove` logic with dirstatemap `removefile`
marmoute (Pierre-Yves David)
- D10960: rust-dirstatemap: expand the wrapping code a bit
marmoute (Pierre-Yves David)
- D10959: dirstate-entry: restrict `from_p2` property to tracked file
marmoute (Pierre-Yves David)
- D10961: rust-dirstate: make the MTIME_UNSET public
marmoute (Pierre-Yves David)
- D10962: rust: bump rust-cpython version for 0.6.0
marmoute (Pierre-Yves David)
- D10964: dirstate: drop the now unused magic constants for the dirstate module
marmoute (Pierre-Yves David)
- D10965: dirstate: stop using `oldstate` in `dirstate._addpath`
marmoute (Pierre-Yves David)
- D10968: dirstate-entry: add a `added` property
marmoute (Pierre-Yves David)
- D10963: dirstate: move the handling of special case within the dirstatemap
marmoute (Pierre-Yves David)
- D10966: dirstate: no longer pass the `oldstate` value to the dirstatemap
marmoute (Pierre-Yves David)
- D10967: dirstate: use a `added` parameter to _addpath
marmoute (Pierre-Yves David)
- D10970: dirstate: infer the 'n' state from `possibly_dirty`
marmoute (Pierre-Yves David)
- D10971: dirstate: infer the 'n' state from `from_p2`
marmoute (Pierre-Yves David)
- D10969: dirstate: use a `merged` parameter to _addpath
marmoute (Pierre-Yves David)
- D10972: dirstate: drop `state` to `_addpath`
marmoute (Pierre-Yves David)
- D10975: dirstate: reorder "state" checking conditional
marmoute (Pierre-Yves David)
- D10973: dirstate-entry: add a `tracked` property
marmoute (Pierre-Yves David)
- D10974: dirstate-entry: add a `need_delay` method
marmoute (Pierre-Yves David)
- D10977: dirstate: drop the last explicit `state` usage in the module
marmoute (Pierre-Yves David)
- D10976: dirstate: drop last explicite `state` usage in status
marmoute (Pierre-Yves David)
- D10979: dirstate-entry: add a `mode` property
marmoute (Pierre-Yves David)
- D10980: dirstate-entry: add a `size` property
marmoute (Pierre-Yves David)
- D10981: dirstate-entry: add a `mtime` property
marmoute (Pierre-Yves David)
- D10978: dirstate: no longer pass `oldstate` to the `dropfile`
marmoute (Pierre-Yves David)
- D10982: dirstate-item: rename the class to DirstateItem
marmoute (Pierre-Yves David)
- bugzilla weekly report (2021-07-05)
Octobot
- bugzilla weekly report (2021-07-05)
Octobot
- D10984: dirstate-item: use need_delay when packing dirstate
marmoute (Pierre-Yves David)
- D10985: dirstate-item: use the properties in pathutil
marmoute (Pierre-Yves David)
- D10983: dirstate-item: also build DistateItem in dirstate.directories()
marmoute (Pierre-Yves David)
- D10986: dirstate-item: use the properties in dirstatemap
marmoute (Pierre-Yves David)
- D10987: dirstate-item: use the properties in fakedirstatewritetime
marmoute (Pierre-Yves David)
- D10991: dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`
marmoute (Pierre-Yves David)
- D10990: dirstate-item: use the properties in largefiles
marmoute (Pierre-Yves David)
- D10992: dirstate-item: deprecate tuple access on the class
marmoute (Pierre-Yves David)
- D10993: dirstatenonnormalcheck: fix some bytes formating on python3
marmoute (Pierre-Yves David)
- D10988: dirstate-item: use the v1_serialization method in debugstate
marmoute (Pierre-Yves David)
- D10989: dirstate-item: use the `state` property in debugpathcomplete
marmoute (Pierre-Yves David)
- [Bug 6534] New: Crash on hg rebase
mercurial-bugs at mercurial-scm.org
- D10994: check-code: stop forbidding return code result
marmoute (Pierre-Yves David)
- D10995: corruption: backout changeset 49fd21f32695 (issue6528)
marmoute (Pierre-Yves David)
- Failed pipeline for branch/default | mercurial-devel | 71e3ba54
Heptapod
- D10996: corruption: add a test for issue6528
marmoute (Pierre-Yves David)
- Failed pipeline for branch/default | mercurial-devel | 60899be5
Heptapod
- D10997: dirstate: remove seemingly unused `_filecache` attribute
marmoute (Pierre-Yves David)
- D10998: windows: replicate the normalizing behavior of os.environ
Alphare (Raphaël Gomès)
- D10999: compat: normalise path before comparison in revlog splitting test
Alphare (Raphaël Gomès)
- D11000: windows: add windows behavior on broken pager
Alphare (Raphaël Gomès)
- D11002: windows: use shell function instead of variable substitution
Alphare (Raphaël Gomès)
- D11003: windows: use cpu-intensive task instead of real time in test
Alphare (Raphaël Gomès)
- D11004: test-run-tests: add missing backslash for Windows
Alphare (Raphaël Gomès)
- D11001: run-tests: also catch double-escapes for $TESTTMP
Alphare (Raphaël Gomès)
- D11005: remotefilelog: tweak corrupt cache test to grep more flexibly
durin42 (Augie Fackler)
- D11007: shallowutil: narrow scope of try/except block
durin42 (Augie Fackler)
- D11008: shallowutil: dedent code after the previous change
durin42 (Augie Fackler)
- D11006: remotefilelog: stop using RuntimeError for control flow
durin42 (Augie Fackler)
- D11009: tests: demonstrate crash when common predecessor of divergence is hidden
martinvonz (Martin von Zweigbergk)
- D11010: dirstate: introduce and internal `_add` method
marmoute (Pierre-Yves David)
- D11011: dirstate: introduce and internal `_remove` method
marmoute (Pierre-Yves David)
- D11012: dirstate: add a function to update tracking status while "moving" parent
marmoute (Pierre-Yves David)
- D11013: dirstate: add a set_tracked method for "hg add"-like usage
marmoute (Pierre-Yves David)
- D11014: context: use `dirstate.set_tracked` in context.add
marmoute (Pierre-Yves David)
- D11015: context: use `dirstate.set_tracked` in context.copy
marmoute (Pierre-Yves David)
- D11016: context: use `dirstate.set_tracked` for `revert`
marmoute (Pierre-Yves David)
- D11019: dirstate: add a set_untracked method for "hg remove"-like usage
marmoute (Pierre-Yves David)
- D11017: mq: update the dirstate and its parent within a `parentchange` context
marmoute (Pierre-Yves David)
- D11018: mq: use `set_tracked` in `qrename`
marmoute (Pierre-Yves David)
- D11020: context: use `dirstate.set_untracked` in context.forget
marmoute (Pierre-Yves David)
- D11022: revert: use `set_untracked` when performing a revert
marmoute (Pierre-Yves David)
- D11021: mq: use `set_untracked` in `qrename`
marmoute (Pierre-Yves David)
- D11023: dirstate: introduce and internal `_drop` method
marmoute (Pierre-Yves David)
- Failed pipeline for branch/default | mercurial-devel | 57fb91be
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 49169413
Heptapod
- D11024: encoding: move case-related utils up
Alphare (Raphaël Gomès)
- D11025: ci-windows: introduce manual windows CI
Alphare (Raphaël Gomès)
- Failed pipeline for branch/default | mercurial-devel | 0a05a610
Heptapod
- D11027: narrow: update narrow spec within a dirstate.parentchange context
marmoute (Pierre-Yves David)
- D11029: sparse: clear rules in the context of a `parentchanges` context
marmoute (Pierre-Yves David)
- D11028: parse: make sure we adjust the dirstate while adjust the dirstate to parent
marmoute (Pierre-Yves David)
- D11026: revert: use `set_untracked` instead of `drop` when applicable
marmoute (Pierre-Yves David)
- mercurial at 47506: 42 new changesets (5 on stable)
Mercurial Commits
- D11030: parsers: move DirstateItem to attr.s
durin42 (Augie Fackler)
- Failed pipeline for branch/default | mercurial-devel | 729598df
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 476b0811
Heptapod
- D11031: dirstate: add the right internal API in a test script
marmoute (Pierre-Yves David)
- D11033: sparse: adjust the temporary includes within a `parentchange` context
marmoute (Pierre-Yves David)
- D11032: amend: adjust the dirstate withing a `parentchange` context
marmoute (Pierre-Yves David)
- D11034: test-run-test: use explicit variable to clarify path
marmoute (Pierre-Yves David)
- D11035: run-test: adjust the drive letter to upper case for TESTDIR
marmoute (Pierre-Yves David)
- mercurial at 47547: 41 new changesets
Mercurial Commits
- D11036: doc: wrap the help text for the purge extension
mharbison72 (Matt Harbison)
- mercurial at 47565: 18 new changesets
Mercurial Commits
- Failed pipeline for branch/default | mercurial-devel | 35aada0c
Heptapod
- Failed pipeline for branch/default | mercurial-devel | c9ad0d39
Heptapod
- D11037: amend: make `hg amend -r` rebase temporary commit onto target commit
martinvonz (Martin von Zweigbergk)
- D11038: amend: make `hg amend -r` fold temporary commit into target commit
martinvonz (Martin von Zweigbergk)
- D11039: amend: make `hg amend -r` rebase descendants of target onto amended target
martinvonz (Martin von Zweigbergk)
- D11040: amend: make `hg amend -r` update to the rewritten working copy parent
martinvonz (Martin von Zweigbergk)
- D11042: hg-ssh: normalize the drive of the current working directory on windows
marmoute (Pierre-Yves David)
- D11041: run-tests: use a global WINDOWS constant instead of multiplicate tests
marmoute (Pierre-Yves David)
- D11043: run-tests: explicitly track that pythondir was inferred
marmoute (Pierre-Yves David)
- D11044: run-tests: always define a custom-bin directory
marmoute (Pierre-Yves David)
- D11048: test-infinitepush: drop unused helper
marmoute (Pierre-Yves David)
- D11045: run-tests: cleanup windows generation of the python / python3 pointeur
marmoute (Pierre-Yves David)
- D11047: run-tests: setup "correct" python earlier
marmoute (Pierre-Yves David)
- D11046: run-test: clarify the error with a bad --with-hg is passed
marmoute (Pierre-Yves David)
- D11050: run-tests: drop the `rhg` flag for `hghave.py` if unset
marmoute (Pierre-Yves David)
- D11049: run-tests: introduce a `HGTEST_REAL_HG` variable for test
marmoute (Pierre-Yves David)
- D11054: test-removeemptydirs: clarify the state of things in the `histedit` case
marmoute (Pierre-Yves David)
- D11052: tests: blacklist a handful of test with `rhg` or `chg`
marmoute (Pierre-Yves David)
- D11055: test-removeemptydirs: adjust to Windows behavior for the `histedit` case
marmoute (Pierre-Yves David)
- D11051: run-tests: use more explicit signaling for `chg`
marmoute (Pierre-Yves David)
- D11053: run-tests: rely on an actual file in PATH instead of alias for `hg`
marmoute (Pierre-Yves David)
- D11056: test-bookmark: clarify the path involved in a pull creating divergence
marmoute (Pierre-Yves David)
- D11057: compat: enforce upper case drive letter in mercurial too
marmoute (Pierre-Yves David)
- [Bug 6535] New: hg prints nothing in win8 cmd console
mercurial-bugs at mercurial-scm.org
- D11058: windows: enforce upper case drive letter for getcwd in mercurial too
marmoute (Pierre-Yves David)
- D11060: windows: use abspath in chgserver
marmoute (Pierre-Yves David)
- D11061: windows: use abspath in commandserver
marmoute (Pierre-Yves David)
- D11062: windows: use abspath in extensions
marmoute (Pierre-Yves David)
- D11064: windows: use abspath in hgwebdir
marmoute (Pierre-Yves David)
- D11063: windows: use abspath in mercurial/hg.py
marmoute (Pierre-Yves David)
- D11066: windows: use abspath in subrepoutil
marmoute (Pierre-Yves David)
- D11059: windows: introduce a `util.abspath` to replace os.path.abspath
marmoute (Pierre-Yves David)
- D11067: windows: use abspath in url
marmoute (Pierre-Yves David)
- D11068: windows: use abspath in the git extension
marmoute (Pierre-Yves David)
- D11069: windows: use abspath in convert.bzr
marmoute (Pierre-Yves David)
- D11070: windows: use abspath in convert.git
marmoute (Pierre-Yves David)
- D11065: windows: use abspath in subrepo
marmoute (Pierre-Yves David)
- D11072: check-code: add a rules to catch os.path.abspath
marmoute (Pierre-Yves David)
- D11071: windows: use abspath in convert.subversion
marmoute (Pierre-Yves David)
- D11073: windows: make sure we fully read and cleany close the connection
marmoute (Pierre-Yves David)
- D11074: resolve: use the `parentchange` context manager to apply merge action
marmoute (Pierre-Yves David)
- D11075: dirstate: add a `update_file` function
marmoute (Pierre-Yves David)
- D11077: mergestate: use dirstate.update_file API in recordupdates()
marmoute (Pierre-Yves David)
- D11076: dirstate: add dedicated function for updating data of a file
marmoute (Pierre-Yves David)
- [Bug 6536] New: test-chg.t is flaky
mercurial-bugs at mercurial-scm.org
- [Bug 6537] New: frequent time-out during `test-py2-chg` CI
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/default | mercurial-devel | b6be1220
Heptapod
- D11078: sigpipe-remote: check for python version earlier in the script
marmoute (Pierre-Yves David)
- D11079: sigpipe-remote: display more information about the non-py3 python
marmoute (Pierre-Yves David)
- D11082: dummyssh: use subprocess instead of os.call
marmoute (Pierre-Yves David)
- D11083: dummyssh: call python script with python
marmoute (Pierre-Yves David)
- D11080: run-test: act that we requires MSYS to run the test on Windows
marmoute (Pierre-Yves David)
- D11081: run-test: rework the redirection script for python on windows
marmoute (Pierre-Yves David)
- bugzilla weekly report (2021-07-12)
Octobot
- bugzilla weekly report (2021-07-12)
Octobot
- D11084: test-sigpipe: run the hook using `sh`
marmoute (Pierre-Yves David)
- Failed pipeline for branch/default | mercurial-devel | 982b5726
Heptapod
- D11085: sigpipe-remote: check environment variable sooner
marmoute (Pierre-Yves David)
- D11086: sigpipe-remote: verify the script is IO are unbuffered
marmoute (Pierre-Yves David)
- D11087: sigpipe-remote: simply delegate pipe forwarding to subprocess we can kill
marmoute (Pierre-Yves David)
- [Bug 6538] New: Follow up to issue 6528, parent ordering
mercurial-bugs at mercurial-scm.org
- D11088: dirstate-v2: Introduce a docket file
SimonSapin
- D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- D11089: dirstate-v2: Enforce data size read from the docket file
SimonSapin
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Raphaël Gomès
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Raphaël Gomès
- Failed pipeline for branch/default | mercurial-devel | 8907aa46
Heptapod
- D11091: dirstate-v2: shrink on-disk path lengths to 16-bits
SimonSapin
- D11092: pyoxidizer: add hooks to inject extra python packages and install files
durin42 (Augie Fackler)
- D11093: packaging: add command line flag to add extra vars to pyoxidizer
durin42 (Augie Fackler)
- D11095: dirstate-v2: Reuse existing nodes when appending to a data file
SimonSapin
- D11096: dirstate-v2: Reuse existing paths when appending to a data file
SimonSapin
- D11097: dirstate-v2: Add heuristic for when to a new data file
SimonSapin
- D11094: dirstate-v2: Support appending to the same data file
SimonSapin
- Failed pipeline for branch/default | mercurial-devel | bafd38b4
Heptapod
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Augie Fackler
- D11098: dirstate-v2: Move fixed-size tree metadata into the docket file
SimonSapin
- Failed pipeline for branch/default | mercurial-devel | cba542ed
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 8519b306
Heptapod
- Failed pipeline for branch/default | mercurial-devel | ea985aa0
Heptapod
- [Bug 6539] New: possible dirstate corruption combining commit and revert -ri
mercurial-bugs at mercurial-scm.org
- D11099: dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
SimonSapin
- D11100: windows: enforce the module policy to be c for test
marmoute (Pierre-Yves David)
- D11101: dirstate-v2: Reserve a few bytes of space for future extensions
SimonSapin
- [Bug 6540] New: How do I get rid of Fix Bellsouth email login glitch?
mercurial-bugs at mercurial-scm.org
- [Bug 6541] New: wait_file does not wait if timeout is 0
mercurial-bugs at mercurial-scm.org
- D11102: testing: do not stop waiting if timeout is 0 (issue6541)
ced (Cédric Krier)
- Failed pipeline for branch/stable | mercurial-devel | 24da19c4
Heptapod
- Failed pipeline for branch/default | mercurial-devel | ea985aa0
Heptapod
- Failed pipeline for branch/default | mercurial-devel | f9729871
Heptapod
- D11103: largefile: synchronise the dirstate within a `parentchange` context
marmoute (Pierre-Yves David)
- D11104: largefile: use `set_tracker` in the `hg add` overwrite
marmoute (Pierre-Yves David)
- D11107: largefile: consider `updatelfiles` as a `parentchange`
marmoute (Pierre-Yves David)
- D11105: largefile: use parentchange during mergerecordupdates
marmoute (Pierre-Yves David)
- D11106: largefile: use `set_tracker` in the `hg copy` overwrite
marmoute (Pierre-Yves David)
- D11108: largefile: use `parentchange` during rollback
marmoute (Pierre-Yves David)
- D11109: largefile: directly use set_untracked() for removing files
marmoute (Pierre-Yves David)
- D11112: largefile: use `parentchange` markcommitted
marmoute (Pierre-Yves David)
- D11110: largefile: use `set_untracked` in the `forget` override
marmoute (Pierre-Yves David)
- D11111: largefile: use `set_untracked` in the override of copy/rename
marmoute (Pierre-Yves David)
- D11113: largefiles: replace use of synclfdirstate with drop
marmoute (Pierre-Yves David)
- [Bug 6542] New: Regression in file listing used for stream-clone/local-clone/upgrade
mercurial-bugs at mercurial-scm.org
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Pierre-Yves David
- D11114: dirstate: deprecate the `add` method outside of update/merge context
marmoute (Pierre-Yves David)
- D11115: dirstate: deprecated `remove` outside of `update/merge`
marmoute (Pierre-Yves David)
- D11116: dirstate: deprecated `drop` outside of `update/merge`
marmoute (Pierre-Yves David)
- D11117: dirstate-item: use an explicit __init__ function instead of the attrs one
marmoute (Pierre-Yves David)
- D11118: dirstate-item: add a `from_v1_data` constructor
marmoute (Pierre-Yves David)
- D11120: dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
marmoute (Pierre-Yves David)
- D11121: dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
marmoute (Pierre-Yves David)
- D11119: dirstate-item: add a `set_possibly_dirty` method
marmoute (Pierre-Yves David)
- D11122: dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
marmoute (Pierre-Yves David)
- D11123: dirstate-item: introduce a `dm_nonnormal` property
marmoute (Pierre-Yves David)
- D11125: dirstate: drop duplicated check
marmoute (Pierre-Yves David)
- D11124: dirstate-item: introduce a `dm_otherparent` property
marmoute (Pierre-Yves David)
- D11127: dirstate-map: do not use `size` to gate copy dropping during remove_file
marmoute (Pierre-Yves David)
- D11126: dirstate: drop a duplicated assert
marmoute (Pierre-Yves David)
- D11129: dirstate-map: factor out the change to _dirs and _alldirs on adding
marmoute (Pierre-Yves David)
- D11128: dirstate: replace a dead conditional branch with an assert in `update_file`
marmoute (Pierre-Yves David)
- D11130: dirstate-map: factor out the change to _dirs and _alldirs on dropping
marmoute (Pierre-Yves David)
- D11131: dirstate-map: factor out the change to _dirs and _alldirs on removing
marmoute (Pierre-Yves David)
- D11132: dirstate: factor out the part retrieve "filedata" out of `normal`
marmoute (Pierre-Yves David)
- D11133: dirstate: replace `update_parent_file_data` with simpler `update_parent` call
marmoute (Pierre-Yves David)
- D11136: dirstate: use `reset_state` in `update_file_p1`
marmoute (Pierre-Yves David)
- D11137: dirstate: properly update `_lastnormaltime` in `update_file`
marmoute (Pierre-Yves David)
- D11138: dirstate: properly update `_lastnormaltime` in `update_file_p1`
marmoute (Pierre-Yves David)
- D11135: dirstate: rename `update_file_reference` to `update_file_p1`
marmoute (Pierre-Yves David)
- D11141: largefile: rearrange conditionnal in `synclfdirstate`
marmoute (Pierre-Yves David)
- D11142: largefile: use `update_file` instead of `remove` in `synclfdirstate`
marmoute (Pierre-Yves David)
- D11140: largefile: use `update_file` instead of `remove` in `mergerecordupdates`
marmoute (Pierre-Yves David)
- D11134: dirstate-map: move most of `dirstate.update_file` logic in the dsmap
marmoute (Pierre-Yves David)
- D11143: dirstate: deprecate `dirstate.remove` in all cases
marmoute (Pierre-Yves David)
- D11139: mq: use `update_file_p1` instead of `remove` when adjusting dirstate
marmoute (Pierre-Yves David)
- D11144: largefile: adjust the dirstate post update within a `parentchange` context
marmoute (Pierre-Yves David)
- D11145: largefile: use `update_file` instead of `normal`
marmoute (Pierre-Yves David)
- D11146: dirstate: introduce a `set_clean` method
marmoute (Pierre-Yves David)
- D11147: context: use new API instead of `normal` during fixup post status
marmoute (Pierre-Yves David)
- D11150: sparse: apply update with in a `parentchange` context
marmoute (Pierre-Yves David)
- D11148: context: use `update_file` instead of `normal` in `markcommitted`
marmoute (Pierre-Yves David)
- D11151: sparse: use `update_file` instead of `normal` during `applyupdates`
marmoute (Pierre-Yves David)
- D11152: sparse: use `update_file` instead of `normal` in `refreshwdir`
marmoute (Pierre-Yves David)
- D11154: largefile: respect the `normal` signature
marmoute (Pierre-Yves David)
- D11153: keywork: use `set_clean` instead of `normal`
marmoute (Pierre-Yves David)
- D11155: largefile: use `update_file` instead of `normal` in `updatelfiles`
marmoute (Pierre-Yves David)
- D11157: largefile: use `set_clean` instead of `normal` in `repo.status`
marmoute (Pierre-Yves David)
- D11156: largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`
marmoute (Pierre-Yves David)
- D11149: revert: use `set_clean` instead of `normal`
marmoute (Pierre-Yves David)
- D11158: largefile: use `update_file` instead of `normal` in `synclfdirstate`
marmoute (Pierre-Yves David)
- D11160: test: use `set_traced` in `test-context`
marmoute (Pierre-Yves David)
- D11161: dirstate: deprecate the `normal` method in all cases
marmoute (Pierre-Yves David)
- D11159: mq: replace usage of `normal` with newer API
marmoute (Pierre-Yves David)
- mercurial at 47596: 31 new changesets
Mercurial Commits
- Failed pipeline for branch/default | mercurial-devel | 530709ac
Heptapod
- D11164: largefile: use `update_file` instead of `normallookup` in `updatelfiles`
marmoute (Pierre-Yves David)
- D11162: dirstate: add a `set_possibly_dirty` method
marmoute (Pierre-Yves David)
- D11163: largefile: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11165: largefile: replace the `normallookup` call when creating a new lfdirstate
marmoute (Pierre-Yves David)
- D11166: largefile: use `update_file` for `synclfdirstate` "n" case
marmoute (Pierre-Yves David)
- D11167: largefile: use `update_file` for `synclfdirstate` "m" case
marmoute (Pierre-Yves David)
- D11168: mergestate: use `update_file` to handle `for ACTION_ADD_MODIFIED`
marmoute (Pierre-Yves David)
- D11169: mergestate: use `update_file` to handle `for ACTION_EXEC`
marmoute (Pierre-Yves David)
- D11171: copy: use `update_file` instead of `normallookup` in `dirstatecopy`
marmoute (Pierre-Yves David)
- D11173: dirstate: enforce `possibly_dirty` in `set_tracked`
marmoute (Pierre-Yves David)
- D11170: amend: use `update_file` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11176: eol: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11177: fix: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11172: record: use `update_file` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11178: keywork: use `update_file_p1` instead of `normallookup`
marmoute (Pierre-Yves David)
- D11174: revert: use `set_possibly_dirty` instead of `normal_lookup`
marmoute (Pierre-Yves David)
- D11179: sparse: use `update_file` instead of `normallookup` in refreshwdir
marmoute (Pierre-Yves David)
- D11181: narrow: use `update_file` instead of `normallookup` after update
marmoute (Pierre-Yves David)
- D11180: test: use the internal `_normallookup` in `test-rebuildstate.t`
marmoute (Pierre-Yves David)
- D11175: mq: replace `normallookup` call with newer API
marmoute (Pierre-Yves David)
- D11182: narrow: stop using `normallookup` during a test
marmoute (Pierre-Yves David)
- D11183: dirstate: deprecate the `normallookup` method in all cases
marmoute (Pierre-Yves David)
- D11184: dirstate: deprecate the `otherparent` method in all cases
marmoute (Pierre-Yves David)
- D11186: dirstate: deprecate the `merge` method in all cases
marmoute (Pierre-Yves David)
- D11185: mq: drop the use of `dirstate.merged
marmoute (Pierre-Yves David)
- D11189: sparse: use `update_file` instead of `drop` in `refreshwdir`
marmoute (Pierre-Yves David)
- D11190: sparse: use `update_file` instead of `drop`
marmoute (Pierre-Yves David)
- D11191: largefile: use `update_file` instead of `drop` in `synclfdirstate`
marmoute (Pierre-Yves David)
- D11187: context: use `update_file` instead of `drop` in `markcommitted`
marmoute (Pierre-Yves David)
- D11194: narrow: stop using `drop` in the `updateworkingcopy`
marmoute (Pierre-Yves David)
- D11192: largefile: use `update_file` instead of `drop` during `rollback`
marmoute (Pierre-Yves David)
- D11188: amend: use `update_file` instead of `drop`
marmoute (Pierre-Yves David)
- D11195: dirstate: deprecate the `drop` method
marmoute (Pierre-Yves David)
- D11197: largefile: use `updatefile` instead of `add` in `synclfdirstate`
marmoute (Pierre-Yves David)
- D11196: largefile: use `update_file` instead of `add` in `mergerecordupdates`
marmoute (Pierre-Yves David)
- D11200: relnotes: document the change in the dirstate API
marmoute (Pierre-Yves David)
- D11199: dirstate: deprecate the `add` method
marmoute (Pierre-Yves David)
- D11193: mq: replace `drop` call with newer API
marmoute (Pierre-Yves David)
- D11198: mq: replace `add` call with newer API
marmoute (Pierre-Yves David)
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Pulkit Goyal
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Pierre-Yves David
- Failed pipeline for branch/default | mercurial-devel | 764d3e7c
Heptapod
- [Bug 6543] New: Does 123.hp.com/setup site provide authentic guides and tutorials for my new HP printer?
mercurial-bugs at mercurial-scm.org
- D11202: upgrade: avoid a traceback in case of unrecognized revlog
marmoute (Pierre-Yves David)
- D11201: walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
marmoute (Pierre-Yves David)
- Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop
Pierre-Yves David
- D11203: revlog: recommit 49fd21f32695 with a fix for issue6528
joerg.sonnenberger (Joerg Sonnenberger)
- D11204: hgwebdir: avoid systematic full garbage collection
gracinet (Georges Racinet)
- mercurial at 47611: 15 new changesets
Mercurial Commits
- Failed pipeline for branch/default | mercurial-devel | 78c090e0
Heptapod
- Failed pipeline for branch/default | mercurial-devel | 33284b3f
Heptapod
- D11205: test: remove `sleep` usage in `test-nointerrupt.t` (issue6271)
marmoute (Pierre-Yves David)
- [Bug 6544] New: Best sites to download free antivirus
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/default | mercurial-devel | 33284b3f
Heptapod
- D11207: upgrade: byteify an i18n message
mharbison72 (Matt Harbison)
- D11206: typing: convert an annotation to an assertion in commands.py
mharbison72 (Matt Harbison)
- Failed pipeline for branch/stable | mercurial-devel | f75537c4
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | bbdccf08
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 0cebf218
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 8eddc432
Heptapod
- [Bug 6546] New: Inconsistent space separator for the store vfs base on Windows
mercurial-bugs at mercurial-scm.org
- [Bug 6548] New: local clone double encode store path
mercurial-bugs at mercurial-scm.org
- D11208: tests: demonstrate bug in `hg fix` with incorrectly dirty working copy
martinvonz (Martin von Zweigbergk)
- D11209: fix: rewrite writeworkingdir() to explicitly not work with merges
martinvonz (Martin von Zweigbergk)
- D11210: fix: use scmutil.movedirstate() instead of reimplementing
martinvonz (Martin von Zweigbergk)
- [Bug 6547] New: Windows: transaction backup in store subrepository get their path separator encoded
mercurial-bugs at mercurial-scm.org
- [Bug 6549] New: evolve's fold does not preserve commit message in `.hg/last-message.txt`
mercurial-bugs at mercurial-scm.org
- [Bug 6551] New: How to download Hp smart app from 123.hp.com/setup for mac?
mercurial-bugs at mercurial-scm.org
- [Bug 6552] New: hg fails checout caused by linux name impossible in windos
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/stable | mercurial-devel | 6075bffa
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 6ba2740c
Heptapod
- D11211: wireprotov1peer: simplify the way batchable rpcs are defined
valentin.gatienbaron (Valentin Gatien-Baron)
- D11212: wireprotov1peer: update all rpcs to use the new batchable scheme
valentin.gatienbaron (Valentin Gatien-Baron)
- Failed pipeline for branch/stable | mercurial-devel | 6ba2740c
Heptapod
- D11213: help: use the correct spelling for `slow-path` in persistent nodemap help
marmoute (Pierre-Yves David)
- D11214: help: indicate how to run downgrade a repository using persistent nodemap
marmoute (Pierre-Yves David)
- [Bug 6554] New: Bookmarks disapearing on server (persistent-nodemap issue ?)
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/stable | mercurial-devel | 1d8c1103
Heptapod
- D11215: test-transaction-safety: document the test schedule
marmoute (Pierre-Yves David)
- D11216: test-transaction-safety: relax some of the synchronisation schedule
marmoute (Pierre-Yves David)
- D11217: help: correct config.profiling.freq name (frequency->freq)
spectral (Kyle Lippincott)
- [Bug 6555] New: test-remotefilelog-repack-fast.t can timeout
mercurial-bugs at mercurial-scm.org
- D11218: clone: test local clone in `test-clone-uncompressed.t` too
marmoute (Pierre-Yves David)
- D11219: clone: add a file with special character while testing uncompressed
marmoute (Pierre-Yves David)
- D11220: store: document the decoding discrepancy in store.py
marmoute (Pierre-Yves David)
- [Bug 6556] New: How do I download Norton on my laptop through norton.com/setup?
mercurial-bugs at mercurial-scm.org
- D11222: fix: use obsolete.isenabled() to check for experimental.allowdivergence
av6 (Anton Shestakov)
- D11221: rebase: use obsolete.isenabled() to check for experimental.allowdivergence
av6 (Anton Shestakov)
- D11223: obsolete: disable other evolution config options if createmarkers is off
av6 (Anton Shestakov)
- D11224: dirstate: use `add` in the deprecation message about `add`
marmoute (Pierre-Yves David)
- D11225: dummyssh: make sure we don't inherit files descriptor to the children
marmoute (Pierre-Yves David)
- D11226: run-tests: do not inherit file descriptor when running a command
marmoute (Pierre-Yves David)
- D11227: run-tests: use a small timeout for chg instance
marmoute (Pierre-Yves David)
- mercurial at 47642: 31 new changesets
Mercurial Commits
- Failed pipeline for branch/stable | mercurial-devel | 1d8c1103
Heptapod
- [Bug 6557] New: Malpensa Airport ICAO Code
mercurial-bugs at mercurial-scm.org
- D11228: tests: make test-serve works on system that allow user to bind low port
marmoute (Pierre-Yves David)
- D11229: rhg: Add build and config instructions to the README file
SimonSapin
- D11230: rhg: Propagate permission errors when finding a repository
SimonSapin
- [Bug 6558] New: more test-nointerrupt.t trouble
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/stable | mercurial-devel | 1d8c1103
Heptapod
- D11231: tests: add explicit coverage for update_hash_refs from rewriteutil
durin42 (Augie Fackler)
- D11232: rewriteutil: fix crash when a rewritten message references f{6, 64}
durin42 (Augie Fackler)
- D11234: git: restore basic functionality (issue6545)
durin42 (Augie Fackler)
- D11233: dirstate: fix typo in docstring
durin42 (Augie Fackler)
- Failed pipeline for branch/stable | mercurial-devel | 1529ac79
Heptapod
- D11235: typing: add several assertions to dirstatemap to appease pytype
mharbison72 (Matt Harbison)
- [Bug 6559] New: Followlines button shows +/- wrongly owing to unicode woes
mercurial-bugs at mercurial-scm.org
- Failed pipeline for branch/stable | mercurial-devel | ea10b609
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | 68599718
Heptapod
- Failed pipeline for branch/stable | mercurial-devel | db2aca14
Heptapod
Last message date:
Fri Jul 30 19:10:27 UTC 2021
Archived on: Thu Jun 30 01:29:13 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).