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.
hgwebdir: avoid systematic full garbage collection
2021-07-20, by Georges Racinet
check-module-imports: ignore non-stdlib module installed by distribution
stable
2021-08-03, by Pierre-Yves David
remotefilelog: fix what looks like a wrong refactoring
stable
2021-08-02, by Valentin Gatien-Baron
rust-nodemap: falling back to C impl as mitigation
stable
2021-08-01, by Georges Racinet
obsolete: disable other evolution config options if createmarkers is off
stable
2021-07-28, by Anton Shestakov
fix: use obsolete.isenabled() to check for experimental.allowdivergence
stable
2021-07-28, by Anton Shestakov
rebase: use obsolete.isenabled() to check for experimental.allowdivergence
stable
2021-07-28, by Anton Shestakov
obsolete: disable other evolution config options if createmarkers is off
2021-07-28, by Anton Shestakov
fix: use obsolete.isenabled() to check for experimental.allowdivergence
2021-07-28, by Anton Shestakov
rebase: use obsolete.isenabled() to check for experimental.allowdivergence
2021-07-28, by Anton Shestakov
heptapod-ci: enable pytype testing for all pipelines
stable
2021-08-02, by Raphaël Gomès
pytype: add assertions to explain revlogv2 invariants to Pytype
stable
2021-08-02, by Raphaël Gomès
typing: add several assertions to dirstatemap to appease pytype
stable
2021-07-30, by Matt Harbison
windows: avoid a bytes vs unicode crash reading passwords on py2
stable
2021-08-02, by Matt Harbison
streamclone: ensure the server sends the right amount of data
stable
2021-08-01, by Valentin Gatien-Baron
rewriteutil: fix crash when a rewritten message references f{6,64}
stable
2021-07-29, by Augie Fackler
tests: add explicit coverage for update_hash_refs from rewriteutil
stable
2021-07-29, by Augie Fackler
store: document the decoding discrepancy in store.py
stable
2021-07-27, by Pierre-Yves David
clone: add a file with special character while testing uncompressed
stable
2021-07-27, by Pierre-Yves David
clone: test local clone in `test-clone-uncompressed.t` too
stable
2021-07-27, by Pierre-Yves David
test-transaction-safety: relax some of the synchronisation schedule
stable
2021-07-27, by Pierre-Yves David
test-transaction-safety: document the test schedule
stable
2021-07-27, by Pierre-Yves David
rhg: Propagate permission errors when finding a repository
stable
2021-07-29, by Simon Sapin
rhg: Add build and config instructions to the README file
stable
2021-07-29, by Simon Sapin
dirstate: use `add` in the deprecation message about `add`
stable
2021-07-28, by Pierre-Yves David
help: correct config.profiling.freq name (frequency->freq)
stable
2021-07-26, by Kyle Lippincott
run-tests: use a small timeout for chg instance
stable
2021-07-28, by Pierre-Yves David
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip