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.
relnotes: add 6.7.2
stable
6.7.2
8 months ago, by Raphaël Gomès
bundle2: make the "hgtagsfnodes" part advisory
stable
8 months ago, by Pierre-Yves David
branching: merge stable into default
8 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
9 months ago, by Pierre-Yves David
branchcache: add more test for the logic around obsolescence and branch heads
9 months ago, by Pierre-Yves David
branchcache-v3: use more explicit header line
9 months ago, by Pierre-Yves David
branchcache-v3: introduce a v3 format
9 months ago, by Pierre-Yves David
branchcache: use an explicit class for the v2 version
9 months ago, by Pierre-Yves David
branchcache: add some blank line in a test
9 months ago, by Pierre-Yves David
phases: update the phase set as we go during retract boundary
stable
8 months ago, by Pierre-Yves David
phases: avoid a potentially costly dictionary interation in some case
stable
8 months ago, by Pierre-Yves David
branching: merge stable into default
8 months ago, by Raphaël Gomès
Added signature for changeset 2e6fde2ed01e
stable
8 months ago, by Raphaël Gomès
Added tag 6.7.1 for changeset 2e6fde2ed01e
stable
8 months ago, by Raphaël Gomès
relnotes: add 6.7.1
stable
6.7.1
8 months ago, by Raphaël Gomès
subrepo: fix normalizing paths with scheme
stable
8 months ago, by Felipe Resende
sshpeer: fix path when handling invalid url exception
stable
8 months ago, by Felipe Resende
delta-search: fix crash caused by unbound variable
stable
8 months ago, by Raphaël Gomès
branching: merge stable into default
8 months ago, by Raphaël Gomès
Added signature for changeset c9ceb4f60256
stable
8 months ago, by Raphaël Gomès
Added tag 6.7 for changeset c9ceb4f60256
stable
8 months ago, by Raphaël Gomès
phases: avoid N² behavior in `advanceboundary`
stable
6.7
8 months ago, by Pierre-Yves David
relnotes: add 6.7
stable
8 months ago, by Raphaël Gomès
admin-commands: move the chainsaw extension to the admin commands module
stable
8 months ago, by Raphaël Gomès
obsutil: sort metadata before comparing in geteffectflag()
stable
8 months ago, by Anton Shestakov
tests: disable revlog compression in test-generaldelta.t (issue6867)
stable
8 months ago, by Pierre-Yves David
test-general-delta: actually test optimize-delta-parent-choice=no
stable
8 months ago, by Pierre-Yves David
test-chg: stabilize the log checking
stable
8 months ago, by Pierre-Yves David
tests: fix test-patchbomb-tls.t instability
stable
8 months ago, by Pierre-Yves David
test-lock: use synchronisation file instead of sleep
stable
8 months ago, by Pierre-Yves David
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
9 months ago, by Pierre-Yves David
stream-clone-test: simplify case testing obsolescence
9 months ago, by Pierre-Yves David
stream-clone-test: simplify the case testing phases
9 months ago, by Pierre-Yves David
stream-clone-test: simplify bookmark clone
9 months ago, by Pierre-Yves David
stream-clone-test: add a verify call to the "clone while changing" case
9 months ago, by Pierre-Yves David
stream-clone-test: add title to various test cases
8 months ago, by Pierre-Yves David
stream-clone-test: simplify testing of secret cloning restriction
9 months ago, by Pierre-Yves David
stream-clone-test: simplify the background file closing test
9 months ago, by Pierre-Yves David
stream-clone-test: simplify the --uncompressed alias check
8 months ago, by Pierre-Yves David
stream-clone-test: drop an automatic pattern replacement
8 months ago, by Pierre-Yves David
stream-clone-test: simplify the test for getbundle with stream=1
9 months ago, by Pierre-Yves David
stream-clone-test: factor some piece of basic clone test out
9 months ago, by Pierre-Yves David
stream-clone-test: simplify the case where server disabled it
9 months ago, by Pierre-Yves David
rust-matchers: raw regular expression builder
stable
8 months ago, by Georges Racinet
rust-filepatterns: export glob_to_re function
stable
8 months ago, by Georges Racinet
repoview: prevent `None` to be passed as the filtername
8 months ago, by Pierre-Yves David
branchcache: avoid created a `None` filter repoview when writing
8 months ago, by Pierre-Yves David
rust-index: don't use mutable borrow to computed filtered heads
stable
8 months ago, by Pierre-Yves David
rust-index: don't use mutable borrow for head-diff computation
stable
8 months ago, by Pierre-Yves David
branchcache: move head writing in a `_write_headers` method
9 months ago, by Pierre-Yves David
branchcache: move head writing in a `_write_heads` method
9 months ago, by Pierre-Yves David
branchcache: move the header loading in a `_load_header` class method
9 months ago, by Pierre-Yves David
branchcache: simplify a long line
9 months ago, by Pierre-Yves David
branchcache: rename `load` to `_load_heads`
9 months ago, by Pierre-Yves David
branchcache: move the filename to a class attribute
9 months ago, by Pierre-Yves David
test-clonebundles: simplify matching to be less flavor depends
9 months ago, by Pierre-Yves David
repoview: fix changelog.__contains__ method
9 months ago, by Pierre-Yves David
branchcache: unconditionally write delayed branchmap
10 months ago, by Pierre-Yves David
branchcache: drop the unused `_verifyclosed`
9 months ago, by Pierre-Yves David
branchcache: dispatch the code into the dedicated subclass
9 months ago, by Pierre-Yves David
branchcache: introduce a base class for branchmap
9 months ago, by Pierre-Yves David
branchcache: fix the copy code
9 months ago, by Pierre-Yves David
branchcache: pass a "verify_node" attribut to __init__ instead of hasnode
9 months ago, by Pierre-Yves David
branchcache: stop storing a repository instance on the cache altogether
9 months ago, by Pierre-Yves David
branchcache: pass the target repository when copying
9 months ago, by Pierre-Yves David
branchcache: have an explicit method to update the on disk cache
10 months ago, by Pierre-Yves David
crecord: drop calls to `curses.endwin()`
stable
9 months ago, by Martin von Zweigbergk
config: move the option to mmap rev branch cache in the storage section
stable
8 months ago, by Pierre-Yves David
config: document the storage and format sections
stable
8 months ago, by Pierre-Yves David
rust-index: drop offset_override
9 months ago, by Pierre-Yves David
rust-index: stop calling `with_offset` in the tests
9 months ago, by Pierre-Yves David
branching: merge stable into default
9 months ago, by Raphaël Gomès
Added signature for changeset d1d48d18db37
stable
9 months ago, by Raphaël Gomès
Added tag 6.7rc0 for changeset d1d48d18db37
stable
9 months ago, by Raphaël Gomès
relnotes: add 6.7rc0
stable
6.7rc0
9 months ago, by Raphaël Gomès
relnotes: remove outdated message from `next`
stable
9 months ago, by Raphaël Gomès
branching: merge default into stable for 6.7rc0
stable
9 months ago, by Raphaël Gomès
branching: merge stable into default
9 months ago, by Raphaël Gomès
perf: add a --as-push option to perf::unbundle
9 months ago, by Pierre-Yves David
chainsaw-update: exit early if one of the intermediate command fails
9 months ago, by Pierre-Yves David
chainsaw-update: lock the repository for the duration of the operation
9 months ago, by Pierre-Yves David
chainsaw-update: taking care of initial cloning
9 months ago, by Georges Racinet
chainsaw-update: use a graph with branching in graph
9 months ago, by Pierre-Yves David
chainsaw-update: log actual locks breaking
10 months ago, by Georges Racinet
vfs: have tryunlink tell what it did
10 months ago, by Georges Racinet
chainsaw: new extension for dangerous operations
2022-11-26, by Georges Racinet
rust: disable the RustIndex without persistent nodemap
9 months ago, by Pierre-Yves David
rust: stop claiming the C index is compatible with the rust code
9 months ago, by Pierre-Yves David
rust-index: remove one collect when converting back
9 months ago, by Raphaël Gomès
rust-index: improve phase computation speed
9 months ago, by Raphaël Gomès
phases: directly update the phase sets in advanceboundary
9 months ago, by Pierre-Yves David
phases: large rework of advance boundary
9 months ago, by Pierre-Yves David
phases: apply similar early filtering to advanceboundary
9 months ago, by Pierre-Yves David
phases: filter revision that are already in the right phase
9 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
tip