Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
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.
hg-core: add FnCacheVFS
3 months ago, by Raphaël Gomès
hg-core: add a complete VFS
3 months ago, by Raphaël Gomès
hg-core: add fncache module
3 months ago, by Raphaël Gomès
rust: populate mmap by default if available
7 weeks ago, by Raphaël Gomès
rust-changelog: switch away from deprecated APIs for datetime use
4 months ago, by Raphaël Gomès
revlog: add the glue to use the Rust `InnerRevlog` from Python
4 months ago, by Raphaël Gomès
changelog: also set the general delta config flag in the data config
4 months ago, by Raphaël Gomès
rust-index: use `IndexEntry::offset` to compute read segments
3 months ago, by Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`
5 weeks ago, by Raphaël Gomès
rust-index: fix the computation of data start
5 weeks ago, by Raphaël Gomès
rust-index: return an error on a bad index header
5 weeks ago, by Raphaël Gomès
rust-vfs: add a TODO to remember a decision taken about naming
4 weeks ago, by Raphaël Gomès
rust-revlog: introduce an `options` module
7 weeks ago, by Raphaël Gomès
rust-revlog: add file IO helpers
7 weeks ago, by Raphaël Gomès
rust-revlog: add compression helpers
7 weeks ago, by Raphaël Gomès
hgweb: skip logging ConnectionAbortedError
stable
2 weeks ago, by Matt Harbison
ci: add a runner for Windows 10
stable
3 weeks ago, by Matt Harbison
tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug
stable
5 weeks ago, by Matt Harbison
tests: disable `test-git-interop.t` with a requirements directive
stable
5 weeks ago, by Matt Harbison
tests: stabilize `test-extdiff.t` on macOS
stable
2 weeks ago, by Matt Harbison
branching: merge stable into default
2 weeks ago, by Raphaël Gomès
ci: build a wheel and use it to run c tests
stable
2 weeks ago, by Pierre-Yves David
ci: split the jobs on more stage
stable
2 weeks ago, by Pierre-Yves David
ci: unify the way `check-pytype` inherit the common setting
stable
2 weeks ago, by Pierre-Yves David
run-tests: add a --hg-wheel options to test a pre-built wheel
stable
2 weeks ago, by Pierre-Yves David
run-tests: don't use shell call for subprocess
stable
2 weeks ago, by Pierre-Yves David
branching: merge stable into default
2 weeks ago, by Raphaël Gomès
Added signature for changeset dc97e8670dec
stable
2 weeks ago, by Raphaël Gomès
Added tag 6.9rc0 for changeset dc97e8670dec
stable
2 weeks ago, by Raphaël Gomès
doc: register the `config-doc` rst directive
stable
6.9rc0
2 weeks ago, by Raphaël Gomès
relnotes: add 6.9rc0
stable
2 weeks ago, by Raphaël Gomès
branching: merge default into stable
stable
2 weeks ago, by Raphaël Gomès
branching: merge stable into default
2 weeks ago, by Raphaël Gomès
Added signature for changeset eae3ec345e5e
stable
2 weeks ago, by Raphaël Gomès
Added tag 6.8.2 for changeset eae3ec345e5e
stable
2 weeks ago, by Raphaël Gomès
relnotes: add 6.8.2
stable
6.8.2
2 weeks ago, by Raphaël Gomès
evolution: stop wrongly flagging unrelated part of a split as divergent
stable
3 weeks ago, by Pierre-Yves David
tests: skip doctests that use `time.tzset()` on Windows
2 weeks ago, by Matt Harbison
tests: hopefully fix `test-doctest.py` on Windows and more
5 weeks ago, by Arseniy Alekseyev
hghave: make the description for "clang-format" ascii
2 weeks ago, by Matt Harbison
branching: merge stable into default
2 weeks ago, by Pierre-Yves David
tests: enable pytype checking on `mercurial/wireprotov1peer.py`
3 weeks ago, by Matt Harbison
typing: suppress bogus pytype errors in `mercurial/wireprotov1peer.py`
3 weeks ago, by Matt Harbison
tests: enable pytype checking on `mercurial/wireprotoframing.py`
3 weeks ago, by Matt Harbison
typing: suppress bogus pytype errors in `mercurial/wireprotoframing.py`
3 weeks ago, by Matt Harbison
wireprototypes: make `baseprotocolhandler` methods abstract
3 weeks ago, by Matt Harbison
wireprototypes: convert `baseprotocolhandler.name` to an abstract property
3 weeks ago, by Matt Harbison
wireprotoserver: subclass the new `baseprotocolhandler` Protocol class
3 weeks ago, by Matt Harbison
wireprototypes: convert `baseprotocolhandler` to a Protocol class
3 weeks ago, by Matt Harbison
test: stabilize `test-audit-path.t` in rust (hopefully)
2 weeks ago, by Pierre-Yves David
pycompat: drop test involving assigning "foo" to `sys.hexversion`
stable
3 weeks ago, by Pierre-Yves David
pycompat: filter more of the traceback in `test-flagproccessor.t`
stable
3 weeks ago, by Pierre-Yves David
pycompat: ignore the fork + thread warning for now
stable
3 weeks ago, by Pierre-Yves David
wireprototypes: fix exception handling code with a bad pytype suppression
stable
3 weeks ago, by Matt Harbison
tests: conditionalize undesired output on Windows for rbc the mmap cases
4 weeks ago, by Matt Harbison
rev-branch-cache: disable mmapping by default on Windows
4 weeks ago, by Matt Harbison
tests: actually test the non-mmap case in `test-branches.t`
4 weeks ago, by Matt Harbison
tests: dump the http server log after a clone in `test-static-http.t`
4 weeks ago, by Matt Harbison
tests: force `dumbhttp.py` to write its log file with '\n' on Windows
4 weeks ago, by Matt Harbison
branching: merge stable into default
3 weeks ago, by Pierre-Yves David
rust: address 'error: unnecessarily eager cloning of iterator items'
stable
10 months ago, by Mads Kiilerich
utils: fix resourceutil use of deprecated importlib.resources
stable
3 months ago, by Mads Kiilerich
utils: avoid using internal _imp.is_frozen()
stable
16 months ago, by Mads Kiilerich
cext: use sys.executable instead of deprecated Py_GetProgramFullPath
stable
10 months ago, by Mads Kiilerich
subrepoutil: pass re.sub 'count' argument by name
stable
10 months ago, by Mads Kiilerich
tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position
stable
10 months ago, by Mads Kiilerich
tests: use packaging from setuptools instead of deprecated distutils
stable
16 months ago, by Mads Kiilerich
tests: drop test-demandimport.py distutils test that failed with warnings
stable
16 months ago, by Mads Kiilerich
utils: test coverage of makedate
stable
16 months ago, by Mads Kiilerich
filecache: use bytes wherever possible in the tests
3 weeks ago, by Pierre-Yves David
cachestat: avoid creating cachestat for http path
3 weeks ago, by Pierre-Yves David
filecache: use binary path in the test
3 weeks ago, by Pierre-Yves David
branching: merge stable into default
3 weeks ago, by Pierre-Yves David
py-3-13: stabilize the docstring output across all supported Python versions
3 weeks ago, by Raphaël Gomès
docstring: backed out changeset 51057ab0dffa
stable
3 weeks ago, by Pierre-Yves David
tests: stabilize `test-clonebundles-autogen.t` on Windows
4 weeks ago, by Matt Harbison
clonebundles: stop shell quoting `HGCB_BUNDLE_BASENAME` environment variable
4 weeks ago, by Matt Harbison
tests: add coverage to for `HGCB_BUNDLE_BASENAME` with special characters
3 weeks ago, by Matt Harbison
tests: stabilize `test-eol-update.t` on Windows
4 weeks ago, by Matt Harbison
tests: force `dummysmtpd.py` to write its log file with '\n' on Windows
4 weeks ago, by Matt Harbison
tests: raise the default value for the various `devel.sync.*-timeout` configs
4 weeks ago, by Matt Harbison
tests: remove deprecated test-check-py3-compat.t
3 weeks ago, by Pierre-Yves David
zope-interface: add compatibility with 3.13 compiler attributes
stable
3 weeks ago, by Raphaël Gomès
py-3-13: fix traceback matching for the new Python version
stable
3 weeks ago, by Raphaël Gomès
py-3-13: stabilize the docstring output across all supported Python versions
stable
3 weeks ago, by Raphaël Gomès
test-lfs-serve-access: vastly simplify the error output check
stable
3 weeks ago, by Raphaël Gomès
subrepo: propagate non-default path on outgoing
stable
7 months ago, by Felipe Resende
outgoing: pre-indent some code
stable
3 weeks ago, by Felipe Resende
outgoing: move sorting in the display function
stable
3 weeks ago, by Pierre-Yves David
outgoing: extract changeset display in its own function
stable
3 weeks ago, by Felipe Resende
subrepo: move code around
stable
5 months ago, by Pierre-Yves David
merge: add a config to allow conflict-free merge of changes on adjacent lines
3 weeks ago, by Arseniy Alekseyev
localrepo: drop the CamelCase name for `localrepo.ilocalrepositorymain`
3 weeks ago, by Matt Harbison
localrepo: drop the CamelCase name for `localrepo.revlognarrowfilestorage`
3 weeks ago, by Matt Harbison
localrepo: drop the CamelCase name for `localrepo.revlogfilestorage`
3 weeks ago, by Matt Harbison
localrepo: drop the CamelCase name for `localrepo.locallegacypeer`
3 weeks ago, by Matt Harbison
localrepo: drop the CamelCase name for `localrepo.localpeer`
3 weeks ago, by Matt Harbison
localrepo: drop the CamelCase name for `localrepo.localcommandexecutor`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.treemanifestctx`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.memtreemanifestctx`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.manifestctx`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.memmanifestctx`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.manifestlog`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.manifestrevlog`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.treemanifest`
3 weeks ago, by Matt Harbison
manifest: drop the CamelCase name for `manifest.manifestdict`
3 weeks ago, by Matt Harbison
filelog: drop the CamelCase name for `filelog.filelog`
3 weeks ago, by Matt Harbison
revlog: drop the CamelCase name for `revlog.revlogproblem`
3 weeks ago, by Matt Harbison
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta`
3 weeks ago, by Matt Harbison
tests: use pyflakes as a tool, not a python module
3 weeks ago, by Pierre-Yves David
clang-format: do not accept version above 19.x
3 weeks ago, by Pierre-Yves David
rust-update: add a config item to disable the Rust update fastpath
4 weeks ago, by Raphaël Gomès
update: add a Rust fast-path when updating from null (and clean)
6 weeks ago, by Raphaël Gomès
merge: improve working-copy mtime race handling
4 weeks ago, by Raphaël Gomès
merge: move the filtering of ambiguous files to a dedicated function
4 weeks ago, by Raphaël Gomès
timestamp: make the reliable comparison more usable from outside
4 weeks ago, by Raphaël Gomès
timestamp: add type information to the module
4 weeks ago, by Raphaël Gomès
rust-dirstate: make the reliable timestamp comparison more usable from outside
4 weeks ago, by Raphaël Gomès
rust-dirstate-map: use a more precise identity
6 weeks ago, by Raphaël Gomès
dirstate-map: add a missing debug wait point when accessing the v2 docket
4 weeks ago, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
tip