Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
dirstate-map: move most of `dirstate.update_file` logic in the dsmap
2021-07-19, by Pierre-Yves David
dirstate: replace `update_parent_file_data` with simpler `update_parent` call
2021-07-16, by Pierre-Yves David
dirstate: factor out the part retrieve "filedata" out of `normal`
2021-07-16, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on removing
2021-07-15, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on dropping
2021-07-15, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on adding
2021-07-15, by Pierre-Yves David
dirstate-item: introduce a `dm_otherparent` property
2021-07-14, by Pierre-Yves David
dirstate-item: introduce a `dm_nonnormal` property
2021-07-14, by Pierre-Yves David
dirstate-v2: Reserve a few bytes of space for future extensions
2021-07-16, by Simon Sapin
dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
2021-07-16, by Simon Sapin
dirstate-v2: Move fixed-size tree metadata into the docket file
2021-07-15, by Simon Sapin
dirstate-v2: Add heuristic for when to create a new data file
2021-07-08, by Simon Sapin
dirstate-v2: Reuse existing paths when appending to a data file
2021-07-15, by Simon Sapin
dirstate-v2: Reuse existing nodes when appending to a data file
2021-07-15, by Simon Sapin
dirstate-v2: Support appending to the same data file
2021-07-13, by Simon Sapin
dirstate-v2: shrink on-disk path lengths to 16-bits
2021-07-13, by Simon Sapin
dirstate-v2: Rename Header to Root, move it to the end of the data file
2021-07-12, by Simon Sapin
dirstate-v2: Enforce data size read from the docket file
2021-07-12, by Simon Sapin
dirstate-v2: Introduce a docket file
2021-07-08, by Simon Sapin
dirstate: replace a dead conditional branch with an assert in `update_file`
2021-07-15, by Pierre-Yves David
dirstate-map: do not use `size` to gate copy dropping during remove_file
2021-07-14, by Pierre-Yves David
dirstate: drop a duplicated assert
2021-07-15, by Pierre-Yves David
dirstate: drop duplicated check
2021-07-15, by Pierre-Yves David
dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
2021-07-19, by Pierre-Yves David
dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
2021-07-19, by Pierre-Yves David
dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
2021-07-19, by Pierre-Yves David
dirstate-item: add a `set_possibly_dirty` method
2021-07-19, by Pierre-Yves David
dirstate-item: add a `from_v1_data` constructor
2021-07-13, by Pierre-Yves David
dirstate-item: use an explicit __init__ function instead of the attrs one
2021-07-13, by Pierre-Yves David
dirstate: deprecated `drop` outside of `update/merge`
2021-07-08, by Pierre-Yves David
dirstate: deprecated `remove` outside of `update/merge`
2021-07-08, by Pierre-Yves David
dirstate: deprecate the `add` method outside of update/merge context
2021-07-08, by Pierre-Yves David
upgrade: avoid a traceback in case of unrecognized revlog
2021-07-19, by Pierre-Yves David
walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
2021-07-19, by Pierre-Yves David
largefiles: replace use of synclfdirstate with drop
2021-07-13, by Pulkit Goyal
testing: do not stop waiting if timeout is 0 (issue6541)
2021-07-17, by Cédric Krier
largefile: use `parentchange` markcommitted
2021-07-08, by Pierre-Yves David
largefile: use `set_untracked` in the override of copy/rename
2021-07-08, by Pierre-Yves David
largefile: use `set_untracked` in the `forget` override
2021-07-08, by Pierre-Yves David
largefile: directly use set_untracked() for removing files
2021-07-08, by Pierre-Yves David
largefile: use `parentchange` during rollback
2021-07-08, by Pierre-Yves David
largefile: consider `updatelfiles` as a `parentchange`
2021-07-08, by Pierre-Yves David
largefile: use `set_tracked` in the `hg copy` overwrite
2021-07-08, by Pierre-Yves David
largefile: use parentchange during mergerecordupdates
2021-07-08, by Pierre-Yves David
largefile: use `set_tracked` in the `hg add` overwrite
2021-07-08, by Pierre-Yves David
largefile: synchronise the dirstate within a `parentchange` context
2021-07-08, by Pierre-Yves David
upgrade_utils: fix crash for removecldeltachain action
2021-06-28, by Mathias De Mare
windows: enforce the module policy to be c for test
2021-07-16, by Pierre-Yves David
packaging: add command line flag to add extra vars to pyoxidizer
2021-07-13, by Augie Fackler
pyoxidizer: add hooks to inject extra python packages and install files
2021-07-12, by Augie Fackler
doc: wrap the help text for the purge extension
2021-07-09, by Matt Harbison
dummyssh: call python script with python
2021-07-11, by Pierre-Yves David
dummyssh: use subprocess instead of os.call
2021-07-11, by Pierre-Yves David
run-test: rework the redirection script for python on windows
2021-07-11, by Pierre-Yves David
run-test: act that we requires MSYS to run the test on Windows
2021-07-11, by Pierre-Yves David
sigpipe-remote: display more information about the non-py3 python
2021-07-11, by Pierre-Yves David
sigpipe-remote: check for python version earlier in the script
2021-07-11, by Pierre-Yves David
check-code: add a rules to catch os.path.abspath
2021-07-10, by Pierre-Yves David
windows: use abspath in convert.subversion
2021-07-10, by Pierre-Yves David
windows: use abspath in convert.git
2021-07-10, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip