Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
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
branching: merge stable into default
5 months ago, by Raphaël Gomès
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
clonebundles: add missing newline to legacy response
5 months ago, by Julien Cristau
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
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
6 months ago, by Raphaël Gomès
match: simplify the rust-side file pattern kind parsing
6 months ago, by Arseniy Alekseyev
match: share code between includematcher and patternmatcher
6 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
6 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
perf: create the temporary target next to the source in stream-consume
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
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
branchcache: filter obsolete revisions sooner
8 months ago, by Pierre-Yves David
branchcache: skip entries that are topological heads in the on disk file
8 months ago, by Pierre-Yves David
branchcache: simplify the branch rev cache test
8 months ago, by Pierre-Yves David
branchcache: store filtered hash and obsolete hash independently for V3
8 months ago, by Pierre-Yves David
branchcache: show the cache file content in test-branches-obsoletes.t
8 months ago, by Pierre-Yves David
branchcache: rework the `filteredhash` logic to be more generic
8 months ago, by Pierre-Yves David
filteredhash: rename the filteredhash function
8 months ago, by Pierre-Yves David
filteredhash: split the computation of revision sets
8 months ago, by Pierre-Yves David
filteredhash: move the hashing in its own function
8 months ago, by Pierre-Yves David
branchcache: cleanup the final key generation after update
8 months ago, by Pierre-Yves David
branchcache: add more test for the logic around obsolescence and branch heads
8 months ago, by Pierre-Yves David
branchcache-v3: use more explicit header line
8 months ago, by Pierre-Yves David
branchcache-v3: introduce a v3 format
8 months ago, by Pierre-Yves David
branchcache: use an explicit class for the v2 version
8 months ago, by Pierre-Yves David
branchcache: add some blank line in a test
8 months ago, by Pierre-Yves David
branching: merge stable into default
7 months ago, by Raphaël Gomès
branching: merge stable into default
8 months ago, by Raphaël Gomès
branchcache: use update_disk to refresh 'served' and 'served.hidden'
8 months ago, by Pierre-Yves David
branchcache: explictly update disk state only if no transaction exist
8 months ago, by Pierre-Yves David
branchcache: do not use `__getitem__` in updatecache
8 months ago, by Pierre-Yves David
branchcache: explicitly track inheritence "state"
8 months ago, by Pierre-Yves David
branchcache: stop writing more branchcache file on disk than needed
8 months ago, by Pierre-Yves David
branchcache: do not copy the `_dirty` flag
8 months ago, by Pierre-Yves David
branchcache: explicitly assert that copy is always about inheritance
8 months ago, by Pierre-Yves David
branchcache: stop using `copy(…)` in `replace(…)`
8 months ago, by Pierre-Yves David
branchcache: change the _delayed flag to an explicit `_dirty` flag
8 months ago, by Pierre-Yves David
branchcache: write branchmap in subset inheritance order
8 months ago, by Pierre-Yves David
branchcache: do not accept "empty update"
8 months ago, by Pierre-Yves David
branchcache: avoid created a `None` filter repoview when writing
8 months ago, by Pierre-Yves David
stream-clone-tests: stop filtering non existent warning
8 months ago, by Pierre-Yves David
stream-clone-test: simplify case testing obsolescence
8 months ago, by Pierre-Yves David
stream-clone-test: simplify the case testing phases
8 months ago, by Pierre-Yves David
stream-clone-test: simplify bookmark clone
8 months ago, by Pierre-Yves David
stream-clone-test: add a verify call to the "clone while changing" case
8 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
tip