Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
persistent-nodemap: enable the feature by default when using Rust
2021-01-14, by Pierre-Yves David
persistent-nodemap: disable it for test-wireproto-content-redirects.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it for test-wireproto-command-capabilities.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-wireproto-caching.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-ssh-proto-unbundle.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-ssh-proto.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-share-safe.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-http-protocol.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-http-bad-server.t
2021-04-09, by Pierre-Yves David
clang-format: run the formatter on mercurial/cext/revlog.c
2021-04-08, by Pierre-Yves David
revlog-compression: use zstd by default (if available)
2021-04-06, by Pierre-Yves David
rhg: make rhg recognise it supports zstd compression for revlogs
2021-04-07, by Pierre-Yves David
match: convert O(n) to O(log n) in exactmatcher.visitchildrenset
2021-03-31, by Kyle Lippincott
exthelper: improve docs to indicate what module vars are needed
2021-03-30, by Kyle Lippincott
tests: restore the ability to run `black` on Windows
2021-04-05, by Matt Harbison
setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
2021-04-03, by Matt Harbison
tests: stablize test-hook.t on Windows
2021-04-03, by Matt Harbison
tests: handle Windows file separator differences in test-config.t
2021-04-03, by Matt Harbison
tests: update the detailed exit codes for icasefs gated tests
2021-04-03, by Matt Harbison
tests: update the detailed exit codes in test-phabricator.t
2021-04-03, by Matt Harbison
tests: avoid using rebaseskipobsolete=0
2021-03-25, by Martin von Zweigbergk
rebase: when using --keep, don't care about pruned commits or divergence
2021-03-25, by Martin von Zweigbergk
rebase: remove duplicate initialization of a field
2021-03-25, by Martin von Zweigbergk
rust: bump rust-cpython version to 0.5.2
2021-04-05, by Pierre-Yves David
revlog: directly use the Struct object for related operation
2021-04-05, by Pierre-Yves David
revlog: move the "index header" struct inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v2" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v1" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v0" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: add some comment in the header sections
2021-04-05, by Pierre-Yves David
store: drop the `filefilter` argument to `_walk`
2021-04-06, by Pierre-Yves David
store: document the `walk` method
2021-04-06, by Pierre-Yves David
revlog: fix error about unknown compression format in py3
2021-04-06, by Valentin Gatien-Baron
revlog-compression: fix computation of engine availability
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-share-safe.t
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-upgrade-repo.t
2021-04-06, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-repo-compengines.t
2021-04-06, by Pierre-Yves David
remotefilelog: include file contents in bundles produced during strip
2021-04-06, by Kyle Lippincott
tests: add test-remotefilelog-strip.t to demonstrate an issue with linknodes
2021-04-06, by Kyle Lippincott
mergestate: remove unused import
2021-03-31, by Joerg Sonnenberger
deb: avoid use of [[ in 'rules' file
2021-03-30, by Kyle Lippincott
refactor: prefer checks against nullrev over nullid
2021-03-30, by Joerg Sonnenberger
refactor: prefer lookup by revision, even for null
2021-03-30, by Joerg Sonnenberger
setdiscovery: simplify by using tiprev directly
2021-03-29, by Joerg Sonnenberger
test: enforce master to be the default branch in test
2021-03-28, by Pierre-Yves David
fix: merge imports
2021-03-28, by Joerg Sonnenberger
tests: update divergence test for `hg fix` to actually result in divergence
2021-02-11, by Martin von Zweigbergk
rebase: don't call rewriteutil.precheck() with to-be-skipped commits
2021-03-23, by Martin von Zweigbergk
reabase: call rewriteutil.precheck() a bit later
2021-03-23, by Martin von Zweigbergk
rebase: set `prepared = True` at very end of `_preparenewrebase()`
2021-03-23, by Martin von Zweigbergk
rebase: filter out descendants of divergence-causing commits earlier
2021-03-19, by Martin von Zweigbergk
rebase: clarify names of variables and function related to obsolete revisions
2021-03-19, by Martin von Zweigbergk
rebase: calculate obsolescense-related info earlier
2021-02-12, by Martin von Zweigbergk
rebase: let _handleskippingobsolete(self) read directly from self
2021-02-12, by Martin von Zweigbergk
tests: test divergence created during interrupted rebase
2021-03-23, by Martin von Zweigbergk
tests: split up test-rebase-obsolete.t in four pieces
2021-03-23, by Martin von Zweigbergk
path: error out if the `path://` reference point to an unknown path
2021-03-24, by Pierre-Yves David
path: forbid chaining `path://` definitions
2021-03-23, by Pierre-Yves David
path: introduce a `path://` syntax to reference other path name
2021-03-18, by Pierre-Yves David
path: extract sub-option logic into its own method
2021-03-21, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip