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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip