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.
relnotes: document the change in the dirstate API
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `add` method
2021-07-19, by Pierre-Yves David
mq: replace `add` call with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `add` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `add` in `mergerecordupdates`
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `drop` method
2021-07-19, by Pierre-Yves David
narrow: stop using `drop` in the `updateworkingcopy`
2021-07-19, by Pierre-Yves David
mq: replace `drop` call with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `drop` during `rollback`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `drop` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `drop`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `drop` in `refreshwdir`
2021-07-19, by Pierre-Yves David
amend: use `update_file` instead of `drop`
2021-07-19, by Pierre-Yves David
context: use `update_file` instead of `drop` in `markcommitted`
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `merge` method in all cases
2021-07-19, by Pierre-Yves David
mq: drop the use of `dirstate.merged`
2021-07-18, by Pierre-Yves David
dirstate: deprecate the `otherparent` method in all cases
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `normallookup` method in all cases
2021-07-19, by Pierre-Yves David
narrow: stop using `normallookup` during a test
2021-07-19, by Pierre-Yves David
narrow: use `update_file` instead of `normallookup` after update
2021-07-19, by Pierre-Yves David
test: use the internal `_normallookup` in `test-rebuildstate.t`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normallookup` in refreshwdir
2021-07-19, by Pierre-Yves David
keyword: use `update_file_p1` instead of `normallookup`
2021-07-19, by Pierre-Yves David
fix: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
eol: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
mq: replace `normallookup` call with newer API
2021-07-18, by Pierre-Yves David
revert: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
dirstate: enforce `possibly_dirty` in `set_tracked`
2021-07-19, by Pierre-Yves David
record: use `update_file` instead of `normallookup`
2021-07-19, by Pierre-Yves David
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip