Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+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.
typing: create an @overload of `phasecache` ctor to handle the copy case
2 months ago, by Matt Harbison
typing: declare the `_phasesets` member of `phasecache` to be `Optional`
2 months ago, by Matt Harbison
typing: hide the interface version of `dirstate` during type checking
2 months ago, by Matt Harbison
dirstate: remove the interface decorator to help pytype
2 months ago, by Matt Harbison
largefiles: sync up `largefilesdirstate` methods with `dirstate` base class
2 months ago, by Matt Harbison
sparse: reliably avoid writing to store without a lock
2 months ago, by Arseniy Alekseyev
debugsparse: stop taking the store lock
2 months ago, by Arseniy Alekseyev
scmutils: read the requires file before writing to avoid unnecessary rewrite
2 months ago, by Arseniy Alekseyev
localrepo: remove _readrequires function in favor of scmutil.readrequires
2 months ago, by Arseniy Alekseyev
scmutil: add `readrequires` next to `writerequires`
2 months ago, by Arseniy Alekseyev
typing: correct a type hint in `mercurial.manifest`
2 months ago, by Matt Harbison
typing: add hints to `mercurial.util.mktempcopy()`
3 months ago, by Matt Harbison
typing: fix the hint for the `mode` argument of `platform.copymode()`
3 months ago, by Matt Harbison
largefiles: fix check that ensures that --all-largefiles is only used locally
stable
3 months ago, by Manuel Jacob
exchange: trivial simplification
18 months ago, by Felipe Contreras
import: fix erroneous comparison of str with bytes
stable
3 months ago, by Manuel Jacob
histedit: create state and acquire locks earlier
stable
3 months ago, by Anton Shestakov
py3: use str literal instead of bytes literal
stable
3 months ago, by Manuel Jacob
typing: fix type annotation
stable
3 months ago, by Manuel Jacob
cffi: pass bytes instead of str to ffi.new("char[]", …)
stable
3 months ago, by Manuel Jacob
cffi: call bytes() instead of str() on CFFI buffer instances
stable
3 months ago, by Manuel Jacob
cffi: pass C type and attribute names as str instead of bytes
stable
3 months ago, by Manuel Jacob
py3: fix type of some elements of __all__ lists
stable
3 months ago, by Manuel Jacob
manifest: deprecated readdelta and readfast
3 months ago, by Pierre-Yves David
manifest: use read_delta_new_entries in verify too
3 months ago, by Pierre-Yves David
manifest: use read_delta_new_entries in changegroup validate
3 months ago, by Pierre-Yves David
manifest: add a read_delta_new_entries method
3 months ago, by Pierre-Yves David
manifest: use `read_delta_parents` when adjusting linkrev
3 months ago, by Pierre-Yves David
manifest: use the `read_delta_parents` method
3 months ago, by Pierre-Yves David
manifest: use `read_delta_parents` when adjusting linkrev in remotefile
3 months ago, by Pierre-Yves David
manifest: introduce a `read_delta_parents` method
3 months ago, by Pierre-Yves David
manifest: use `read_any_fast_delta` for tag rev cache computation
3 months ago, by Pierre-Yves David
manifest: use `read_any_fast_delta` during shallow prefetch's
3 months ago, by Pierre-Yves David
manifest: use `read_any_fast_delta` during remotefilelog's repack
3 months ago, by Pierre-Yves David
manifest: use read_any_fast_delta in changectx
3 months ago, by Pierre-Yves David
manifest: allow skipping valid_bases argument to `read_any_fast_delta`
3 months ago, by Pierre-Yves David
manifest: introduce a `read_any_fast_delta` method
3 months ago, by Pierre-Yves David
manifest: add many type annotations to the manifest module
3 months ago, by Pierre-Yves David
manifest: help pytype to understant `writesubtrees`'s `getnode` type
3 months ago, by Pierre-Yves David
manifest: use explicit None checking in `_loaddifflazy`
3 months ago, by Pierre-Yves David
manifest: use explicit None checking in `_loadlazy`
3 months ago, by Pierre-Yves David
manifest: clear `_lazydirs` in place in `_loadalllazy`
3 months ago, by Pierre-Yves David
manifest: use tuple for `delta` in `fastdelta`
3 months ago, by Pierre-Yves David
manifest: expose a version of the Class without interface decorator
3 months ago, by Pierre-Yves David
pytype: stop ignoring manifest.py
3 months ago, by Pierre-Yves David
manifest: align some vfs option access on the fact we might not have options
3 months ago, by Pierre-Yves David
manifest: adds some type things for manifestdict.added
3 months ago, by Pierre-Yves David
manifest: type and fix unhexlify
3 months ago, by Pierre-Yves David
docker-pytype: use version v2.1 of the CI image
3 months ago, by Pierre-Yves David
context: some gratuitous documentation improvement
3 months ago, by Pierre-Yves David
profiling: add a py-spy profiling backend
3 months ago, by Arseniy Alekseyev
copytracing: fix a bug in an edge case in metadata.compute_all_files_changes
stable
3 months ago, by Arseniy Alekseyev
rhg: ignore readonly FS error when saving dirstate
stable
3 months ago, by Arseniy Alekseyev
commit: set whole manifest entries at once (node with its associated flags)
3 months ago, by Arseniy Alekseyev
typing: add type hints around the matcher for subrepo archiving
3 months ago, by Matt Harbison
subrepo: drop the default value of None for the archive matcher
3 months ago, by Matt Harbison
branching: merge stable into default
3 months ago, by Pierre-Yves David
Added signature for changeset 11a9e2fc0caf
stable
3 months ago, by Pierre-Yves David
Added tag 6.8.1 for changeset 11a9e2fc0caf
stable
3 months ago, by Pierre-Yves David
relnotes: add 6.8.1
stable
6.8.1
3 months ago, by Pierre-Yves David
rhg: expand user and environment variables in ignore includes
stable
3 months ago, by Raphaël Gomès
utils: avoid using internal _imp.is_frozen()
16 months ago, by Mads Kiilerich
utils: fix resourceutil use of deprecated importlib.resources
3 months ago, by Mads Kiilerich
cext: use sys.executable instead of deprecated Py_GetProgramFullPath
10 months ago, by Mads Kiilerich
subrepoutil: pass re.sub 'count' argument by name
10 months ago, by Mads Kiilerich
tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position
10 months ago, by Mads Kiilerich
tests: use packaging from setuptools instead of deprecated distutils
16 months ago, by Mads Kiilerich
tests: drop test-demandimport.py distutils test that failed with warnings
16 months ago, by Mads Kiilerich
utils: test coverage of makedate
16 months ago, by Mads Kiilerich
mmap: populate mapping in a background thread
4 months ago, by Pierre-Yves David
pure: stringify builtin exception messages
3 months ago, by Matt Harbison
httppeer: avoid another bad reference before assignment warning
3 months ago, by Matt Harbison
httppeer: move a variable to avoid a bad reference before assignment warning
3 months ago, by Matt Harbison
httppeer: simplify two-way stream cleanup
3 months ago, by Matt Harbison
rustfmt: update expected Rust edition
3 months ago, by Raphaël Gomès
hghave: update expected rustfmt version
3 months ago, by Raphaël Gomès
rustfmt: apply formatting expected by newer nightly version
3 months ago, by Raphaël Gomès
tests: stop skipping `mercurial/pure/osutil.py` during pytype runs
3 months ago, by Matt Harbison
largefiles: avoid a potentially undefined variable in exception case
3 months ago, by Matt Harbison
typing: add trivial type hints to `mercurial.scmutil`
3 months ago, by Matt Harbison
typing: narrow the scope of some recent disabled import warnings
3 months ago, by Matt Harbison
demandimport: don't delay threading import
stable
3 months ago, by Julien Cristau
typing: induce pytype to use the standard `attr` instead of the vendored copy
3 months ago, by Matt Harbison
typing: disable some pytype errors in `mercurial.store`
3 months ago, by Matt Harbison
linelog: correct the default value of `annotateresult.lines`
3 months ago, by Matt Harbison
phabricator: correct the default value of `phabhunk.corpus`
3 months ago, by Matt Harbison
rust-changelog: accessing the index
3 months ago, by Georges Racinet
typing: add type hints to `mercurial.policy`
3 months ago, by Matt Harbison
cext: correct the argument handling of `b85encode()`
3 months ago, by Matt Harbison
typing: add type hints to the `charencode` module
3 months ago, by Matt Harbison
typing: explicitly type some `mercurial.util` eol code to avoid @overload
3 months ago, by Matt Harbison
typing: avoid some useless @overload definitions in `mercurial.util`
3 months ago, by Matt Harbison
dirstate: stringify a few exception messages
3 months ago, by Matt Harbison
typing: add type hints to `mercurial.verify._normpath()`
3 months ago, by Matt Harbison
typing: add type hints to `i18n._msgcache`
3 months ago, by Matt Harbison
typing: add type hints to `mercurial.dirstatemap`
3 months ago, by Matt Harbison
typing: add type hints to `cmdutil.findrepo()`
3 months ago, by Matt Harbison
typing: add some type hints to fastannotate that have decayed in the last year
3 months ago, by Matt Harbison
heptapod-ci: use new v2.1 image
3 months ago, by Raphaël Gomès
heptapod-ci: move version prints closer to the start
3 months ago, by Raphaël Gomès
pytype: only try the hacky way of finding PYTHON if not provided
3 months ago, by Raphaël Gomès
dummysmtpd: fix EOF handling on newer versions of OpenSSL
3 months ago, by Raphaël Gomès
test-install: add new glob for the upgrade notice in newer versions of pip
3 months ago, by Raphaël Gomès
rust: use `.cargo/config.toml` instead of `.cargo/config`
3 months ago, by Raphaël Gomès
rust: apply clippy lints
3 months ago, by Raphaël Gomès
rust: change minimum supported version everywhere applicable
3 months ago, by Raphaël Gomès
rustfmt: format the codebase with nightly-2024-07-16
3 months ago, by Raphaël Gomès
hghave: update detection of black version to a newer minimum
3 months ago, by Raphaël Gomès
black: format the codebase with 23.3.0
3 months ago, by Raphaël Gomès
pytype: work around wrong ImportError flagging
3 months ago, by Raphaël Gomès
zeroconf: fix boolean return value
3 months ago, by Raphaël Gomès
Backout accidental publication of a large range of revisions
3 months ago, by Raphaël Gomès
Latest image and pytype fix
3 months ago, by Raphaël Gomès
dummysmtpd: fix EOF handling on newer versions of OpenSSL
3 months ago, by Raphaël Gomès
test-install: add new glob for the upgrade notice in newer versions of pip
3 months ago, by Raphaël Gomès
Try the full CI run
3 months ago, by Raphaël Gomès
WIP test new CI image
3 months ago, by Raphaël Gomès
rust: use `.cargo/config.toml` instead of `.cargo/config`
3 months ago, by Raphaël Gomès
rust: apply clippy lints
3 months ago, by Raphaël Gomès
rustfmt: format the codebase with nightly-2024-07-16
3 months ago, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
tip