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.
run-tests: do not inherit file descriptor when running a command
stable
2021-07-28, by Pierre-Yves David
dummyssh: make sure we don't inherit files descriptor to the children
stable
2021-07-28, by Pierre-Yves David
tests: make test-serve works on system that allow user to bind low port
stable
2021-07-29, by Pierre-Yves David
git: restore basic functionality (issue6545)
stable
2021-07-29, by Augie Fackler
dirstate: fix typo in docstring
stable
2021-07-29, by Augie Fackler
typing: add several assertions to dirstatemap to appease pytype
2021-07-30, by Matt Harbison
help: indicate how to run downgrade a repository using persistent nodemap
stable
2021-07-26, by Pierre-Yves David
help: use the correct spelling for `slow-path` in persistent nodemap help
stable
2021-07-26, by Pierre-Yves David
fix: use scmutil.movedirstate() instead of reimplementing
stable
2019-03-11, by Martin von Zweigbergk
fix: rewrite writeworkingdir() to explicitly not work with merges
stable
2019-03-11, by Martin von Zweigbergk
tests: demonstrate bug in `hg fix` with incorrectly dirty working copy
stable
2021-07-22, by Martin von Zweigbergk
upgrade: byteify an i18n message
stable
2021-07-21, by Matt Harbison
typing: convert an annotation to an assertion in commands.py
stable
2021-07-21, by Matt Harbison
test: remove `sleep` usage in `test-nointerrupt.t` (issue6271)
stable
2021-07-20, by Pierre-Yves David
Added signature for changeset d7515d29761d
stable
2021-07-22, by Pulkit Goyal
Added tag 5.9rc0 for changeset d7515d29761d
stable
2021-07-22, by Pulkit Goyal
branching: merge default into stable
stable
5.9rc0
2021-07-21, by Pierre-Yves David
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip