July 2021 Archives by thread
Starting: Thu Jul 1 08:44:59 UTC 2021
Ending: Fri Jul 30 18:11:39 UTC 2021
Messages: 1670
- [Updated] D10896: revlog: rewrite `censors.py` to `rewrite.py`
Alphare (Raphaël Gomès)
- [Updated] D10897: censor: put the tuple of open files in an explicit variable
Alphare (Raphaël Gomès)
- [Updated] D10898: censor: extract the part about writing the censored revision in a function
Alphare (Raphaël Gomès)
- [Updated] D10899: censor: extract the part about writing the other revision in a function
Alphare (Raphaël Gomès)
- [Updated] D10900: censor: extract the part about recomputing delta in a function
Alphare (Raphaël Gomès)
- [Updated] D10901: censor: extract the part about creating and opening new files in a function
Alphare (Raphaël Gomès)
- [Updated] D10902: censor: rename `rl` to `revlog` in the main function
Alphare (Raphaël Gomès)
- [Updated] D10903: censor: migrate the logic to a set of `censor_revs`
Alphare (Raphaël Gomès)
- [Updated] D10904: censor: split the core of the logic into its own function
Alphare (Raphaël Gomès)
- [Updated] D10918: Backed out changeset 9b8f326731ac
Alphare (Raphaël Gomès)
- [Updated] D10877: packaging: disable rust extensions again on CentOS
Phabricator
- [Updated] D10905: stream: double check that self.vfs is *not* in the vfsmap
marmoute (Pierre-Yves David)
- [Request] [++- ] D10919: rust: Document the DirstateMapMethods trait
SimonSapin
- [Updated] D10917: rewriteutil: look up common predecessor on unfiltered repo
martinvonz (Martin von Zweigbergk)
- [Commented On] D10917: rewriteutil: look up common predecessor on unfiltered repo
martinvonz (Martin von Zweigbergk)
- [Commented On] D10915: upgrade_utils: add support for enabling internal phases during upgrade
Mathiasdm (Mathias De Maré)
- [Request] [+- ] D10920: dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
SimonSapin
- [Request] [+- ] D10922: dirstate-tree: Keep a counter of descendant nodes that have an entry
SimonSapin
- [Request] [+-- ] D10921: dirstate: Removed unused instances of `DirsMultiset`
SimonSapin
- [Request] [+ ] D10923: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- [Request] [+ ] D10924: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- [Request] [+ ] D10925: dirstate: split a not-so-one-liner
marmoute (Pierre-Yves David)
- [Request] [+- ] D10926: dirstate: introduce a symbolic constant for the FROM_P2 marker
marmoute (Pierre-Yves David)
- [Request] [+ ] D10927: dirstate: introduce a symbolic constant for the NONNORMAL marker
marmoute (Pierre-Yves David)
- [Request] [+ ] D10928: dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
marmoute (Pierre-Yves David)
- [Request] [+ ] D10929: dirstate: move the _rangemask filtering closer to its storage
marmoute (Pierre-Yves David)
- [Request] [+ ] D10930: dirstate: add default value to _addpath
marmoute (Pierre-Yves David)
- [Request] [+- ] D10931: dirstate: add an explicit `from_p2` parameter to `_addpath`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10935: dirstate: document the dirstatetuple content
marmoute (Pierre-Yves David)
- [Request] [+ ] D10932: dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10933: dirstate: explicitely deal with the `added` case in `_addpath`
marmoute (Pierre-Yves David)
- [Request] [+++--- ] D10934: dirstate: split dirstatemap in its own file
marmoute (Pierre-Yves David)
- [Updated] D10907: dirstate-v2: Drop cached read_dir results after .hgignore changes
Alphare (Raphaël Gomès)
- [Updated] D10909: status: Extend read_dir caching to directories with ignored files
SimonSapin
- [Updated] D10906: rhg: fallback if tweakdefaults or statuscopies is enabled with status
Alphare (Raphaël Gomès)
- [Request] [++- ] D10936: cmdutil: fix newandmodified file accounting for --interactive commits
dploch (Daniel Ploch)
- [Request] [+ ] D10937: testing: fix _timeout_factor
marmoute (Pierre-Yves David)
- [Request] [+ ] D10938: run-tests: unroll a non-so-one-liner
marmoute (Pierre-Yves David)
- [Request] [+ ] D10939: run-tests: unroll a non-so-one-liner
marmoute (Pierre-Yves David)
- [Request] [+ ] D10940: run-tests: factor appdata out
marmoute (Pierre-Yves David)
- [Request] [+ ] D10941: run-tests: clarify pyexename assignement
marmoute (Pierre-Yves David)
- [Request] [+ ] D10944: check-shbang: accept -S with env
marmoute (Pierre-Yves David)
- [Request] [+- ] D10942: run-tests: avoid an early return
marmoute (Pierre-Yves David)
- [Request] [+- ] D10943: run-tests: stop writing a `python3` symlink pointing to python2
marmoute (Pierre-Yves David)
- [Request] [+ ] D10945: test: clarify some output in `test-transaction-rollback-on-sigpipe`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10946: test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipe
marmoute (Pierre-Yves David)
- [Request] [+++- ] D10947: test: use a python script in `test-transaction-rollback-on-sigpipe.t`
marmoute (Pierre-Yves David)
- [Request] [++ ] D10948: exchange: use "served" repo filter to guess what the server will publish
av6 (Anton Shestakov)
- [Request] [+- ] D10949: dirstate-entry: turn dirstate tuple into a real object (like in C)
marmoute (Pierre-Yves David)
- [Request] [+ ] D10950: dirstate-entry: goes through the `dirstatetuple` constructor in all cases
marmoute (Pierre-Yves David)
- [Request] [++- ] D10951: dirstate-entry: introduce dedicated accessors for v1 serialization
marmoute (Pierre-Yves David)
- [Request] [+ ] D10952: dirstate: add a `in_merge` property
marmoute (Pierre-Yves David)
- [Request] [++- ] D10954: dirstate-entry: add a `state` property (and use it)
marmoute (Pierre-Yves David)
- [Request] [+- ] D10955: dirstate-entry: add a `merged` property
marmoute (Pierre-Yves David)
- [Request] [+- ] D10956: dirstate-entry: add a `from_p2` property
marmoute (Pierre-Yves David)
- [Request] [+- ] D10957: dirstate-entry: add a `removed` property
marmoute (Pierre-Yves David)
- [Request] [++- ] D10958: dirstate-entry: `merged_removed` and `from_p2_removed` properties
marmoute (Pierre-Yves David)
- [Request] [++- ] D10953: dirstate: move most of the `remove` logic with dirstatemap `removefile`
marmoute (Pierre-Yves David)
- [Request] [+- ] D10960: rust-dirstatemap: expand the wrapping code a bit
marmoute (Pierre-Yves David)
- [Request] [+ ] D10959: dirstate-entry: restrict `from_p2` property to tracked file
marmoute (Pierre-Yves David)
- [Request] [+ ] D10961: rust-dirstate: make the MTIME_UNSET public
marmoute (Pierre-Yves David)
- [Request] [+- ] D10962: rust: bump rust-cpython version for 0.6.0
marmoute (Pierre-Yves David)
- [Request] [- ] D10964: dirstate: drop the now unused magic constants for the dirstate module
marmoute (Pierre-Yves David)
- [Request] [+ ] D10965: dirstate: stop using `oldstate` in `dirstate._addpath`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10968: dirstate-entry: add a `added` property
marmoute (Pierre-Yves David)
- [Request] [+++- ] D10963: dirstate: move the handling of special case within the dirstatemap
marmoute (Pierre-Yves David)
- [Request] [+- ] D10966: dirstate: no longer pass the `oldstate` value to the dirstatemap
marmoute (Pierre-Yves David)
- [Request] [++- ] D10967: dirstate: use a `added` parameter to _addpath
marmoute (Pierre-Yves David)
- [Request] [+ ] D10970: dirstate: infer the 'n' state from `possibly_dirty`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10971: dirstate: infer the 'n' state from `from_p2`
marmoute (Pierre-Yves David)
- [Request] [+- ] D10969: dirstate: use a `merged` parameter to _addpath
marmoute (Pierre-Yves David)
- [Request] [+- ] D10972: dirstate: drop `state` to `_addpath`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10975: dirstate: reorder "state" checking conditional
marmoute (Pierre-Yves David)
- [Request] [+ ] D10973: dirstate-entry: add a `tracked` property
marmoute (Pierre-Yves David)
- [Request] [+- ] D10974: dirstate-entry: add a `need_delay` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D10976: dirstate: drop last explicite `state` usage in status
marmoute (Pierre-Yves David)
- [Request] [+ ] D10977: dirstate: drop the last explicit `state` usage in the module
marmoute (Pierre-Yves David)
- [Request] [+ ] D10979: dirstate-entry: add a `mode` property
marmoute (Pierre-Yves David)
- [Request] [+ ] D10980: dirstate-entry: add a `size` property
marmoute (Pierre-Yves David)
- [Request] [+ ] D10981: dirstate-entry: add a `mtime` property
marmoute (Pierre-Yves David)
- [Request] [+-- ] D10978: dirstate: no longer pass `oldstate` to the `dropfile`
marmoute (Pierre-Yves David)
- [Request] [+--- ] D10982: dirstate-item: rename the class to DirstateItem
marmoute (Pierre-Yves David)
- [Request] [+ ] D10984: dirstate-item: use need_delay when packing dirstate
marmoute (Pierre-Yves David)
- [Request] [+ ] D10985: dirstate-item: use the properties in pathutil
marmoute (Pierre-Yves David)
- [Request] [+ ] D10983: dirstate-item: also build DistateItem in dirstate.directories()
marmoute (Pierre-Yves David)
- [Request] [+ ] D10986: dirstate-item: use the properties in dirstatemap
marmoute (Pierre-Yves David)
- [Request] [+ ] D10987: dirstate-item: use the properties in fakedirstatewritetime
marmoute (Pierre-Yves David)
- [Request] [+ ] D10991: dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`
marmoute (Pierre-Yves David)
- [Request] [+ ] D10990: dirstate-item: use the properties in largefiles
marmoute (Pierre-Yves David)
- [Request] [+ ] D10992: dirstate-item: deprecate tuple access on the class
marmoute (Pierre-Yves David)
- [Request] [+ ] D10993: dirstatenonnormalcheck: fix some bytes formating on python3
marmoute (Pierre-Yves David)
- [Request] [+ ] D10988: dirstate-item: use the v1_serialization method in debugstate
marmoute (Pierre-Yves David)
- [Request] [+ ] D10989: dirstate-item: use the `state` property in debugpathcomplete
marmoute (Pierre-Yves David)
- [Request] [- ] D10994: check-code: stop forbidding return code result
marmoute (Pierre-Yves David)
- [Request] [+ ] D10995: corruption: backout changeset 49fd21f32695 (issue6528)
marmoute (Pierre-Yves David)
- [Request] [++++ ] D10996: corruption: add a test for issue6528
marmoute (Pierre-Yves David)
- [Request] [- ] D10997: dirstate: remove seemingly unused `_filecache` attribute
marmoute (Pierre-Yves David)
- [Request] [+-- ] D10998: windows: replicate the normalizing behavior of os.environ
Alphare (Raphaël Gomès)
- [Request] [+ ] D10999: compat: normalise path before comparison in revlog splitting test
Alphare (Raphaël Gomès)
- [Request] [+- ] D11000: windows: add windows behavior on broken pager
Alphare (Raphaël Gomès)
- [Request] [+ ] D11002: windows: use shell function instead of variable substitution
Alphare (Raphaël Gomès)
- [Request] [+ ] D11003: windows: use cpu-intensive task instead of real time in test
Alphare (Raphaël Gomès)
- [Request] [+ ] D11004: test-run-tests: add missing backslash for Windows
Alphare (Raphaël Gomès)
- [Request] [+ ] D11001: run-tests: also catch double-escapes for $TESTTMP
Alphare (Raphaël Gomès)
- [Updated] D10916: tests: demonstrate crash when trying to rewrite pruned part of a split
Alphare (Raphaël Gomès)
- [Request] [+ ] D11005: remotefilelog: tweak corrupt cache test to grep more flexibly
durin42 (Augie Fackler)
- [Request] [+ ] D11007: shallowutil: narrow scope of try/except block
durin42 (Augie Fackler)
- [Request] [+- ] D11008: shallowutil: dedent code after the previous change
durin42 (Augie Fackler)
- [Request] [+ ] D11006: remotefilelog: stop using RuntimeError for control flow
durin42 (Augie Fackler)
- [Request] [++ ] D11009: tests: demonstrate crash when common predecessor of divergence is hidden
martinvonz (Martin von Zweigbergk)
- [Updated] D10916: tests: add test case for issue 6262
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D11010: dirstate: introduce and internal `_add` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11011: dirstate: introduce and internal `_remove` method
marmoute (Pierre-Yves David)
- [Request] [++- ] D11012: dirstate: add a function to update tracking status while "moving" parent
marmoute (Pierre-Yves David)
- [Request] [++ ] D11013: dirstate: add a set_tracked method for "hg add"-like usage
marmoute (Pierre-Yves David)
- [Request] [+ ] D11014: context: use `dirstate.set_tracked` in context.add
marmoute (Pierre-Yves David)
- [Request] [+ ] D11015: context: use `dirstate.set_tracked` in context.copy
marmoute (Pierre-Yves David)
- [Request] [+ ] D11016: context: use `dirstate.set_tracked` for `revert`
marmoute (Pierre-Yves David)
- [Request] [++ ] D11019: dirstate: add a set_untracked method for "hg remove"-like usage
marmoute (Pierre-Yves David)
- [Request] [+-- ] D11017: mq: update the dirstate and its parent within a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11018: mq: use `set_tracked` in `qrename`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11020: context: use `dirstate.set_untracked` in context.forget
marmoute (Pierre-Yves David)
- [Request] [+ ] D11022: revert: use `set_untracked` when performing a revert
marmoute (Pierre-Yves David)
- [Request] [+ ] D11021: mq: use `set_untracked` in `qrename`
marmoute (Pierre-Yves David)
- [Accepted] D10917: rewriteutil: look up common predecessor on unfiltered repo
pulkit (Pulkit Goyal)
- [Accepted] D10916: tests: add test case for issue 6262
pulkit (Pulkit Goyal)
- [Request] [+ ] D11023: dirstate: introduce and internal `_drop` method
marmoute (Pierre-Yves David)
- [Commented On] D10916: tests: add test case for issue 6262
Alphare (Raphaël Gomès)
- [Request] [+-- ] D11024: encoding: move case-related utils up
Alphare (Raphaël Gomès)
- [Updated] D10150: revlog: guarantee that p1 != null if a non-null parent exists
marmoute (Pierre-Yves David)
- [Request] [++ ] D11025: ci-windows: introduce manual windows CI
Alphare (Raphaël Gomès)
- [Request] [+ ] D11027: narrow: update narrow spec within a dirstate.parentchange context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11029: sparse: clear rules in the context of a `parentchanges` context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11028: parse: make sure we adjust the dirstate while adjust the dirstate to parent
marmoute (Pierre-Yves David)
- [Request] [+ ] D11026: revert: use `set_untracked` instead of `drop` when applicable
marmoute (Pierre-Yves David)
- [Request] [+ ] D11030: parsers: move DirstateItem to attr.s
durin42 (Augie Fackler)
- [Request] [+ ] D11031: dirstate: add the right internal API in a test script
marmoute (Pierre-Yves David)
- [Request] [+ ] D11033: sparse: adjust the temporary includes within a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+- ] D11032: amend: adjust the dirstate withing a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+- ] D11034: test-run-test: use explicit variable to clarify path
marmoute (Pierre-Yves David)
- [Request] [+- ] D11035: run-test: adjust the drive letter to upper case for TESTDIR
marmoute (Pierre-Yves David)
- [Commented On] D10693: run-tests: fix whitelist/blacklist with directories on Windows
mharbison72 (Matt Harbison)
- [Updated] D10692: run-tests: ignore PermissionError when checking available ports
mharbison72 (Matt Harbison)
- [Updated] D10693: run-tests: fix whitelist/blacklist with directories on Windows
mharbison72 (Matt Harbison)
- [Request] [+ ] D11036: doc: wrap the help text for the purge extension
mharbison72 (Matt Harbison)
- [Updated] D10893: amend: add a useless initial version of `amend -r REV `
martinvonz (Martin von Zweigbergk)
- [Request] [+++- ] D11037: amend: make `hg amend -r` rebase temporary commit onto target commit
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D11038: amend: make `hg amend -r` fold temporary commit into target commit
martinvonz (Martin von Zweigbergk)
- [Request] [+++- ] D11039: amend: make `hg amend -r` rebase descendants of target onto amended target
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D11040: amend: make `hg amend -r` update to the rewritten working copy parent
martinvonz (Martin von Zweigbergk)
- [Commented On] D10893: amend: add a useless initial version of `amend -r REV `
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D11042: hg-ssh: normalize the drive of the current working directory on windows
marmoute (Pierre-Yves David)
- [Request] [+-- ] D11041: run-tests: use a global WINDOWS constant instead of multiplicate tests
marmoute (Pierre-Yves David)
- [Request] [+ ] D11043: run-tests: explicitly track that pythondir was inferred
marmoute (Pierre-Yves David)
- [Request] [+ ] D11044: run-tests: always define a custom-bin directory
marmoute (Pierre-Yves David)
- [Request] [- ] D11048: test-infinitepush: drop unused helper
marmoute (Pierre-Yves David)
- [Request] [+ ] D11045: run-tests: cleanup windows generation of the python / python3 pointeur
marmoute (Pierre-Yves David)
- [Request] [+ ] D11047: run-tests: setup "correct" python earlier
marmoute (Pierre-Yves David)
- [Request] [+ ] D11046: run-test: clarify the error with a bad --with-hg is passed
marmoute (Pierre-Yves David)
- [Request] [+ ] D11050: run-tests: drop the `rhg` flag for `hghave.py` if unset
marmoute (Pierre-Yves David)
- [Request] [+ ] D11049: run-tests: introduce a `HGTEST_REAL_HG` variable for test
marmoute (Pierre-Yves David)
- [Request] [+- ] D11054: test-removeemptydirs: clarify the state of things in the `histedit` case
marmoute (Pierre-Yves David)
- [Request] [+- ] D11052: tests: blacklist a handful of test with `rhg` or `chg`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11055: test-removeemptydirs: adjust to Windows behavior for the `histedit` case
marmoute (Pierre-Yves David)
- [Request] [+ ] D11051: run-tests: use more explicit signaling for `chg`
marmoute (Pierre-Yves David)
- [Request] [++- ] D11053: run-tests: rely on an actual file in PATH instead of alias for `hg`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11056: test-bookmark: clarify the path involved in a pull creating divergence
marmoute (Pierre-Yves David)
- [Request] [+ ] D11057: compat: enforce upper case drive letter in mercurial too
marmoute (Pierre-Yves David)
- [Request] [+ ] D11058: windows: enforce upper case drive letter for getcwd in mercurial too
marmoute (Pierre-Yves David)
- [Request] [+ ] D11060: windows: use abspath in chgserver
marmoute (Pierre-Yves David)
- [Request] [+ ] D11061: windows: use abspath in commandserver
marmoute (Pierre-Yves David)
- [Request] [+ ] D11062: windows: use abspath in extensions
marmoute (Pierre-Yves David)
- [Request] [+ ] D11064: windows: use abspath in hgwebdir
marmoute (Pierre-Yves David)
- [Request] [+ ] D11063: windows: use abspath in mercurial/hg.py
marmoute (Pierre-Yves David)
- [Request] [+ ] D11066: windows: use abspath in subrepoutil
marmoute (Pierre-Yves David)
- [Request] [+- ] D11059: windows: introduce a `util.abspath` to replace os.path.abspath
marmoute (Pierre-Yves David)
- [Request] [+ ] D11067: windows: use abspath in url
marmoute (Pierre-Yves David)
- [Request] [+ ] D11068: windows: use abspath in the git extension
marmoute (Pierre-Yves David)
- [Request] [+ ] D11069: windows: use abspath in convert.bzr
marmoute (Pierre-Yves David)
- [Request] [+ ] D11070: windows: use abspath in convert.git
marmoute (Pierre-Yves David)
- [Request] [+ ] D11065: windows: use abspath in subrepo
marmoute (Pierre-Yves David)
- [Request] [++ ] D11072: check-code: add a rules to catch os.path.abspath
marmoute (Pierre-Yves David)
- [Request] [+ ] D11071: windows: use abspath in convert.subversion
marmoute (Pierre-Yves David)
- [Request] [+ ] D11073: windows: make sure we fully read and cleany close the connection
marmoute (Pierre-Yves David)
- [Request] [+ ] D11074: resolve: use the `parentchange` context manager to apply merge action
marmoute (Pierre-Yves David)
- [Request] [++- ] D11075: dirstate: add a `update_file` function
marmoute (Pierre-Yves David)
- [Request] [+ ] D11076: dirstate: add dedicated function for updating data of a file
marmoute (Pierre-Yves David)
- [Request] [+-- ] D11077: mergestate: use dirstate.update_file API in recordupdates()
marmoute (Pierre-Yves David)
- [Request] [+ ] D11078: sigpipe-remote: check for python version earlier in the script
marmoute (Pierre-Yves David)
- [Request] [+ ] D11079: sigpipe-remote: display more information about the non-py3 python
marmoute (Pierre-Yves David)
- [Request] [+ ] D11082: dummyssh: use subprocess instead of os.call
marmoute (Pierre-Yves David)
- [Request] [+ ] D11083: dummyssh: call python script with python
marmoute (Pierre-Yves David)
- [Request] [+ ] D11080: run-test: act that we requires MSYS to run the test on Windows
marmoute (Pierre-Yves David)
- [Request] [+-- ] D11081: run-test: rework the redirection script for python on windows
marmoute (Pierre-Yves David)
- [Request] [+ ] D11084: test-sigpipe: run the hook using `sh`
marmoute (Pierre-Yves David)
- [Request] [+- ] D11085: sigpipe-remote: check environment variable sooner
marmoute (Pierre-Yves David)
- [Request] [+ ] D11086: sigpipe-remote: verify the script is IO are unbuffered
marmoute (Pierre-Yves David)
- [Request] [++-- ] D11087: sigpipe-remote: simply delegate pipe forwarding to subprocess we can kill
marmoute (Pierre-Yves David)
- [Request] [+++-- ] D11088: dirstate-v2: Introduce a docket file
SimonSapin
- [Updated] [+++- ] D10893: amend: add a useless initial version of `amend -r REV `
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Commented On] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
baymax (Baymax, Your Personal Patch-care Companion)
- [Updated] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
Alphare (Raphaël Gomès)
- [Updated] [+-- ] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Changed Subscribers] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
marmoute (Pierre-Yves David)
- [Accepted] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
marmoute (Pierre-Yves David)
- [Updated] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Updated] [+-- ] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Updated] [+-- ] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Commented On] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
baymax (Baymax, Your Personal Patch-care Companion)
- [Updated] D11090: dirstate-v2: Rename Header to Root, move it to the end of the data file
SimonSapin
- [Request] [+- ] D11089: dirstate-v2: Enforce data size read from the docket file
SimonSapin
- [Request] [+-- ] D11091: dirstate-v2: shrink on-disk path lengths to 16-bits
SimonSapin
- [Request] [+ ] D11092: pyoxidizer: add hooks to inject extra python packages and install files
durin42 (Augie Fackler)
- [Request] [+ ] D11093: packaging: add command line flag to add extra vars to pyoxidizer
durin42 (Augie Fackler)
- [Request] [++- ] D11095: dirstate-v2: Reuse existing nodes when appending to a data file
SimonSapin
- [Request] [+- ] D11096: dirstate-v2: Reuse existing paths when appending to a data file
SimonSapin
- [Request] [+-- ] D11097: dirstate-v2: Add heuristic for when to a new data file
SimonSapin
- [Request] [++-- ] D11094: dirstate-v2: Support appending to the same data file
SimonSapin
- [Request] [++-- ] D11098: dirstate-v2: Move fixed-size tree metadata into the docket file
SimonSapin
- [Request] [++-- ] D11099: dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
SimonSapin
- [Request] [+ ] D11100: windows: enforce the module policy to be c for test
marmoute (Pierre-Yves David)
- [Request] [+ ] D11101: dirstate-v2: Reserve a few bytes of space for future extensions
SimonSapin
- [Request] [+ ] D11102: testing: do not stop waiting if timeout is 0 (issue6541)
ced (Cédric Krier)
- [Request] [+- ] D11103: largefile: synchronise the dirstate within a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11104: largefile: use `set_tracker` in the `hg add` overwrite
marmoute (Pierre-Yves David)
- [Request] [+ ] D11105: largefile: use parentchange during mergerecordupdates
marmoute (Pierre-Yves David)
- [Request] [++-- ] D11107: largefile: consider `updatelfiles` as a `parentchange`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11106: largefile: use `set_tracker` in the `hg copy` overwrite
marmoute (Pierre-Yves David)
- [Request] [+ ] D11108: largefile: use `parentchange` during rollback
marmoute (Pierre-Yves David)
- [Request] [+ ] D11109: largefile: directly use set_untracked() for removing files
marmoute (Pierre-Yves David)
- [Request] [+ ] D11112: largefile: use `parentchange` markcommitted
marmoute (Pierre-Yves David)
- [Request] [+ ] D11110: largefile: use `set_untracked` in the `forget` override
marmoute (Pierre-Yves David)
- [Request] [+- ] D11113: largefiles: replace use of synclfdirstate with drop
marmoute (Pierre-Yves David)
- [Request] [+ ] D11111: largefile: use `set_untracked` in the override of copy/rename
marmoute (Pierre-Yves David)
- [Request] [+ ] D11114: dirstate: deprecate the `add` method outside of update/merge context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11115: dirstate: deprecated `remove` outside of `update/merge`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11116: dirstate: deprecated `drop` outside of `update/merge`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11117: dirstate-item: use an explicit __init__ function instead of the attrs one
marmoute (Pierre-Yves David)
- [Request] [++- ] D11118: dirstate-item: add a `from_v1_data` constructor
marmoute (Pierre-Yves David)
- [Request] [+ ] D11120: dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11121: dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11119: dirstate-item: add a `set_possibly_dirty` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11122: dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
marmoute (Pierre-Yves David)
- [Request] [+- ] D11123: dirstate-item: introduce a `dm_nonnormal` property
marmoute (Pierre-Yves David)
- [Request] [- ] D11125: dirstate: drop duplicated check
marmoute (Pierre-Yves David)
- [Request] [+- ] D11124: dirstate-item: introduce a `dm_otherparent` property
marmoute (Pierre-Yves David)
- [Request] [+ ] D11127: dirstate-map: do not use `size` to gate copy dropping during remove_file
marmoute (Pierre-Yves David)
- [Request] [- ] D11126: dirstate: drop a duplicated assert
marmoute (Pierre-Yves David)
- [Request] [+ ] D11129: dirstate-map: factor out the change to _dirs and _alldirs on adding
marmoute (Pierre-Yves David)
- [Request] [+ ] D11128: dirstate: replace a dead conditional branch with an assert in `update_file`
marmoute (Pierre-Yves David)
- [Request] [+- ] D11130: dirstate-map: factor out the change to _dirs and _alldirs on dropping
marmoute (Pierre-Yves David)
- [Request] [+ ] D11131: dirstate-map: factor out the change to _dirs and _alldirs on removing
marmoute (Pierre-Yves David)
- [Request] [+ ] D11132: dirstate: factor out the part retrieve "filedata" out of `normal`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11133: dirstate: replace `update_parent_file_data` with simpler `update_parent` call
marmoute (Pierre-Yves David)
- [Request] [+- ] D11136: dirstate: use `reset_state` in `update_file_p1`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11137: dirstate: properly update `_lastnormaltime` in `update_file`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11138: dirstate: properly update `_lastnormaltime` in `update_file_p1`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11135: dirstate: rename `update_file_reference` to `update_file_p1`
marmoute (Pierre-Yves David)
- [Request] [+- ] D11141: largefile: rearrange conditionnal in `synclfdirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11142: largefile: use `update_file` instead of `remove` in `synclfdirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11140: largefile: use `update_file` instead of `remove` in `mergerecordupdates`
marmoute (Pierre-Yves David)
- [Request] [+++- ] D11134: dirstate-map: move most of `dirstate.update_file` logic in the dsmap
marmoute (Pierre-Yves David)
- [Request] [+ ] D11143: dirstate: deprecate `dirstate.remove` in all cases
marmoute (Pierre-Yves David)
- [Request] [+ ] D11139: mq: use `update_file_p1` instead of `remove` when adjusting dirstate
marmoute (Pierre-Yves David)
- [Request] [+- ] D11144: largefile: adjust the dirstate post update within a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11145: largefile: use `update_file` instead of `normal`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11146: dirstate: introduce a `set_clean` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11147: context: use new API instead of `normal` during fixup post status
marmoute (Pierre-Yves David)
- [Request] [+- ] D11150: sparse: apply update with in a `parentchange` context
marmoute (Pierre-Yves David)
- [Request] [+ ] D11148: context: use `update_file` instead of `normal` in `markcommitted`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11151: sparse: use `update_file` instead of `normal` during `applyupdates`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11152: sparse: use `update_file` instead of `normal` in `refreshwdir`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11154: largefile: respect the `normal` signature
marmoute (Pierre-Yves David)
- [Request] [+ ] D11153: keywork: use `set_clean` instead of `normal`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11155: largefile: use `update_file` instead of `normal` in `updatelfiles`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11157: largefile: use `set_clean` instead of `normal` in `repo.status`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11156: largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11149: revert: use `set_clean` instead of `normal`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11160: test: use `set_traced` in `test-context`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11158: largefile: use `update_file` instead of `normal` in `synclfdirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11161: dirstate: deprecate the `normal` method in all cases
marmoute (Pierre-Yves David)
- [Request] [+ ] D11159: mq: replace usage of `normal` with newer API
marmoute (Pierre-Yves David)
- [Updated] D10914: upgrade_utils: fix crash for removecldeltachain action
Phabricator
- [Request] [+ ] D11164: largefile: use `update_file` instead of `normallookup` in `updatelfiles`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11162: dirstate: add a `set_possibly_dirty` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11163: largefile: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11165: largefile: replace the `normallookup` call when creating a new lfdirstate
marmoute (Pierre-Yves David)
- [Request] [+ ] D11166: largefile: use `update_file` for `synclfdirstate` "n" case
marmoute (Pierre-Yves David)
- [Request] [+ ] D11167: largefile: use `update_file` for `synclfdirstate` "m" case
marmoute (Pierre-Yves David)
- [Request] [+ ] D11168: mergestate: use `update_file` to handle `for ACTION_ADD_MODIFIED`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11169: mergestate: use `update_file` to handle `for ACTION_EXEC`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11171: copy: use `update_file` instead of `normallookup` in `dirstatecopy`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11173: dirstate: enforce `possibly_dirty` in `set_tracked`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11170: amend: use `update_file` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11176: eol: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11177: fix: use `set_possibly_dirty` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11172: record: use `update_file` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11178: keywork: use `update_file_p1` instead of `normallookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11174: revert: use `set_possibly_dirty` instead of `normal_lookup`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11179: sparse: use `update_file` instead of `normallookup` in refreshwdir
marmoute (Pierre-Yves David)
- [Request] [+ ] D11181: narrow: use `update_file` instead of `normallookup` after update
marmoute (Pierre-Yves David)
- [Request] [+ ] D11180: test: use the internal `_normallookup` in `test-rebuildstate.t`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11175: mq: replace `normallookup` call with newer API
marmoute (Pierre-Yves David)
- [Request] [+ ] D11182: narrow: stop using `normallookup` during a test
marmoute (Pierre-Yves David)
- [Request] [+- ] D11183: dirstate: deprecate the `normallookup` method in all cases
marmoute (Pierre-Yves David)
- [Request] [+- ] D11184: dirstate: deprecate the `otherparent` method in all cases
marmoute (Pierre-Yves David)
- [Request] [+ ] D11186: dirstate: deprecate the `merge` method in all cases
marmoute (Pierre-Yves David)
- [Request] [+ ] D11185: mq: drop the use of `dirstate.merged
marmoute (Pierre-Yves David)
- [Request] [+ ] D11189: sparse: use `update_file` instead of `drop` in `refreshwdir`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11190: sparse: use `update_file` instead of `drop`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11191: largefile: use `update_file` instead of `drop` in `synclfdirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11187: context: use `update_file` instead of `drop` in `markcommitted`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11194: narrow: stop using `drop` in the `updateworkingcopy`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11192: largefile: use `update_file` instead of `drop` during `rollback`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11188: amend: use `update_file` instead of `drop`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11195: dirstate: deprecate the `drop` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11197: largefile: use `updatefile` instead of `add` in `synclfdirstate`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11196: largefile: use `update_file` instead of `add` in `mergerecordupdates`
marmoute (Pierre-Yves David)
- [Request] [++ ] D11200: relnotes: document the change in the dirstate API
marmoute (Pierre-Yves David)
- [Request] [+ ] D11199: dirstate: deprecate the `add` method
marmoute (Pierre-Yves David)
- [Request] [+ ] D11193: mq: replace `drop` call with newer API
marmoute (Pierre-Yves David)
- [Request] [+ ] D11198: mq: replace `add` call with newer API
marmoute (Pierre-Yves David)
- [Request] [+ ] D11202: upgrade: avoid a traceback in case of unrecognized revlog
marmoute (Pierre-Yves David)
- [Request] [+++-- ] D11201: walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
marmoute (Pierre-Yves David)
- [Request] [+- ] D11203: revlog: recommit 49fd21f32695 with a fix for issue6528
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [++- ] D11204: hgwebdir: avoid systematic full garbage collection
gracinet (Georges Racinet)
- [Commented On] D10272: rebase: drop support for rebaseskipobsolete config
pulkit (Pulkit Goyal)
- [Request] [+-- ] D11205: test: remove `sleep` usage in `test-nointerrupt.t` (issue6271)
marmoute (Pierre-Yves David)
- [Request] [+ ] D11207: upgrade: byteify an i18n message
mharbison72 (Matt Harbison)
- [Request] [+ ] D11206: typing: convert an annotation to an assertion in commands.py
mharbison72 (Matt Harbison)
- [Request] [+- ] D11208: tests: demonstrate bug in `hg fix` with incorrectly dirty working copy
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D11209: fix: rewrite writeworkingdir() to explicitly not work with merges
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D11210: fix: use scmutil.movedirstate() instead of reimplementing
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D11211: wireprotov1peer: simplify the way batchable rpcs are defined
valentin.gatienbaron (Valentin Gatien-Baron)
- [Request] [+--- ] D11212: wireprotov1peer: update all rpcs to use the new batchable scheme
valentin.gatienbaron (Valentin Gatien-Baron)
- [Request] [+ ] D11213: help: use the correct spelling for `slow-path` in persistent nodemap help
marmoute (Pierre-Yves David)
- [Request] [+ ] D11214: help: indicate how to run downgrade a repository using persistent nodemap
marmoute (Pierre-Yves David)
- [Request] [+ ] D11215: test-transaction-safety: document the test schedule
marmoute (Pierre-Yves David)
- [Request] [+ ] D11216: test-transaction-safety: relax some of the synchronisation schedule
marmoute (Pierre-Yves David)
- [Request] [+ ] D11217: help: correct config.profiling.freq name (frequency->freq)
spectral (Kyle Lippincott)
- [Request] [+ ] D11218: clone: test local clone in `test-clone-uncompressed.t` too
marmoute (Pierre-Yves David)
- [Request] [++-- ] D11219: clone: add a file with special character while testing uncompressed
marmoute (Pierre-Yves David)
- [Request] [+ ] D11220: store: document the decoding discrepancy in store.py
marmoute (Pierre-Yves David)
- [Request] [+ ] D11222: fix: use obsolete.isenabled() to check for experimental.allowdivergence
av6 (Anton Shestakov)
- [Request] [+ ] D11221: rebase: use obsolete.isenabled() to check for experimental.allowdivergence
av6 (Anton Shestakov)
- [Request] [+- ] D11223: obsolete: disable other evolution config options if createmarkers is off
av6 (Anton Shestakov)
- [Request] [+ ] D11224: dirstate: use `add` in the deprecation message about `add`
marmoute (Pierre-Yves David)
- [Request] [+ ] D11225: dummyssh: make sure we don't inherit files descriptor to the children
marmoute (Pierre-Yves David)
- [Request] [+ ] D11226: run-tests: do not inherit file descriptor when running a command
marmoute (Pierre-Yves David)
- [Request] [+ ] D11227: run-tests: use a small timeout for chg instance
marmoute (Pierre-Yves David)
- [Request] [+ ] D11228: tests: make test-serve works on system that allow user to bind low port
marmoute (Pierre-Yves David)
- [Request] [++- ] D11229: rhg: Add build and config instructions to the README file
SimonSapin
- [Request] [+- ] D11230: rhg: Propagate permission errors when finding a repository
SimonSapin
- [Request] [++ ] D11231: tests: add explicit coverage for update_hash_refs from rewriteutil
durin42 (Augie Fackler)
- [Request] [+ ] D11232: rewriteutil: fix crash when a rewritten message references f{6, 64}
durin42 (Augie Fackler)
- [Request] [+- ] D11234: git: restore basic functionality (issue6545)
durin42 (Augie Fackler)
- [Request] [+ ] D11233: dirstate: fix typo in docstring
durin42 (Augie Fackler)
- [Request] [+ ] D11235: typing: add several assertions to dirstatemap to appease pytype
mharbison72 (Matt Harbison)
Last message date:
Fri Jul 30 18:11:39 UTC 2021
Archived on: Thu Jun 30 16:48:08 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).