log mercurial/branchmap.py @ 23167:a3c2d9211294 stable

age author description
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