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.
branching: merge stable into default
7 months ago, by Raphaël Gomès
Added signature for changeset 2e6fde2ed01e
stable
7 months ago, by Raphaël Gomès
Added tag 6.7.1 for changeset 2e6fde2ed01e
stable
7 months ago, by Raphaël Gomès
relnotes: add 6.7.1
stable
6.7.1
7 months ago, by Raphaël Gomès
subrepo: fix normalizing paths with scheme
stable
7 months ago, by Felipe Resende
sshpeer: fix path when handling invalid url exception
stable
7 months ago, by Felipe Resende
delta-search: fix crash caused by unbound variable
stable
7 months ago, by Raphaël Gomès
branching: merge stable into default
7 months ago, by Raphaël Gomès
Added signature for changeset c9ceb4f60256
stable
7 months ago, by Raphaël Gomès
Added tag 6.7 for changeset c9ceb4f60256
stable
7 months ago, by Raphaël Gomès
phases: avoid N² behavior in `advanceboundary`
stable
6.7
7 months ago, by Pierre-Yves David
relnotes: add 6.7
stable
7 months ago, by Raphaël Gomès
admin-commands: move the chainsaw extension to the admin commands module
stable
7 months ago, by Raphaël Gomès
obsutil: sort metadata before comparing in geteffectflag()
stable
7 months ago, by Anton Shestakov
tests: disable revlog compression in test-generaldelta.t (issue6867)
stable
7 months ago, by Pierre-Yves David
test-general-delta: actually test optimize-delta-parent-choice=no
stable
7 months ago, by Pierre-Yves David
test-chg: stabilize the log checking
stable
7 months ago, by Pierre-Yves David
tests: fix test-patchbomb-tls.t instability
stable
7 months ago, by Pierre-Yves David
test-lock: use synchronisation file instead of sleep
stable
7 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
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
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
8 months ago, by Pierre-Yves David
stream-clone-test: simplify the background file closing test
8 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
8 months ago, by Pierre-Yves David
stream-clone-test: factor some piece of basic clone test out
8 months ago, by Pierre-Yves David
stream-clone-test: simplify the case where server disabled it
8 months ago, by Pierre-Yves David
rust-matchers: raw regular expression builder
stable
7 months ago, by Georges Racinet
rust-filepatterns: export glob_to_re function
stable
7 months ago, by Georges Racinet
repoview: prevent `None` to be passed as the filtername
7 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
8 months ago, by Pierre-Yves David
branchcache: move head writing in a `_write_heads` method
8 months ago, by Pierre-Yves David
branchcache: move the header loading in a `_load_header` class method
8 months ago, by Pierre-Yves David
branchcache: simplify a long line
8 months ago, by Pierre-Yves David
branchcache: rename `load` to `_load_heads`
8 months ago, by Pierre-Yves David
branchcache: move the filename to a class attribute
8 months ago, by Pierre-Yves David
test-clonebundles: simplify matching to be less flavor depends
8 months ago, by Pierre-Yves David
repoview: fix changelog.__contains__ method
8 months ago, by Pierre-Yves David
branchcache: unconditionally write delayed branchmap
10 months ago, by Pierre-Yves David
branchcache: drop the unused `_verifyclosed`
8 months ago, by Pierre-Yves David
branchcache: dispatch the code into the dedicated subclass
8 months ago, by Pierre-Yves David
branchcache: introduce a base class for branchmap
8 months ago, by Pierre-Yves David
branchcache: fix the copy code
8 months ago, by Pierre-Yves David
branchcache: pass a "verify_node" attribut to __init__ instead of hasnode
8 months ago, by Pierre-Yves David
branchcache: stop storing a repository instance on the cache altogether
8 months ago, by Pierre-Yves David
branchcache: pass the target repository when copying
8 months ago, by Pierre-Yves David
branchcache: have an explicit method to update the on disk cache
9 months ago, by Pierre-Yves David
crecord: drop calls to `curses.endwin()`
stable
8 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
8 months ago, by Pierre-Yves David
rust-index: stop calling `with_offset` in the tests
8 months ago, by Pierre-Yves David
branching: merge stable into default
8 months ago, by Raphaël Gomès
Added signature for changeset d1d48d18db37
stable
8 months ago, by Raphaël Gomès
Added tag 6.7rc0 for changeset d1d48d18db37
stable
8 months ago, by Raphaël Gomès
relnotes: add 6.7rc0
stable
6.7rc0
8 months ago, by Raphaël Gomès
relnotes: remove outdated message from `next`
stable
8 months ago, by Raphaël Gomès
branching: merge default into stable for 6.7rc0
stable
8 months ago, by Raphaël Gomès
branching: merge stable into default
8 months ago, by Raphaël Gomès
perf: add a --as-push option to perf::unbundle
8 months ago, by Pierre-Yves David
chainsaw-update: exit early if one of the intermediate command fails
8 months ago, by Pierre-Yves David
chainsaw-update: lock the repository for the duration of the operation
8 months ago, by Pierre-Yves David
chainsaw-update: taking care of initial cloning
8 months ago, by Georges Racinet
chainsaw-update: use a graph with branching in graph
8 months ago, by Pierre-Yves David
chainsaw-update: log actual locks breaking
9 months ago, by Georges Racinet
vfs: have tryunlink tell what it did
9 months ago, by Georges Racinet
chainsaw: new extension for dangerous operations
23 months ago, by Georges Racinet
rust: disable the RustIndex without persistent nodemap
8 months ago, by Pierre-Yves David
rust: stop claiming the C index is compatible with the rust code
8 months ago, by Pierre-Yves David
rust-index: remove one collect when converting back
8 months ago, by Raphaël Gomès
rust-index: improve phase computation speed
8 months ago, by Raphaël Gomès
phases: directly update the phase sets in advanceboundary
8 months ago, by Pierre-Yves David
phases: large rework of advance boundary
8 months ago, by Pierre-Yves David
phases: apply similar early filtering to advanceboundary
8 months ago, by Pierre-Yves David
phases: filter revision that are already in the right phase
8 months ago, by Pierre-Yves David
phases: invalidate the phases set less often on retract boundary
8 months ago, by Pierre-Yves David
phases: incrementally update the phase sets when reasonable
8 months ago, by Pierre-Yves David
phasees: properly shallow caopy the phase sets dictionary
8 months ago, by Pierre-Yves David
phases: pass an unfiltered repository to _ensure_phase_sets
8 months ago, by Pierre-Yves David
phases: drop set building in `hasnonpublicphases`
8 months ago, by Pierre-Yves David
phases: gather the logic for phasesets update in a single method
8 months ago, by Pierre-Yves David
phases: change the way we warm the phasecache in repocache
8 months ago, by Pierre-Yves David
phases: use a more generic way to trigger a phases computation for perf
8 months ago, by Pierre-Yves David
phases: fix an overzealous invalidation of the phase sets
8 months ago, by Pierre-Yves David
phases: type annotation for `_phasesets`
8 months ago, by Pierre-Yves David
phases: leverage the collected information to record phase update
8 months ago, by Pierre-Yves David
phases: large rewrite on retract boundary
8 months ago, by Pierre-Yves David
phases: fast path public phase advance when everything is public
8 months ago, by Pierre-Yves David
phases: fast path retract of public phase
8 months ago, by Pierre-Yves David
phases: keep internal state as rev-num instead of node-id
8 months ago, by Pierre-Yves David
phases: do filtering at read time
8 months ago, by Pierre-Yves David
phases: always write with a repo
8 months ago, by Pierre-Yves David
phases: mark `phasecache.phaseroots` private
8 months ago, by Pierre-Yves David
phases: check secret presence the right way during discovery
8 months ago, by Pierre-Yves David
phases: explicitly filter stripped revision at strip time
8 months ago, by Pierre-Yves David
debug: add a debug::unbundle command that simulate the unbundle from a push
8 months ago, by Pierre-Yves David
perf: support --template on perf::phases
stable
8 months ago, by Pierre-Yves David
annotate: limit output to range of lines
8 months ago, by Zeger Van de Vannet
revlog: add a Rust implementation of `headrevsdiff`
8 months ago, by Arseniy Alekseyev
revlog: add a C implementation of `headrevsdiff`
10 months ago, by Arseniy Alekseyev
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
tip