Wed, 14 Feb 2018 21:29:27 +0900 |
Yuya Nishihara |
py3: stringify IOError/OSError without loosing local character
|
Tue, 13 Feb 2018 08:41:42 -0500 |
Augie Fackler |
branchmap: wrap builtin exception in bytes for logging
|
Wed, 17 Jan 2018 20:38:10 -0500 |
Augie Fackler |
branchmap: make error messages consistent between Python 2 and 3
|
Mon, 18 Dec 2017 17:50:02 +0530 |
Pulkit Goyal |
repoview: add a new filtername for accessing hidden commits
|
Sat, 30 Sep 2017 07:42:59 -0400 |
Augie Fackler |
branchmap: remove superfluous pass statements
|
Thu, 31 Aug 2017 18:24:08 +0300 |
the31k |
branches: correctly show inactive multiheaded branches
|
Thu, 10 Aug 2017 20:47:19 -0700 |
Mike Hommey |
branchmap: revert c34532365b38 for Python 2.7 compatibility
stable
|
Sat, 15 Jul 2017 22:42:50 +0200 |
Boris Feld |
cachevfs: migration the revbranchcache to 'cachevfs'
|
Sat, 15 Jul 2017 22:42:31 +0200 |
Boris Feld |
cachevfs: use the new vfs in when computing branchmap cache
|
Sat, 13 May 2017 11:58:08 -0700 |
Gregory Szorc |
branchmap: remove use of buffer() to support Python 2.6
|
Wed, 03 May 2017 11:16:55 +0900 |
Yuya Nishihara |
cleanup: remove useless re-raises of KeyboardInterrupt
|
Sun, 19 Mar 2017 01:01:25 -0400 |
Augie Fackler |
branchmap: be more careful about using %d on ints
|
Wed, 15 Mar 2017 15:48:57 -0700 |
Durham Goode |
branchmap: handle nullrev in setcachedata
|
Sun, 12 Mar 2017 19:47:51 -0400 |
Augie Fackler |
branchmap: fix python 2.6 by using util.buffer() instead of passing bytearray
|
Sun, 12 Mar 2017 12:17:30 -0700 |
Mads Kiilerich |
rbc: empty (and invalid) rbc-names file should give an empty name list
|
Wed, 19 Oct 2016 02:46:35 +0200 |
Mads Kiilerich |
rbc: use struct unpack_from and pack_into instead of unpack and pack
|
Sun, 12 Mar 2017 11:47:02 -0700 |
Yuya Nishihara |
py3: drop unused aliases to array.array which are replaced with bytearray
|
Sun, 12 Mar 2017 00:42:46 -0500 |
Augie Fackler |
branchmap: stringify int in a portable way
|
Sun, 12 Mar 2017 00:49:19 -0500 |
Augie Fackler |
branchmap: don't use buffer() on Python 3
|
Sun, 12 Mar 2017 03:32:21 -0400 |
Augie Fackler |
py3: use bytearray() instead of array('c', ...) constructions
|
Wed, 15 Feb 2017 13:17:39 -0800 |
Simon Farnsworth |
mercurial: switch to util.timer for all interval timings
|
Fri, 05 Aug 2016 15:01:16 +0200 |
Pierre-Yves David |
branchmap: remove extra indent
|
Fri, 05 Aug 2016 15:00:53 +0200 |
Pierre-Yves David |
branchmap: simplify error handlind when writing rev branch cache
|
Fri, 05 Aug 2016 14:57:16 +0200 |
Pierre-Yves David |
branchmap: acquires lock before writting the rev branch cache
|
Fri, 05 Aug 2016 14:54:46 +0200 |
Pierre-Yves David |
branchmap: preparatory indent of indent the branch rev writing code
|
Mon, 18 Jul 2016 22:25:09 +0200 |
Mads Kiilerich |
rbc: fix superfluous rebuilding from scratch - don't abuse self._rbcnamescount
stable
|
Mon, 18 Jul 2016 22:22:38 +0200 |
Mads Kiilerich |
rbc: fix invalid rbc-revs entries caused by missing cache growth
|
Sat, 12 Mar 2016 16:08:19 -0800 |
Gregory Szorc |
branchmap: remove unused exception variable
|
Sun, 13 Mar 2016 02:06:23 +0100 |
Mads Kiilerich |
cache: rebuild branch cache from scratch when inconsistencies are detected
|
Sun, 13 Mar 2016 02:06:22 +0100 |
Mads Kiilerich |
cache: safer handling of failing seek when writing revision branch cache
|
Sun, 13 Mar 2016 02:06:21 +0100 |
Mads Kiilerich |
cache: remove branch revision file before rewriting the branch name file
|
Mon, 07 Mar 2016 17:26:47 -0800 |
Durham Goode |
branchmap: check node against changelog instead of repo
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 03 Oct 2015 09:53:56 -0700 |
Gregory Szorc |
branchmap: move branch cache code out of streamclone.py
|
Fri, 07 Aug 2015 19:51:55 -0700 |
Gregory Szorc |
branchmap: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sat, 23 May 2015 11:14:00 +0900 |
Yuya Nishihara |
revbranchcache: return uncached branchinfo for nullrev (issue4683)
stable
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
branchcache: stay silent if failing to read cache files
|
Wed, 01 Apr 2015 18:43:29 -0700 |
Gregory Szorc |
repoview: move function for computing filtered hash
|
Tue, 24 Feb 2015 18:43:31 -0800 |
Durham Goode |
revbranchcache: write cache even during read operations
|
Tue, 10 Feb 2015 20:06:12 -0800 |
Durham Goode |
revbranchcache: move cache writing to the transaction finalizer
|
Tue, 10 Feb 2015 20:04:47 -0800 |
Durham Goode |
revbranchcache: populate cache incrementally
|
Tue, 10 Feb 2015 20:01:08 -0800 |
Durham Goode |
revbranchcache: move entry writing to a separate function
|
Tue, 10 Feb 2015 19:57:51 -0800 |
Durham Goode |
revbranchcache: store repo on the object
|
Tue, 10 Feb 2015 19:53:48 -0800 |
Durham Goode |
revbranchcache: move out of branchmap onto localrepo
|
Mon, 02 Mar 2015 01:20:14 -0600 |
Matt Mackall |
merge with stable
|
Fri, 06 Feb 2015 02:52:10 +0100 |
Mads Kiilerich |
revisionbranchcache: fall back to slow path if starting readonly (issue4531)
stable 3.3.1
|
Sat, 31 Jan 2015 12:42:05 -0500 |
Matt Harbison |
branchmap: backout 6bf93440a717
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
branchcache: make _rbcrevslen handling more safe
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
branchcache: add debug output whenever cache files use truncate
|
Sat, 10 Jan 2015 12:00:03 -0500 |
Matt Harbison |
branchmap: add seek() to end of file before calling tell() on append open()
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
branchmap: use revbranchcache when updating branch map
|
Thu, 08 Jan 2015 00:01:03 +0100 |
Mads Kiilerich |
branchcache: introduce revbranchcache for caching of revision branch names
|
Sat, 30 Aug 2014 12:33:12 +0200 |
Pierre-Yves David |
branchmap: pre-filter topological heads before ancestors based filtering
|
Sat, 30 Aug 2014 12:20:50 +0200 |
Pierre-Yves David |
branchmap: issue a single call to `ancestors` for all heads
|
Thu, 07 Aug 2014 14:58:12 -0500 |
Matt Mackall |
whitespace: nuke triple blank lines in **.py
|
Mon, 23 Jun 2014 13:50:44 -0500 |
Matt Mackall |
branchmap: don't use ui.warn for debug message
|
Mon, 23 Jun 2014 13:46:42 -0500 |
Matt Mackall |
branch: add debug message for branch cache write failure
|
Sat, 22 Mar 2014 17:14:37 -0700 |
Gregory Szorc |
branchmap: log events related to branch cache
|
Mon, 06 Jan 2014 15:19:31 -0800 |
Pierre-Yves David |
branchmap: use set for update code
|
Mon, 06 Jan 2014 14:26:49 -0800 |
Pierre-Yves David |
branchmap: simplify update code
|
Fri, 03 Jan 2014 16:44:23 -0800 |
Pierre-Yves David |
branchmap: stop useless rev -> node -> rev round trip
|
Tue, 15 Jan 2013 20:04:12 +0100 |
Pierre-Yves David |
branchmap: stop membership test in update logic
|
Fri, 03 Jan 2014 17:06:07 -0800 |
Pierre-Yves David |
branchmap: remove silly line break
|
Thu, 21 Nov 2013 15:17:18 -0500 |
Mads Kiilerich |
help: branch names primarily denote the tipmost unclosed branch head
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: introduce iterbranches() method
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: introduce branchheads() method
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: introduce branchtip() method
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: cache open/closed branch head information
|
Fri, 15 Nov 2013 23:18:08 -0500 |
Brodie Rao |
branchmap: add documentation on the branchcache on-disk format
|
Wed, 06 Nov 2013 14:38:34 -0500 |
Augie Fackler |
subsettable: move from repoview to branchmap, the only place it's used
|
Mon, 30 Sep 2013 17:42:38 +0200 |
Pierre-Yves David |
branchmap: stop looking for stripped branch
|
Mon, 30 Sep 2013 17:31:39 +0200 |
Pierre-Yves David |
branchmap: remove the droppednodes logic
|
Mon, 30 Sep 2013 15:52:37 +0200 |
Pierre-Yves David |
branchmap: fix blank line position
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
spelling: fix some minor issues found by spell checker
|
Sat, 19 Jan 2013 02:29:56 +0100 |
Pierre-Yves David |
branchmap: display filtername when `updatebranch` fails to do its jobs
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
localrepo: store branchheads sorted
|
Fri, 11 Jan 2013 18:47:42 +0100 |
Pierre-Yves David |
branchmap: Save changectx creation during update
|
Tue, 08 Jan 2013 01:28:39 +0100 |
Pierre-Yves David |
branchmap: pass revision insteads of changectx to the update function
|
Mon, 07 Jan 2013 17:23:25 +0100 |
Pierre-Yves David |
branchmap: allow to use cache of subset
|
Wed, 02 Jan 2013 01:40:42 +0100 |
Pierre-Yves David |
branchmap: add a copy method
|
Fri, 04 Jan 2013 01:25:55 +0100 |
Pierre-Yves David |
branchmap: drop `_cacheabletip` usage in `updatecache`
|
Fri, 04 Jan 2013 04:52:57 +0100 |
Pierre-Yves David |
branchmap: ignore Abort error while writing cache
|
Sat, 22 Dec 2012 19:41:11 +0100 |
Pierre-Yves David |
branchmap: read return None in case of failure
|
Mon, 24 Dec 2012 03:21:15 +0100 |
Pierre-Yves David |
branchmap: enable caching for filtered version too
|
Tue, 01 Jan 2013 21:27:13 +0100 |
Pierre-Yves David |
branchmap: report filtername when read fails
|
Mon, 24 Dec 2012 03:06:03 +0100 |
Pierre-Yves David |
branchmap: use a different file name for filtered view of repo
|
Mon, 24 Dec 2012 03:04:12 +0100 |
Pierre-Yves David |
branchmap: move the cache file name into a dedicated function
|
Tue, 01 Jan 2013 18:19:24 +0100 |
Pierre-Yves David |
branchmap: read and write key part related to filtered revision
|
Mon, 31 Dec 2012 18:11:18 -0600 |
Pierre-Yves David |
branchmap: takes filtered revision in account for cache calculation
|
Mon, 24 Dec 2012 02:57:23 +0100 |
Pierre-Yves David |
branchmap: improve computation of target tip
|
Fri, 28 Dec 2012 00:13:32 +0100 |
Pierre-Yves David |
branchmap: improve invalid cache message when reading
|
Mon, 24 Dec 2012 02:49:59 +0100 |
Pierre-Yves David |
branchmap: move validity logic in the object itself
|
Sat, 22 Dec 2012 17:08:15 +0100 |
Pierre-Yves David |
branchmap: make update a method
|
Mon, 24 Dec 2012 02:22:04 +0100 |
Pierre-Yves David |
branchmap: make update responsible to update the cache key
|
Sat, 22 Dec 2012 02:11:12 +0100 |
Pierre-Yves David |
branchmap: factorise changelog access in update
|
Thu, 20 Dec 2012 16:28:43 +0100 |
Pierre-Yves David |
branchmap: make write a method on the branchmap object
|
Sat, 22 Dec 2012 02:04:49 +0100 |
Pierre-Yves David |
branchmap: simplify write signature
|
Sat, 22 Dec 2012 02:06:26 +0100 |
Pierre-Yves David |
branchmap: add the tiprev (cache key) on the branchmap object
|
Sat, 22 Dec 2012 01:59:05 +0100 |
Pierre-Yves David |
branchmap: add the tipnode (cache key) on the branchcache object
|
Sat, 22 Dec 2012 01:44:42 +0100 |
Pierre-Yves David |
branchmap: store branchcache in a dedicated object
|
Thu, 20 Dec 2012 14:45:17 +0100 |
Pierre-Yves David |
branchmap: extract updatebranchcache from repo
|
Wed, 19 Dec 2012 14:49:06 +0100 |
Pierre-Yves David |
branchmap: extract _updatebranchcache from repo
|
Wed, 19 Dec 2012 14:46:57 +0100 |
Pierre-Yves David |
branchmap: extract read logic from repo
|
Thu, 20 Dec 2012 13:37:37 +0100 |
Pierre-Yves David |
branchmap: extract write logic from localrepo
|
Wed, 19 Dec 2012 14:43:33 +0100 |
Pierre-Yves David |
branchmap: create a mercurial.branchmap module
|