mercurial/tags.py
Tue, 28 Mar 2017 06:13:49 +0200 Pierre-Yves David tags: do not feed dictionaries to 'findglobaltags'
Tue, 28 Mar 2017 06:01:31 +0200 Pierre-Yves David tags: extract fnode retrieval into its own function
Mon, 27 Mar 2017 15:58:31 +0200 Pierre-Yves David tags: move 'repo.tag' in the 'tags' module
Mon, 27 Mar 2017 15:55:07 +0200 Pierre-Yves David tags: move '_tags' from 'repo' to 'tags' module
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 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
Wed, 28 Aug 2013 22:09:53 +0900 FUJIWARA Katsunori tags: write tag overwriting history also into tag cache file (issue3911) stable 2.7.1
Tue, 30 Apr 2013 09:02:02 +0900 FUJIWARA Katsunori tags: update tag type only if tag node is updated (issue3911) stable
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 26 Jul 2012 17:04:01 -0500 Matt Mackall tags: visit new heads in forward order when rebuilding cache stable
Sun, 13 May 2012 12:01:52 +0200 Bryan O'Sullivan tags: short-circuit if no tags have ever been committed
Fri, 04 May 2012 15:29:07 +0200 Martin Geisler tags: line.rstrip().split() can be replaced with line.split()
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Thu, 16 Jun 2011 15:26:17 -0500 Steve Borho tags: don't allow environment errors to be raised from _writetagscache
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Fri, 29 Apr 2011 18:44:56 +0300 Idan Kamara tags: loosen IOError filtering when reading localtags
Tue, 26 Apr 2011 10:51:19 -0500 Matt Mackall tags: catch more corruption during cache parsing (issue2779)
Mon, 17 Jan 2011 09:37:20 +0100 Adrian Buehlmann remove pointless os.path.join calls when opening files in .hg/cache
Tue, 04 Jan 2011 06:29:08 +0100 jfh move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
Tue, 11 Jan 2011 17:09:06 -0600 Matt Mackall tags: avoid a pointless usage of revlog.nodemap
Tue, 19 Oct 2010 20:20:10 +0900 Nicolas Dumazet tags: do not fail if tags.cache is corrupted (issue2444)
Tue, 15 Jun 2010 16:10:32 -0400 Greg Ward tags: remove inactive debugging code.
Tue, 15 Jun 2010 15:02:54 -0400 Greg Ward tags: remove the old non-caching implementation of findglobaltags().
Sat, 01 May 2010 15:15:35 -0500 Matt Mackall Merge with stable
Mon, 26 Apr 2010 20:13:14 +0900 Nicolas Dumazet static-http: mimic more closely localrepo (issue2164: allow clone -r ) stable
Sat, 24 Apr 2010 18:08:06 +0900 Yuya Nishihara tags: delete unnecessary close() of atomictempfile
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 31 Oct 2009 16:56:58 +0100 Benoit Boissinot remove unused imports
Tue, 18 Aug 2009 22:07:43 -0400 Greg Ward tags: don't crash if unable to write tag cache
Wed, 05 Aug 2009 17:08:28 +0200 Dirkjan Ochtman kill trailing whitespace
Thu, 16 Jul 2009 10:41:19 -0400 Greg Ward tags: support 'instant' tag retrieval (issue548)
less more (0) -60 tip