Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-224
+224
+1000
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.
obshistory: move the command into the obshistory module
2017-05-18, by Pierre-Yves David
obshistory: add docstring to cmddebugobshistory
2017-05-18, by Boris Feld
obshashrangecache: make sure we re-warm the cache after a reset
2017-05-18, by Pierre-Yves David
obshashrangecache: precisely track affected revs when adding new markers
2017-05-18, by Pierre-Yves David
debugobshistory: handle multiple cycles
2017-05-18, by Boris Feld
test: clean the debugobshistory cycle test
2017-05-18, by Boris Feld
obsdiscovery: add more debug output
2017-05-18, by Pierre-Yves David
discovery: log information about obshashrange
2017-05-18, by Pierre-Yves David
obshistory: add a graph option on the debugobshistory command
2017-05-18, by Pierre-Yves David
obshistory: import 'node' as 'nodemod'
2017-05-18, by Pierre-Yves David
label: add a label for the node in the "wc now at" message
2017-05-18, by Pierre-Yves David
label: rename 'evolve.short_node' to 'evolve.node'
2017-05-18, by Pierre-Yves David
obshistory: refactor debugobshistory
2017-05-17, by Boris Feld
test: adapt to change in cache warming in core
2017-05-17, by Pierre-Yves David
test: adapt to change in cache warming in core
2017-05-17, by Pierre-Yves David
stablerangecache: avoid crash when 'cache/' directory is missing
2017-05-17, by Pierre-Yves David
obshashrange: avoid crash when 'cache/' directory is missing
2017-05-17, by Pierre-Yves David
tests: apply output changes from core fix
2017-05-17, by Pierre-Yves David
packaging: mention 'dev' status in the version number
2017-05-17, by Pierre-Yves David
color: update the shorttemplate to use colors
2017-05-17, by Boris Feld
merge with stable
2017-05-17, by Pierre-Yves David
obshashrange: cleanup 'valid' life cycle
2017-05-17, by Pierre-Yves David
obsrangecache: raise programming error when using an unwarmed cache
2017-05-17, by Pierre-Yves David
obshashrange: stop marking on-disk data as invalid on clear
2017-05-17, by Pierre-Yves David
obshashcache: purge the meta line before writing a new one
2017-05-17, by Pierre-Yves David
obshashrange: drop spurious whitespace
2017-05-17, by Pierre-Yves David
obshashcache: invalidate affected cache entries on side
2017-05-17, by Pierre-Yves David
obshashcache: properly break out of all loops
2017-05-17, by Pierre-Yves David
dualsourcecache: simplify cachekey.clear
2017-05-17, by Pierre-Yves David
tests: small test update
2017-05-17, by Pierre-Yves David
dualsourcecache: fix obskey return by _checkkey
2017-05-17, by Pierre-Yves David
test: update test-obsolete.t to use common.sh
stable
2017-05-17, by Boris Feld
obshashrange: log reset from new markers
2017-05-16, by Pierre-Yves David
dualsourcecache: log cache reset
2017-05-16, by Pierre-Yves David
stablerange: log time spent updating the stable range
2017-05-16, by Pierre-Yves David
cache: track time spend updating various cache
2017-05-16, by Pierre-Yves David
obshashrange: adds blackbox usage in tests
2017-05-16, by Pierre-Yves David
obshashrange: test behavior in case of rollback
2017-05-16, by Pierre-Yves David
obshashrange: extend tests
2017-05-16, by Pierre-Yves David
dualsourcecache: add a cache name
2017-05-16, by Pierre-Yves David
obscache: stop definition of the empty key
2017-05-16, by Pierre-Yves David
obshashrange: keep value fetched from sql in memory
2017-05-16, by Pierre-Yves David
obshashrange: stop inheriting from 'dict'
2017-05-16, by Pierre-Yves David
merge with stable
2017-05-17, by Pierre-Yves David
obshashrange: to not overwrite the list with the set
2017-05-17, by Pierre-Yves David
obshashrange: properly break out of the two loops
2017-05-17, by Pierre-Yves David
obshashrange: fix reset conditional
2017-05-17, by Pierre-Yves David
cache: ensure we warm stablerange cache before the obshashrange cache
2017-05-16, by Pierre-Yves David
evolve: fixing obscache invalidation
stable
2017-05-16, by Rodrigo Damazio Bovendorp
obshashrange: warm the cache at the end of each transaction
2017-05-12, by Pierre-Yves David
obshashrange: warm cache outside of loops
2017-05-12, by Pierre-Yves David
obshashrange: "update" the cache on each transaction close
2017-05-12, by Pierre-Yves David
obshashrange: properly invalidate the cache on destroyed
2017-05-12, by Pierre-Yves David
obshashrange: properly drop the current connection on clear
2017-05-12, by Pierre-Yves David
obshashrange: exit early if nothing to write
2017-05-12, by Pierre-Yves David
obshashrange: use the dualsourcecache as a base for the cache
2017-05-12, by Pierre-Yves David
obscache: makes dualsourcecache compatible with obshashrange cache needs
2017-05-12, by Pierre-Yves David
readme: add a changelog entry about the more efficient obscache
2017-05-12, by Pierre-Yves David
obscache: extract a data agnostic class
2017-05-12, by Pierre-Yves David
obscache: extract the actual data update in a dedicated function
2017-05-12, by Pierre-Yves David
obscache: move an assert to a lower level
2017-05-12, by Pierre-Yves David
obscache: use 'nullid' as the hash of an empty obsstore
2017-05-12, by Pierre-Yves David
obcache: move empty on the class
2017-05-12, by Pierre-Yves David
obcache: move _checkkey on the class
2017-05-12, by Pierre-Yves David
obcache: move updateneeded on the class
2017-05-12, by Pierre-Yves David
obshistory: only display each revision once in debugobshistory
2017-05-12, by Boris Feld
obshistory: display a message when one marker node has no change ctx
2017-05-12, by Boris Feld
ui: hg topic now display if current revision is in bad state (issue5533)
stable
2017-05-10, by Boris Feld
obsstore: also guard agains changing object in '_checkkey'
2017-05-11, by Pierre-Yves David
obscache: guard from changing changelog or obsstore object
2017-05-11, by Pierre-Yves David
obscache: return the new data along-side the upgrade needs (and cache key)
2017-05-11, by Pierre-Yves David
obscache: use the smaller scope function
2017-05-11, by Pierre-Yves David
obscache: extract the cache key validation in its own function
2017-05-11, by Pierre-Yves David
obshistory: use formatter instead of ui.write in the debugobshistory command
2017-05-10, by Boris Feld
ui: Fix hg stack json output
stable
2017-05-10, by Boris Feld
topic: configure some default color for topic
2017-05-10, by Pierre-Yves David
topic: automatically configure thg to display topic
2017-05-10, by Pierre-Yves David
readme: update readme to mention 'debugobshistory'
2017-05-10, by Pierre-Yves David
obshistory: add some color
2017-05-09, by Boris Feld
obshistory: add a debugobshistory command to show obs history of a revs
2017-05-10, by Boris Feld
tests: add the commit style checker from Mercurial
2017-05-10, by Pierre-Yves David
obscache: update the cache key in place
2017-05-09, by Pierre-Yves David
obscache: distinct 'clear' and 'reset'
2017-05-09, by Pierre-Yves David
merge with stable
2017-05-04, by Pierre-Yves David
serveronly: also enable the obscache for server only setting
stable
2017-05-04, by Pierre-Yves David
obscache: document a possible way forward to skipping obsstore parsing
2017-05-04, by Pierre-Yves David
obscache: update some documentation
2017-05-03, by Pierre-Yves David
obscache: Only access the new obsmarkers for marker update
2017-05-03, by Pierre-Yves David
obscache: extract _updatemarkers code into its own function
2017-05-03, by Pierre-Yves David
obscache: extract code to update from new revision
2017-05-03, by Pierre-Yves David
obscache: move assert earlier in the code
2017-05-03, by Pierre-Yves David
merge back with stable
2017-05-03, by Pierre-Yves David
Added tag 6.1.0 for changeset 8510d3fd7c3b
stable
2017-05-03, by Pierre-Yves David
packaging: prepare version 6.1.0
stable
6.1.0
2017-05-03, by Pierre-Yves David
meta: update tested version to 4.1.2
stable
2017-05-03, by Pierre-Yves David
merge with future 6.1.0
mercurial-3.8
2017-05-03, by Pierre-Yves David
merge with future 6.1.0
mercurial-3.9
2017-05-03, by Pierre-Yves David
merge with future 6.1.0
mercurial-4.0
2017-05-03, by Pierre-Yves David
merge with future 6.1.0
mercurial-4.1
2017-05-03, by Pierre-Yves David
compat: drop the context manager used to write the cache file
stable
2017-05-03, by Pierre-Yves David
compat: make obscache code compatible with Mercurial version prior to 4.2
stable
2017-05-03, by Pierre-Yves David
evolve: record testing with 4.2
stable
2017-05-03, by Pierre-Yves David
merge with default for 6.1.0
stable
2017-05-03, by Pierre-Yves David
packaging first step toward 6.1.0
2017-05-03, by Pierre-Yves David
auto-push: move config help in the extension help
2017-05-03, by Pierre-Yves David
opening mercurial 4.1 compat branch
mercurial-4.1
2017-05-01, by Pierre-Yves David
obscache: skip writing to disk if the data did not changed
2017-05-02, by Pierre-Yves David
obscache: skip writing if the cache is empty
2017-05-02, by Pierre-Yves David
obscache: set a valid "empty" cache key if the cache is missing
2017-05-02, by Pierre-Yves David
obscache: have the obsstore fix empty file cachekey
2017-05-02, by Pierre-Yves David
obscache: log case where the cache is not up to date
2017-05-02, by Pierre-Yves David
obscache: still update and use the cache during transaction
2017-05-02, by Pierre-Yves David
obscache: warm the cache in all cases
2017-05-02, by Pierre-Yves David
obscache: update the format to allow negative tiprev
2017-05-02, by Pierre-Yves David
obscache: load the disk data before checking is the cache is up to date
2017-05-02, by Pierre-Yves David
obscache: skip the cache entirely if not up to date
2017-05-02, by Pierre-Yves David
readme: mention that some improvement are enabled for 4.2 only
2017-05-01, by Pierre-Yves David
perf: use the cache to compute the obsolete set.
2017-05-01, by Pierre-Yves David
perf: warm the cache after all transactions
2017-05-01, by Pierre-Yves David
perf: adds a cache to know if obsmarkers might affect a revision
2017-05-01, by Pierre-Yves David
perf: adds cachekey utility to validate changelog+obsstore content
2017-05-01, by Pierre-Yves David
perf: adds some cache key helper on the obsstore class
2017-05-01, by Pierre-Yves David
compat: only install the better filtered message for mercurial 4.2 and above
2017-05-01, by Pierre-Yves David
evolve: update extension help
2017-04-29, by Pierre-Yves David
merge with stable
2017-04-29, by Pierre-Yves David
ui: change the hidden revision error message
2017-04-28, by Boris Feld
ui: add better messages when the working copy become obsolete.
2017-04-28, by Boris Feld
topic: directly use "super" call
2017-04-28, by Pierre-Yves David
repo: properly progate "destroyed" call to super class
stable
2017-04-27, by Pierre-Yves David
safeguard: add an option to disable automatic publishing
2017-04-25, by Pierre-Yves David
merge back with stable
2017-04-20, by Pierre-Yves David
Added tag 6.0.1 for changeset 5ef112a6eb87
stable
2017-04-20, by Pierre-Yves David
pkg: prepare release 6.0.1
stable
6.0.1
2017-04-20, by Pierre-Yves David
debian: finalize 6.0.0 entry
stable
2017-04-20, by Pierre-Yves David
readme: fix 6.0.0 release date
stable
2017-04-20, by Pierre-Yves David
merge with future 6.0.1
mercurial-3.8
2017-04-20, by Pierre-Yves David
merge with future 6.0.1
mercurial-3.9
2017-04-20, by Pierre-Yves David
merge with future 6.0.1
mercurial-4.0
2017-04-20, by Pierre-Yves David
checkheads: update tests to match the one in core
stable
2017-04-20, by Pierre-Yves David
serveronly: fix reposetup
stable
2017-04-20, by Pierre-Yves David
extension: simplify the extensions helper hierarchy
stable
2017-04-20, by Pierre-Yves David
checkheads: do not overwrite code for Mercurial 4.2 and above
stable
2017-04-20, by Pierre-Yves David
legacy: fix debugrecordpruneparents to call obsstore.create() with keywords
stable
2017-04-20, by Yuya Nishihara
template: adapt to new showlist() API introduced by hg e5eab0fe69ee
stable
2017-04-19, by Yuya Nishihara
template: pass all mapping data to showlist()
stable
2017-04-19, by Yuya Nishihara
make: merge recipes for help
stable
2017-04-19, by Yuya Nishihara
make: fix indent of ifeq-endif
stable
2017-04-19, by Yuya Nishihara
tests: update test to match upstreamable version
stable
2017-04-08, by Pierre-Yves David
tests: fix directory names in exchange-D4 test
stable
2017-04-08, by Pierre-Yves David
tests: fix directory names in exchange-D3 test
stable
2017-04-08, by Pierre-Yves David
merge back with default
2017-04-01, by Pierre-Yves David
Added tag 6.0.0 for changeset 165ad227993d
stable
2017-03-31, by Pierre-Yves David
packaging: prepare version 6.0.0
stable
6.0.0
2017-03-31, by Pierre-Yves David
merged with future 6.0
mercurial-3.8
2017-03-31, by Pierre-Yves David
test-compat-hg-3.9: merge with future 6.0
mercurial-3.9
2017-03-31, by Pierre-Yves David
merge with future 6.0.0
mercurial-4.0
2017-03-31, by Pierre-Yves David
merge with default
stable
2017-03-31, by Pierre-Yves David
readme: mention the fix for issue4354
2017-03-31, by Pierre-Yves David
checkheads: add a small debug message in case were we give up fast
2017-03-31, by Pierre-Yves David
checkheahds: switch algorithm to use pushed markers instead
2017-03-31, by Pierre-Yves David
checkheads: add test where the rewrite of the other branch is not direct
2017-03-31, by Pierre-Yves David
check-heads: add tests about old heads indirectly pruned
2017-03-31, by Pierre-Yves David
checkheads: add more complexe case where a branch is split on multiple ones
2017-03-29, by Pierre-Yves David
checkheads: add a test of partially pushing a branch spread on multiple other
2017-03-29, by Pierre-Yves David
checkheads-tests: add missing parents recording for prune markers
2017-03-31, by Pierre-Yves David
checkheads: add some extra tests about "partial push"
2017-03-29, by Pierre-Yves David
checkheads: handle partial obsolescence
2017-03-29, by Pierre-Yves David
test: force a push in inhibit's test
2017-03-29, by Pierre-Yves David
checkheads: basic handling of pruned heads (and associated tests)
2017-03-21, by Pierre-Yves David
checkheads: give up on processing locally unknown changeset
2017-03-29, by Pierre-Yves David
checkheads: import our own copy of the checkheads code
2017-03-21, by Pierre-Yves David
compat: work around some filecache bug in 3.8
2017-03-26, by Pierre-Yves David
obshashrange: have an half descent wireprotocol command
2017-03-24, by Pierre-Yves David
obshashrange: improve message issued during discovery
2017-03-24, by Pierre-Yves David
obshashrange: introduce basic sqlite caching
2017-03-24, by Pierre-Yves David
stablerange: warm cache before using it server side
2017-03-24, by Pierre-Yves David
stablerange: warm cache before using it in findrangemissing
2017-03-24, by Pierre-Yves David
stablerange: warm cache on transaction (if obshashrange is enabled)
2017-03-24, by Pierre-Yves David
stablerange: introduce ondisk caching through sqlite
2017-03-24, by Pierre-Yves David
stablerange: drop the cache on 'destroyed'
2017-03-24, by Pierre-Yves David
stablerange: support loading the cache iteratively
2017-03-24, by Pierre-Yves David
stablerange: add some basic documentation about the cache
2017-03-24, by Pierre-Yves David
stablerange: warmup all upto a revision
2017-03-24, by Pierre-Yves David
debugstablerange: add a --verify flag to the command
2017-03-24, by Pierre-Yves David
stablerange: add a proper debugstablerange commands
2017-03-24, by Pierre-Yves David
debugobshashrange: add a --subranges option
2017-03-24, by Pierre-Yves David
debug: rename 'debugstablerange' to 'debugobshashrange'
2017-03-24, by Pierre-Yves David
debugstablerange: improve output spacing
2017-03-24, by Pierre-Yves David
subranges: add a utility function to set the cache
2017-03-24, by Pierre-Yves David
subranges: add a utility function to access the cache
2017-03-24, by Pierre-Yves David
depth: add a utility function to set the cache
2017-03-24, by Pierre-Yves David
depth: add a utility function to access the cache
2017-03-24, by Pierre-Yves David
stablerange: add warming of the subrange
2017-03-24, by Pierre-Yves David
stablerange: fix merge slicing when range has multiple roots
2017-03-24, by Pierre-Yves David
stablerange: small style fix
2017-03-24, by Pierre-Yves David
merge-slicing: introduce and use "inheritance point" for merge
2017-03-24, by Pierre-Yves David
stablerange: rearrange the code picking subrange to warm
2017-03-24, by Pierre-Yves David
stablerange: rearrange the reusing logic to prepare to merge
2017-03-24, by Pierre-Yves David
merge-slicing: explain an alternative implementation in a comments
2017-03-24, by Pierre-Yves David
merge-slicing: use reachable roots to filter the various branches
2017-03-24, by Pierre-Yves David
merge-slicing: simplify various aspect of the code
2017-03-24, by Pierre-Yves David
stablerange: soon it will not provide any benefit and it gets in the way
2017-03-23, by Pierre-Yves David
revsfromrange: reuse information from the stablesort
2017-03-24, by Pierre-Yves David
stablesort: allow a callback to be triggered on merge
2017-03-24, by Pierre-Yves David
minor simplification around rangelength
2017-03-24, by Pierre-Yves David
more explicite name in revsfromrange
2017-03-24, by Pierre-Yves David
stablerange: cache parents
2017-03-24, by Pierre-Yves David
merge-slicing: avoid doing the same work twice
2017-03-23, by Pierre-Yves David
stablerange: fix a bug when a top slice ended on a merge
2017-03-23, by Pierre-Yves David
slicesrangeat: stop double setting the revsinranges cache
2017-03-23, by Pierre-Yves David
subranges: remove the recursivity of the call to isubranges(parentrange)
2017-03-23, by Pierre-Yves David
subranges: detach cache logic from computation logic
2017-03-23, by Pierre-Yves David
findmissingrange: properly queue new subrange for slicing
2017-03-23, by Pierre-Yves David
findmissingrange: fix reversed value in debug output
2017-03-23, by Pierre-Yves David
stablecache: warmup on unfiltered repository
2017-03-22, by Pierre-Yves David
stablerange: rename the class
2017-03-22, by Pierre-Yves David
stablerange: do not inherit from dict
2017-03-23, by Pierre-Yves David
stablerange: move a utility function around
2017-03-22, by Pierre-Yves David
stablerange: remove the now unused individual range class
2017-03-22, by Pierre-Yves David
stablerange: directly use tuple to refer to a stable range
2017-03-22, by Pierre-Yves David
obshash: properly cache obshash value
2017-03-22, by Pierre-Yves David
stablerange: directly use 'self' when possible
2017-03-22, by Pierre-Yves David
revsfromrange: set the cache for the multiple bottom ranges in merge slicing
2017-03-22, by Pierre-Yves David
revsfromrange: set the cache for the single bottom range in merge slicing
2017-03-22, by Pierre-Yves David
less
more
|
(0)
-1000
-224
+224
+1000
tip