Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
copy: use `set_tracked` instead of `normallookup` in `dirstatecopy`
2021-07-19, by Pierre-Yves David
amend: use `update_file` instead of `normallookup`
2021-07-19, by Pierre-Yves David
mergestate: use `update_file` to handle for `ACTION_EXEC`
2021-07-19, by Pierre-Yves David
mergestate: use `update_file` to handle for `ACTION_ADD_MODIFIED`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` for `synclfdirstate` "m" case
2021-07-19, by Pierre-Yves David
largefile: use `update_file` for `synclfdirstate` "n" case
2021-07-19, by Pierre-Yves David
largefile: replace the `normallookup` call when creating a new lfdirstate
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normallookup` in `updatelfiles`
2021-07-19, by Pierre-Yves David
largefile: use `set_possibly_dirty` instead of `normallookup`
2021-07-18, by Pierre-Yves David
dirstate: add a `set_possibly_dirty` method
2021-07-18, by Pierre-Yves David
dirstate: deprecate the `normal` method in all cases
2021-07-19, by Pierre-Yves David
test: use `set_tracked` in `test-context`
2021-07-19, by Pierre-Yves David
mq: replace usage of `normal` with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `normal` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `set_clean` instead of `normal` in `repo.status`
2021-07-19, by Pierre-Yves David
largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normal` in `updatelfiles`
2021-07-19, by Pierre-Yves David
largefile: respect the `normal` signature
2021-07-19, by Pierre-Yves David
keyword: use `set_clean` instead of `normal`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normal` in `refreshwdir`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normal` during `applyupdates`
2021-07-19, by Pierre-Yves David
sparse: apply update with in a `parentchange` context
2021-07-19, by Pierre-Yves David
revert: use `set_clean` instead of `normal`
2021-07-19, by Pierre-Yves David
context: use `update_file` instead of `normal` in `markcommitted`
2021-07-19, by Pierre-Yves David
context: use new API instead of `normal` during fixup post status
2021-07-19, by Pierre-Yves David
dirstate: introduce a `set_clean` method
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normal`
2021-07-19, by Pierre-Yves David
largefile: adjust the dirstate post update within a `parentchange` context
2021-07-19, by Pierre-Yves David
dirstate: deprecate `dirstate.remove` in all cases
2021-07-16, by Pierre-Yves David
largefile: use `update_file` instead of `remove` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: rearrange conditionnal in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `remove` in `mergerecordupdates`
2021-07-19, by Pierre-Yves David
mq: use `update_file_p1` instead of `remove` when adjusting dirstate
2021-07-17, by Pierre-Yves David
dirstate: properly update `_lastnormaltime` in `update_file_p1`
2021-07-19, by Pierre-Yves David
dirstate: properly update `_lastnormaltime` in `update_file`
2021-07-19, by Pierre-Yves David
dirstate: use `reset_state` in `update_file_p1`
2021-07-15, by Pierre-Yves David
dirstate: rename `update_file_reference` to `update_file_p1`
2021-07-15, by Pierre-Yves David
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
windows: use abspath in convert.bzr
2021-07-10, by Pierre-Yves David
windows: use abspath in the git extension
2021-07-10, by Pierre-Yves David
windows: use abspath in url
2021-07-10, by Pierre-Yves David
windows: use abspath in subrepoutil
2021-07-10, by Pierre-Yves David
windows: use abspath in subrepo
2021-07-10, by Pierre-Yves David
windows: use abspath in hgwebdir
2021-07-10, by Pierre-Yves David
windows: use abspath in mercurial/hg.py
2021-07-10, by Pierre-Yves David
windows: use abspath in extensions
2021-07-10, by Pierre-Yves David
windows: use abspath in commandserver
2021-07-10, by Pierre-Yves David
windows: use abspath in chgserver
2021-07-10, by Pierre-Yves David
windows: introduce a `util.abspath` to replace os.path.abspath
2021-07-10, by Pierre-Yves David
windows: enforce upper case drive letter for getcwd in mercurial too
2021-07-10, by Pierre-Yves David
hg-ssh: normalize the drive of the current working directory on windows
2021-07-09, by Pierre-Yves David
run-tests: enforce the drive letter from `getcwd` to upper case
2021-07-10, by Pierre-Yves David
sigpipe-remote: simply delegate pipe forwarding to subprocess we can kill
2021-07-12, by Pierre-Yves David
sigpipe-remote: verify the script is IO are unbuffered
2021-07-12, by Pierre-Yves David
sigpipe-remote: check environment variable sooner
2021-07-11, by Pierre-Yves David
test-sigpipe: run the hook using `sh`
2021-07-12, by Pierre-Yves David
windows: add windows behavior on broken pager
2021-06-10, by Raphaël Gomès
mergestate: use dirstate.update_file API in recordupdates()
2021-07-07, by Pulkit Goyal
dirstate: add dedicated function for updating data of a file
2021-07-09, by Pulkit Goyal
dirstate: add a `update_file` function
2021-07-07, by Pierre-Yves David
resolve: use the `parentchange` context manager to apply merge action
2021-07-08, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip