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