Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
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.
rust: fix the deprecation warning in NaiveDateTime::from_timestamp
7 weeks ago, by Arseniy Alekseyev
run-tests: ensure that --no-rust do not use rust
stable
7 weeks ago, by Pierre-Yves David
revlogutils: teach issue6528 filtering about grandparents
3 months ago, by Joerg Sonnenberger
revlogutils: remember known metadata parents for issue6528
3 months ago, by Joerg Sonnenberger
revlogutils: for issue6528 fix, pre-cache nullrev as metadata-free
3 months ago, by Joerg Sonnenberger
revlogutils: for issue6528 fix, cache results for null changes
3 months ago, by Joerg Sonnenberger
revlogutils: fix _chunk() reference
3 months ago, by Joerg Sonnenberger
rev-branch-cache: reenable memory mapping of the revision data
2 months ago, by Pierre-Yves David
rev-branch-cache: have debugupdatecache warm rbc too
7 weeks ago, by Pierre-Yves David
rev-branch-cache: schedule a write of the "v2" format if we read from "v1"
7 weeks ago, by Pierre-Yves David
rev-branch-cache: fallback on "v1" data if no v2 is found
7 weeks ago, by Pierre-Yves David
rev-branch-cache: increment the version to "v2"
7 weeks ago, by Pierre-Yves David
rev-branch-cache: stop truncating cache file
7 weeks ago, by Pierre-Yves David
rev-branch-cache: make sure we close the name file we open
7 weeks ago, by Pierre-Yves David
rev-branch-cache: add a way to force rewrite of the cache
7 weeks ago, by Pierre-Yves David
rev-branch-cache: issue more truthful "truncating" message
7 weeks ago, by Pierre-Yves David
rev-branch-cache: move the code in a dedicated module
7 weeks ago, by Pierre-Yves David
statichttprepo: stop shadowing the `bytes` builtin
7 weeks ago, by Matt Harbison
statichttprepo: fix `httprangereader.read()` for py3
7 weeks ago, by Matt Harbison
statichttprepo: use a context manager to handle a file descriptor
7 weeks ago, by Matt Harbison
profiling: pass bytes to `_()` and `error.Abort()`
7 weeks ago, by Matt Harbison
exchange: improve computation of relevant markers for large repos
4 months ago, by Joerg Sonnenberger
typing: make the localrepo classes known to pytype
8 weeks ago, by Matt Harbison
typing: add a handful more annotations to `mercurial/vfs.py`
7 weeks ago, by Matt Harbison
typing: make `vfs.isfileorlink_checkdir()` path arg required
7 weeks ago, by Matt Harbison
typing: manually add type annotations to `mercurial/vfs.py`
8 weeks ago, by Matt Harbison
typing: correct pytype mistakes in `mercurial/vfs.py`
8 weeks ago, by Matt Harbison
typing: run `merge-pyi` on `mercurial/vfs.py`
8 weeks ago, by Matt Harbison
typing: add type annotations to `mercurial.util.makelock()`
8 weeks ago, by Matt Harbison
util: avoid a leaked file descriptor in `util.makelock()` exceptional case
8 weeks ago, by Matt Harbison
typing: add type annotations to the `mercurial.util.filestat` class
8 weeks ago, by Matt Harbison
vfs: do minor copyediting on comments and doc strings
8 weeks ago, by Matt Harbison
vfs: simplify the `abstractvfs.rename()` implementation
8 weeks ago, by Matt Harbison
vfs: use @abstractmethod instead of homebrewing abstract methods
8 weeks ago, by Matt Harbison
vfs: modernize the detection of the main thread
8 weeks ago, by Matt Harbison
store: fix a signature mismatch for a vfs subclass
7 weeks ago, by Matt Harbison
lfs: fix various signature mismatches for vfs subclasses
7 weeks ago, by Matt Harbison
util: add a comment to suppress a PyCharm warning about a PEP 8 violation
7 weeks ago, by Matt Harbison
keepalive: fix a signature mismatch for a http.client.HTTPResponse subclass
7 weeks ago, by Matt Harbison
cbor: drop a duplicate dictionary initialization entry
7 weeks ago, by Matt Harbison
profiling: document the py-spy value for `profiling.type`
2 months ago, by Pierre-Yves David
tests: enable pytype checking on `mercurial/unionrepo.py`
8 weeks ago, by Matt Harbison
unionrepo: fix mismatches with revlog classes
8 weeks ago, by Matt Harbison
typing: make `unionrepository` subclass `localrepository` while type checking
8 weeks ago, by Matt Harbison
tests: enable pytype checking on `mercurial/bundlerepo.py`
8 weeks ago, by Matt Harbison
revlog: make `clearcaches()` signature consistent with ManifestRevlog
8 weeks ago, by Matt Harbison
bundlerepo: fix mismatches with repository and revlog classes
3 months ago, by Matt Harbison
typing: make `bundlerepository` subclass `localrepository` while type checking
8 weeks ago, by Matt Harbison
rust: bump rust-cpython version to 0.7.2
stable
8 weeks ago, by Pierre-Yves David
rust: add Vfs trait
4 months ago, by Raphaël Gomès
rust: use new revlog configs in all revlog opening code
4 months ago, by Raphaël Gomès
rust-revlog: don't try to open the data file if the index is empty
8 weeks ago, by Raphaël Gomès
rust-revlog: add revlog-specific config objects
4 months ago, by Raphaël Gomès
typing: add `from __future__ import annotations` to remaining source files
2 months ago, by Matt Harbison
typing: add `from __future__ import annotations` to most files
2 months ago, by Matt Harbison
format: add many "missing" comma
2 months ago, by Matt Harbison
typing: simplify archive.gz writing and drop a few pytype suppressions
2 months ago, by Matt Harbison
typing: explicitly set the return type of `_InnerRevLog.raw_text()`
2 months ago, by Matt Harbison
typing: add explicit hints for recent pytype regressions
2 months ago, by Matt Harbison
revlog: use the method to check if the revlog is being written to
4 months ago, by Raphaël Gomès
revlog: add an early return for getting sidedata
4 months ago, by Raphaël Gomès
revlog: simplify rawtext return value
4 months ago, by Raphaël Gomès
revlog: cleanup some outdated docstrings
4 months ago, by Raphaël Gomès
rust-inner-revlog: always inline `get_entry`
2 months ago, by Pierre-Yves David
rust-inner-revlog: derive Debug for IndexHeaderFlags
2 months ago, by Pierre-Yves David
rust-inner-revlog: drop some outdated comment
2 months ago, by Pierre-Yves David
rust-config: add more ways of reading the config
4 months ago, by Raphaël Gomès
util: make buffer readonly
7 months ago, by Raphaël Gomès
setup: avoid the deprecated `distutils.spawn.find_executable`
2 months ago, by Matt Harbison
setup: drop the hack to disable linker warning 4197 on Windows
2 months ago, by Matt Harbison
ci: also offer to test 3.12 with rust
2 months ago, by Pierre-Yves David
ci: add the option to test more Python versions
2 months ago, by Pierre-Yves David
censor: document the censor.policy option (issue6909)
2 months ago, by Pierre-Yves David
help: add :config-doc:`section.key` shorthand to insert documentation
2 months ago, by Pierre-Yves David
bzr: attempt to stabilize the test
2 months ago, by Pierre-Yves David
branching: merge with stable
2 months ago, by Pierre-Yves David
profiling: use "stat" profiler to profile individual request
stable
2 months ago, by Pierre-Yves David
profiling: improve 3.12 error message for calling lsprof twice
stable
2 months ago, by Pierre-Yves David
test: display server error log in test-profile.t
stable
2 months ago, by Pierre-Yves David
archive: defer opening the output until a file is matched
12 months ago, by Joerg Sonnenberger
run-tests: add color to the progress output
2 months ago, by Pierre-Yves David
python-compat: drop support for Python3.6 and 3.7
2 months ago, by Pierre-Yves David
ci: drop path manipulation that we do not need anymore
2 months ago, by Pierre-Yves David
brancing: merge stable into default
2 months ago, by Pierre-Yves David
setup: handle removal of old MSVC compiler from setuptools 65.0 (issue6910)
stable
2 months ago, by Matt Harbison
utils: accept bytearray arguments for escapestr
2 months ago, by Joerg Sonnenberger
http: simplify
4 months ago, by Joerg Sonnenberger
http: use urllib's cookie handler
4 months ago, by Joerg Sonnenberger
http: reuse Python's implementation of read/readline/readinto
4 months ago, by Joerg Sonnenberger
debugwireproto: redo logging to also work for https
4 months ago, by Joerg Sonnenberger
urllib2: redo response.readlines addition via class patching
4 months ago, by Joerg Sonnenberger
typing: lock in new pytype gains from making revlog related classes typeable
2 months ago, by Matt Harbison
typing: add types to `revlog.revlogproblem`
2 months ago, by Matt Harbison
typing: make the revlog classes known to pytype
2 months ago, by Matt Harbison
typing: make the manifest classes known to pytype
2 months ago, by Matt Harbison
typing: make the filelog class known to pytype
2 months ago, by Matt Harbison
remotefilelog: adapt the `debugindex` command to past API changes
2 months ago, by Matt Harbison
typing: add type hints to the `opener` attributes and arguments of revlog
2 months ago, by Matt Harbison
remotefilelog: honor the `--format` arg of the `debugindex` command
2 months ago, by Matt Harbison
merge: sort filemap only if requested by the caller
stable
3 months ago, by Manuel Jacob
shelve: consistently convert exception to bytes via `stringutil.forcebytestr`
2 months ago, by Matt Harbison
typing: add type hints to `mercurial.shelve`
2 months ago, by Matt Harbison
typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
2 months ago, by Matt Harbison
monotone: replace %s interpolation with appropriate numeric specifiers
2 months ago, by Matt Harbison
shelve: raise an error when loading a corrupt state file in an impossible case
2 months ago, by Matt Harbison
contrib: print the version of pytype used to do the type checking
2 months ago, by Matt Harbison
typing: create an @overload of `phasecache` ctor to handle the copy case
3 months ago, by Matt Harbison
typing: declare the `_phasesets` member of `phasecache` to be `Optional`
3 months ago, by Matt Harbison
typing: hide the interface version of `dirstate` during type checking
3 months ago, by Matt Harbison
dirstate: remove the interface decorator to help pytype
3 months ago, by Matt Harbison
largefiles: sync up `largefilesdirstate` methods with `dirstate` base class
3 months ago, by Matt Harbison
sparse: reliably avoid writing to store without a lock
3 months ago, by Arseniy Alekseyev
debugsparse: stop taking the store lock
3 months ago, by Arseniy Alekseyev
scmutils: read the requires file before writing to avoid unnecessary rewrite
3 months ago, by Arseniy Alekseyev
localrepo: remove _readrequires function in favor of scmutil.readrequires
3 months ago, by Arseniy Alekseyev
scmutil: add `readrequires` next to `writerequires`
3 months ago, by Arseniy Alekseyev
typing: correct a type hint in `mercurial.manifest`
3 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
4 months ago, by Matt Harbison
typing: add type hints to `mercurial.verify._normpath()`
4 months ago, by Matt Harbison
typing: add type hints to `i18n._msgcache`
4 months ago, by Matt Harbison
typing: add type hints to `mercurial.dirstatemap`
4 months ago, by Matt Harbison
typing: add type hints to `cmdutil.findrepo()`
4 months ago, by Matt Harbison
typing: add some type hints to fastannotate that have decayed in the last year
4 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`
4 months ago, by Raphaël Gomès
rust: apply clippy lints
4 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
4 months ago, by Raphaël Gomès
hghave: update detection of black version to a newer minimum
4 months ago, by Raphaël Gomès
black: format the codebase with 23.3.0
4 months ago, by Raphaël Gomès
pytype: work around wrong ImportError flagging
4 months ago, by Raphaël Gomès
zeroconf: fix boolean return value
4 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
4 months ago, by Raphaël Gomès
WIP test new CI image
4 months ago, by Raphaël Gomès
rust: use `.cargo/config.toml` instead of `.cargo/config`
4 months ago, by Raphaël Gomès
rust: apply clippy lints
4 months ago, by Raphaël Gomès
rustfmt: format the codebase with nightly-2024-07-16
4 months ago, by Raphaël Gomès
hghave: update detection of black version to a newer minimum
4 months ago, by Raphaël Gomès
black: format the codebase with 23.3.0
4 months ago, by Raphaël Gomès
pytype: work around wrong ImportError flagging
4 months ago, by Raphaël Gomès
zeroconf: fix boolean return value
4 months ago, by Raphaël Gomès
convert: fix various leaked file descriptors
4 months ago, by Matt Harbison
convert: stringify `shlex` class argument
4 months ago, by Matt Harbison
typing: add trivial type hints to the convert extension's common modules
4 months ago, by Matt Harbison
convert: drop a duplicate implementation of `dateutil.makedate()`
4 months ago, by Matt Harbison
revlog: use mmap by default is pre-population is available
4 months ago, by Pierre-Yves David
revlog: use an explicit config option to enable mmap usage for index
4 months ago, by Pierre-Yves David
mmap: populate the mapping by default
7 months ago, by Pierre-Yves David
win32mbcs: use str for encoding value
stable
4 months ago, by Matt Harbison
typing: add a trivial type hint to `mercurial/vfs.py`
4 months ago, by Matt Harbison
typing: add a few trivial type hints to `mercurial/templater.py`
4 months ago, by Matt Harbison
typing: add a few type hints to `mercurial/revlog.py`
4 months ago, by Matt Harbison
typing: add a trivial type hint to `mercurial/posix.py` to avoid an @overload
4 months ago, by Matt Harbison
typing: add some trivial type hints to `mercurial/match.py`
4 months ago, by Matt Harbison
typing: add a type hint to `mercurial/hg.py`
4 months ago, by Matt Harbison
typing: restore `encoding.encoding` and `encoding.encodingmode` to bytes
4 months ago, by Matt Harbison
typing: add some trivial type hints to `mercurial/bundlecaches.py`
4 months ago, by Matt Harbison
typing: add some type hints for bundle2 capabilities
4 months ago, by Matt Harbison
typing: add a few type hints to `mercurial/utils/urlutil.py`
4 months ago, by Matt Harbison
typing: add type hints to `mercurial/utils/resourceutil.py`
4 months ago, by Matt Harbison
copyright: update to 2024
stable
4 months ago, by Anton Shestakov
branching: merge stable into default for 6.9 cycle
4 months ago, by Raphaël Gomès
Added signature for changeset 11f41248595b
stable
4 months ago, by Raphaël Gomès
Added tag 6.8 for changeset 11f41248595b
stable
4 months ago, by Raphaël Gomès
relnotes: add 6.8
stable
6.8
4 months ago, by Raphaël Gomès
test-check: don't report distutils as a local import
stable
4 months ago, by Pierre-Yves David
Backed out changeset f28c52a9f7b4
stable
4 months ago, by Raphaël Gomès
Backed out changeset ff523675cd69
stable
4 months ago, by Raphaël Gomès
rust: use `cpython` 0.7.2 crate to add support for Python 3.12
stable
4 months ago, by Raphaël Gomès
revbranchcache: disable mmap access by default
stable
4 months ago, by Pierre-Yves David
portability: fix build on Solaris-derived systemd
stable
4 months ago, by Joerg Sonnenberger
mmap: only use mmap to read revlog persistent nodemap if it is safe
stable
4 months ago, by Pierre-Yves David
mmap: fix another instance of reverse mmap logic in persistent nodemap
stable
4 months ago, by Pierre-Yves David
mmap: only use mmap to read rev-branch-cache data if it is safe
stable
4 months ago, by Pierre-Yves David
mmap: only use mmap to read revlog index if it is safe
stable
4 months ago, by Pierre-Yves David
mmap: add a `is_mmap_safe` method to vfs
stable
4 months ago, by Pierre-Yves David
branching: merge stable into default
4 months ago, by Raphaël Gomès
Added signature for changeset 6454c117c6a4
stable
4 months ago, by Raphaël Gomès
Added tag 6.8rc0 for changeset 6454c117c6a4
stable
4 months ago, by Raphaël Gomès
branching: merge default into stable for 6.8rc0
stable
6.8rc0
4 months ago, by Raphaël Gomès
relnotes: add 6.8rc0
4 months ago, by Raphaël Gomès
branch3: use an explicitely experimental name for files
4 months ago, by Raphaël Gomès
obsolete: simplify relevantmarker
4 months ago, by Joerg Sonnenberger
exchange: improve computation of relevant markers for large repos
5 months ago, by Joerg Sonnenberger
test: better glob some timing related line to avoid flakiness
stable
5 months ago, by Pierre-Yves David
branching: merge stable into default
5 months ago, by Raphaël Gomès
Added signature for changeset a1a011d4b148
stable
5 months ago, by Raphaël Gomès
Added tag 6.7.4 for changeset a1a011d4b148
stable
5 months ago, by Raphaël Gomès
relnotes: add 6.7.4 and warn about 6.7.{1,2,3}
stable
6.7.4
5 months ago, by Raphaël Gomès
inline-changelog: fix pending transaction visibility when splitting
stable
5 months ago, by Pierre-Yves David
inline-changelog: fix a critical bug in write_pending that delete data
stable
5 months ago, by Pierre-Yves David
bookmark: fix remote bookmark deletion when the push is raced
stable
5 months ago, by Pierre-Yves David
hooks: add a prewlock and a prelock hooks
stable
5 months ago, by Pierre-Yves David
exchange: fix locking to actually be scoped
stable
5 months ago, by Pierre-Yves David
exchange: fix locking to actually be scoped
stable
5 months ago, by Pierre-Yves David
narrow: add a test for linkrev computation done during widen
14 months ago, by Pierre-Yves David
obsolete: quote the feature name
5 months ago, by Joerg Sonnenberger
branching: merge stable into default
5 months ago, by Pierre-Yves David
rust-status: sort the failed matches when printing them
stable
5 months ago, by Raphaël Gomès
clonebundles: add missing newline to legacy response
5 months ago, by Julien Cristau
chistedit: change action for the correct item
stable
6 months ago, by Anton Shestakov
dirstate: remove the python-side whitelist of allowed matchers
6 months ago, by Arseniy Alekseyev
match: make `was_tampered_with` work recursively
6 months ago, by Arseniy Alekseyev
largefiles: mark more matchers as having been tampered with
6 months ago, by Arseniy Alekseyev
branching: merge stable into default
6 months ago, by Raphaël Gomès
Added signature for changeset 028dc3f92dbd
stable
6 months ago, by Raphaël Gomès
Added tag 6.7.3 for changeset 028dc3f92dbd
stable
6 months ago, by Raphaël Gomès
relnotes: add 6.7.3
stable
6.7.3
6 months ago, by Raphaël Gomès
rust: blanket implementation of Graph for Graph references
stable
6 months ago, by Georges Racinet
rust-cpython: don't swallow the dirstate error message
stable
6 months ago, by Raphaël Gomès
dirstate-v2: check that root nodes are at the root before writing
stable
6 months ago, by Raphaël Gomès
dirstate-v2: add check of parent/child nodes being related when writing
stable
6 months ago, by Raphaël Gomès
admin-verify: expect a number of errors to be returned
stable
6 months ago, by Raphaël Gomès
admin-verify: fix error message handling
stable
6 months ago, by Raphaël Gomès
admin-verify: pass p1 down to the dirstate function
stable
6 months ago, by Raphaël Gomès
Backed out changeset 3e0f86f09f26
stable
6 months ago, by Raphaël Gomès
Backed out changeset fc317bd5b637
stable
6 months ago, by Raphaël Gomès
re2: make errors quiet
stable
6 months ago, by Pierre-Yves David
fold-or-prune-me: update proposal
stable
6 months ago, by Pierre-Yves David
subrepo: propagate non-default path on outgoing
stable
7 months ago, by Felipe Resende
hgrc: search XDG_CONFIG_HOME on mac
7 months ago, by Hraban Luyat
base-revsets: use an author that actually exercises a lot of changesets
7 months ago, by Raphaël Gomès
match: simplify the rust-side file pattern kind parsing
7 months ago, by Arseniy Alekseyev
match: share code between includematcher and patternmatcher
7 months ago, by Arseniy Alekseyev
matchers: support patternmatcher in rust
7 months ago, by Arseniy Alekseyev
match: avoid rust fast path if the matcher was tampered with
7 months ago, by Arseniy Alekseyev
largefiles: track if a matcher was tampered with
7 months ago, by Arseniy Alekseyev
branching: merge stable into default
7 months ago, by Raphaël Gomès
tags-cache: directly perform a monimal walk for hgtagsfnodescache warming
8 months ago, by Pierre-Yves David
tags-cache: directly operate on rev-num warming hgtagsfnodescache
8 months ago, by Pierre-Yves David
tags-cache: skip the filternode step if we are not going to use it
8 months ago, by Pierre-Yves David
tags-cache: add a dedicated warm cache function to hgtagsfnodescache
8 months ago, by Pierre-Yves David
outgoing: add a simple fastpath when there is no common
7 months ago, by Pierre-Yves David
outgoing: rework the handling of the `missingroots` case to be faster
7 months ago, by Pierre-Yves David
proxy-vfs: also proxy the `audit` attribute
7 months ago, by Pierre-Yves David
perf: clear vfs audit_cache before each run
7 months ago, by Pierre-Yves David
perf: start recording total time after warming
7 months ago, by Pierre-Yves David
perf: run the gc before each run
7 months ago, by Pierre-Yves David
perf: allow profiling of more than one run
7 months ago, by Pierre-Yves David
profiler: flush after writing the profiler output
7 months ago, by Pierre-Yves David
stream-clone: disable gc for the entry listing section for the v2 format
7 months ago, by Pierre-Yves David
phases: rework the logic of _pushdiscoveryphase to bound complexity
7 months ago, by Pierre-Yves David
phases: introduce a performant efficient way to access revision in a set
7 months ago, by Pierre-Yves David
phases: use revision number in `_pushdiscoveryphase`
7 months ago, by Pierre-Yves David
phases: move RemotePhasesSummary to revision number
7 months ago, by Pierre-Yves David
phases: stop using `repo.set` in `remotephasessummary`
7 months ago, by Pierre-Yves David
phases: use revision number in analyze_remote_phases
7 months ago, by Pierre-Yves David
phases: use revision number in new_heads
7 months ago, by Pierre-Yves David
phases: convert remote phase root to node while reading them
7 months ago, by Pierre-Yves David
phases: more compact error handling in analyzeremotephases
7 months ago, by Pierre-Yves David
push: rework the computation of fallbackheads to be correct
7 months ago, by Pierre-Yves David
revset: stop serializing node when using "%ln"
7 months ago, by Pierre-Yves David
bundlespec: drop unused _bundlespecvariants dictionary
7 months ago, by Pierre-Yves David
bundlespec: type the _bundlespeccontentopts dictionary
7 months ago, by Pierre-Yves David
bundlespec: fix the "streamv2" and "streamv3-exp" variant
7 months ago, by Pierre-Yves David
wireprotoserver: ensure that output stream gets flushed on exception
stable
7 months ago, by Arseniy Alekseyev
match: strengthen visit_children_set invariant, Recursive means "all files"
stable
7 months ago, by Arseniy Alekseyev
match: fix the rust-side bug in visit_children_set for rootfilesin matchers
stable
7 months ago, by Arseniy Alekseyev
match: fix the "visitdir" method on "rootfilesin" matchers
stable
7 months ago, by Arseniy Alekseyev
match: rename RootFiles to RootFilesIn for more consistency
stable
7 months ago, by Arseniy Alekseyev
match: small tweak to PatternMatcher.visit_children_set
stable
7 months ago, by Arseniy Alekseyev
matchers: fix the bug in rust PatternMatcher that made it cut off early
stable
7 months ago, by Arseniy Alekseyev
tests: add an end-to-end test to show a bug in `visit_children_set`
stable
7 months ago, by Arseniy Alekseyev
tests: add tests and document expectations from visit_children_set in rust
stable
7 months ago, by Arseniy Alekseyev
tests: add a test that demonstrates a bug in rhg status pattern handling
stable
7 months ago, by Arseniy Alekseyev
bundle-spec: properly parse boolean configuration as boolean
stable
7 months ago, by Pierre-Yves David
bundle-spec: properly identify changegroup-less bundle
stable
7 months ago, by Pierre-Yves David
perf: create the temporary target next to the source in stream-consume
7 months ago, by Pierre-Yves David
setup: display return code information about failed `hg` call
stable
7 months ago, by Pierre-Yves David
bundlespec: rationalize the way we specify stream bundle version
7 months ago, by Pierre-Yves David
bundle: do no check the changegroup version if no changegroup is included
7 months ago, by Pierre-Yves David
perf-stream-consume: use the source repository config when applying
7 months ago, by Pierre-Yves David
unbundle: move most of the logic on cmdutil to help debug::unbundle reuse
7 months ago, by Pierre-Yves David
postincoming: move to cmdutil
7 months ago, by Pierre-Yves David
postincoming: avoid computing branchhead if no report will be posted
7 months ago, by Pierre-Yves David
streamclone: stop listing files for entries that have no volatile files
7 months ago, by Pierre-Yves David
stream-clone: disable gc for the initial section for the v3 format
7 months ago, by Pierre-Yves David
stream-clone: disable gc for `_entries_walk` duration
7 months ago, by Pierre-Yves David
nocg: make the utility work are both a decorator and context manager
7 months ago, by Pierre-Yves David
stream-clone: stop getting the file size of all file in v3
7 months ago, by Pierre-Yves David
stream: in v3, skip the "size" fast path if the entries as some unknown size
7 months ago, by Pierre-Yves David
perf-stream-locked-section: advertise the right version key in the help
7 months ago, by Pierre-Yves David
perf-stream-locked-section: fix the call to the v3 generator
7 months ago, by Pierre-Yves David
perf-stream-locked-section: actually use v1 generation when requested
7 months ago, by Pierre-Yves David
branching: merge stable into default
7 months ago, by Raphaël Gomès
Added signature for changeset 803e61387e86
stable
7 months ago, by Raphaël Gomès
Added tag 6.7.2 for changeset 803e61387e86
stable
7 months ago, by Raphaël Gomès
relnotes: add 6.7.2
stable
6.7.2
7 months ago, by Raphaël Gomès
bundle2: make the "hgtagsfnodes" part advisory
stable
7 months ago, by Pierre-Yves David
branching: merge stable into default
7 months ago, by Pierre-Yves David
branchcache: allow to detect "pure topological case" for branchmap
8 months ago, by Pierre-Yves David
branchcache: add a "pure topological head" fast path
8 months ago, by Pierre-Yves David
branchcache: move the processing of the new data in a dedicated method
8 months ago, by Pierre-Yves David
branchcache: gather newly closed head in a dedicated set
8 months ago, by Pierre-Yves David
branchcache: gather new obsolete revision in a set
8 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
tip