log mercurial/tags.py @ 31346:2a18e9e6ca43

age author description
Sun, 12 Mar 2017 03:32:21 -0400 Augie Fackler py3: use bytearray() instead of array('c', ...) constructions
Sun, 19 Feb 2017 20:00:18 +0900 Yuya Nishihara scmutil: proxy revrange() through repo to break import cycles
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 28 Apr 2016 15:40:43 -0500 Matt Mackall tags: silence hgtagsfnodes reading failures stable
Thu, 28 Apr 2016 15:35:54 -0500 Matt Mackall tags: silence cache parsing errors stable
Thu, 12 Nov 2015 13:16:04 -0800 Gregory Szorc tags: create new sortdict for performance reasons stable
Sat, 08 Aug 2015 20:16:56 -0700 Gregory Szorc tags: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 25 May 2015 16:48:55 -0700 Gregory Szorc tags: support setting hgtags fnodes cache entries
Mon, 25 May 2015 16:24:23 -0700 Gregory Szorc tags: support reading tags cache without populating
Fri, 15 May 2015 09:58:02 -0500 Matt Mackall tags: use try/except/finally
Fri, 17 Apr 2015 23:22:58 +0900 Yuya Nishihara tags: do not abort if failed to write lock file to save cache stable
Thu, 16 Apr 2015 11:59:36 -0400 Gregory Szorc tags: explicitly log which tags cache file is being written
Thu, 16 Apr 2015 11:54:13 -0400 Gregory Szorc tags: write a separate tags cache file for unfiltered repos
Thu, 16 Apr 2015 11:32:46 -0400 Gregory Szorc tags: return empty list of heads for no .hgtags case
Thu, 16 Apr 2015 12:01:00 -0400 Gregory Szorc tags: change format of tags cache files
Thu, 16 Apr 2015 10:12:44 -0400 Gregory Szorc tags: don't read .hgtags fnodes from tags cache files
Wed, 15 Apr 2015 18:34:34 -0400 Pierre-Yves David tags: have a different cache file per filter level
Wed, 15 Apr 2015 17:42:38 -0400 Gregory Szorc tags: extract .hgtags filenodes cache to a standalone file
Tue, 31 Mar 2015 08:04:42 -0500 Matt Mackall tags: remove scary message about corrupt tags cache
Tue, 24 Mar 2015 20:28:39 -0700 Gregory Szorc tags: improve documentation
Tue, 24 Feb 2015 00:06:47 -0800 Gregory Szorc tags: write tags cache deterministically
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Sat, 28 Jun 2014 01:42:39 +0200 Angel Ezquerra tags: introduce _readtaghist function
Wed, 02 Jul 2014 00:01:13 -0500 Matt Mackall merge with stable
Sun, 29 Jun 2014 13:52:35 +0200 Angel Ezquerra repoview: do not crash when localtags refers to non existing revisions stable
Sun, 23 Feb 2014 03:13:21 +0100 Angel Ezquerra tags: read tag info into a sorted dict (rather than into a regular dict)
Mon, 14 Apr 2014 11:50:05 -0700 Gregory Szorc tags: log events related to tags cache