hgext3rd/evolve/stablerangecache.py
Sat, 21 Mar 2020 15:04:18 +0100 Yohann Rebattu evolve: fixed some typos in stablerangecache LONG_MESSAGE, fix #6279
Wed, 04 Mar 2020 16:03:23 +0100 Pierre-Yves David compat: drop import compatibility <= 4.5 for `forcebytestr`
Mon, 02 Mar 2020 17:12:09 +0000 willstott101 py3-exceptions: wrap more Exceptions in forcebytestr before formatting stable
Sun, 08 Sep 2019 17:50:48 +0200 Pierre-Yves David stablerange: add a debugstablerangecache command
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Tue, 06 Aug 2019 11:35:09 +0200 Raphaël Gomès python3: add raw prefix to sqlite isolation level
Tue, 06 Aug 2019 11:26:29 +0200 Raphaël Gomès python3: add raw prefix in cases harder to analyze at the token level
Tue, 06 Aug 2019 11:10:36 +0200 Raphaël Gomès python3: mark all SQL queries as raw strings
Thu, 11 Jul 2019 15:30:40 -0700 Martin von Zweigbergk py3: avoid comparing int and None
Thu, 11 Jul 2019 12:19:49 -0700 Martin von Zweigbergk py3: read sqlite3 data as bytes
Thu, 11 Jul 2019 12:11:43 -0700 Martin von Zweigbergk py3: sqlite3.connect() expects str arguments
Sun, 07 Apr 2019 19:53:53 +0200 Joerg Sonnenberger evolve: when using evolve, cache files belong into the master repo
Mon, 14 Jan 2019 09:14:38 -0800 Martin von Zweigbergk evolve: adapt for deprecated ui.progress()
Tue, 25 Sep 2018 12:19:41 +0200 Pierre-Yves David stablerange: fix slicing of arbitrary ranges
Fri, 14 Sep 2018 10:39:01 +0200 Pierre-Yves David caches: issue both debug and blackbox log message stable
Thu, 13 Sep 2018 17:09:34 +0200 Pierre-Yves David stablerangecache: be more paranoid in the errors we catch stable
Thu, 06 Sep 2018 23:24:26 -0400 Gerald Squelart stablerange: only issue the message once stable
Thu, 30 Aug 2018 22:50:26 +0200 Pierre-Yves David obshashrange: issue a warning if the cache takes a long time to load
Tue, 28 Aug 2018 11:18:58 +0200 Pierre-Yves David branching: merge with stable
Mon, 27 Aug 2018 12:40:47 +0200 Pierre-Yves David sqlcache: also catch malformed database error stable
Mon, 27 Aug 2018 12:40:41 +0200 Pierre-Yves David stablerange: rework saving logic to be clearer and safer stable
Mon, 27 Aug 2018 11:40:32 +0200 Pierre-Yves David sqlcache: protect read query too stable
Mon, 27 Aug 2018 11:33:09 +0200 Pierre-Yves David sqlite: fast path when nothing to save stable
Mon, 27 Aug 2018 11:27:04 +0200 Pierre-Yves David sqlcache: initialize meta table last stable
Mon, 27 Aug 2018 10:16:12 +0200 Pierre-Yves David stablerangecache: fix output in the drifted case stable
Mon, 27 Aug 2018 00:35:51 +0200 Pierre-Yves David sqlcache: also ignore integrity error stable
Mon, 27 Aug 2018 00:28:19 +0200 Pierre-Yves David sqlcache: cache OperationError when saving stable
Mon, 27 Aug 2018 00:18:06 +0200 Pierre-Yves David sqlcache: passe better connection option stable
Mon, 27 Aug 2018 12:40:47 +0200 Pierre-Yves David sqlcache: also catch malformed database error
Mon, 27 Aug 2018 12:40:41 +0200 Pierre-Yves David stablerange: rework saving logic to be clearer and safer
Mon, 27 Aug 2018 11:40:32 +0200 Pierre-Yves David sqlcache: protect read query too
Mon, 27 Aug 2018 11:33:09 +0200 Pierre-Yves David sqlite: fast path when nothing to save
Mon, 27 Aug 2018 11:27:04 +0200 Pierre-Yves David sqlcache: initialize meta table last
Mon, 27 Aug 2018 10:16:12 +0200 Pierre-Yves David stablerangecache: fix output in the drifted case
Mon, 27 Aug 2018 00:35:51 +0200 Pierre-Yves David sqlcache: also ignore integrity error
Mon, 27 Aug 2018 00:28:19 +0200 Pierre-Yves David sqlcache: cache OperationError when saving
Mon, 27 Aug 2018 00:18:06 +0200 Pierre-Yves David sqlcache: passe better connection option
Sat, 18 Aug 2018 01:32:52 +0200 Pierre-Yves David cleanup: remove unused import
Sat, 18 Aug 2018 00:53:12 +0200 Pierre-Yves David compat: drop compatibility layer for updatecaches
Fri, 17 Aug 2018 16:26:44 +0200 Pierre-Yves David obshashrange: force saving of stablesort and firstmerge cache stable
Fri, 17 Aug 2018 12:56:13 +0200 Pierre-Yves David stablerange: save stablesort cache alongside the stablerange one stable
Thu, 16 Aug 2018 20:49:55 +0200 Pierre-Yves David obshashrange: do not search for affected stable range cache is unavailable stable
Thu, 16 Aug 2018 20:22:19 +0200 Pierre-Yves David stablerange: build closure a bit less inefficiently stable
Thu, 16 Aug 2018 22:19:19 +0200 Pierre-Yves David discovery: make sure repository wrapping happens in the right order stable
Thu, 12 Apr 2018 13:30:28 +0800 Anton Shestakov stablerangecache: include units in ui.progress() calls
Fri, 06 Apr 2018 14:36:36 +0800 Anton Shestakov stablerangecache: use self instead of repo in stablerangerepo.stablerange()
Wed, 21 Feb 2018 17:45:50 +0100 Pierre-Yves David updatecaches: handle any new parameters to the method
Mon, 15 Jan 2018 20:51:22 +0100 Pierre-Yves David stablerange: add missing licence and copyright header
Fri, 05 Jan 2018 03:35:07 +0100 Pierre-Yves David caches: pass the transaction to the "shouldwarncache" logic
Fri, 05 Jan 2018 04:37:49 +0100 Pierre-Yves David caches: protect against missing connection
Thu, 21 Dec 2017 04:29:02 +0100 Pierre-Yves David stablerange: add an sql index on subranges id too
Thu, 21 Dec 2017 04:14:05 +0100 Pierre-Yves David obshashrange: less brutal reset when receiving markers on existing node
Thu, 21 Dec 2017 04:24:37 +0100 Pierre-Yves David stablerange: cleanup the update logic
Thu, 21 Dec 2017 04:35:40 +0100 Pierre-Yves David stablerange: be more cautious when deleting the sql connection
Thu, 21 Dec 2017 03:42:54 +0100 Pierre-Yves David stablerange: clarify sql transaction logic
Thu, 21 Dec 2017 03:30:13 +0100 Pierre-Yves David stablerange: use mergepoint based algorithm for the official stable range
Mon, 18 Dec 2017 02:17:29 +0100 Pierre-Yves David stablerange: have a mergepoint based sql backed class
Mon, 18 Dec 2017 02:11:34 +0100 Pierre-Yves David stablerange: introduce a sql backed version of the generic on disk cache
Mon, 18 Dec 2017 01:11:01 +0100 Pierre-Yves David stablerange: add a base class for on disk stored stablerange class
Mon, 18 Dec 2017 01:53:20 +0100 Pierre-Yves David stablerange: abstract the bit able to store cache into sql
less more (0) tip