log mercurial/tags.py @ 37805:8c8b6d13949a stable

age author description
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 01 Mar 2018 16:32:45 -0500 Yuya Nishihara py3: use startswith() to check existence of trailing '\n' in .hgtags file
Sat, 24 Feb 2018 16:16:14 +0530 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Sat, 24 Feb 2018 16:20:15 +0530 Pulkit Goyal py3: use util.forcebytestr to convert error messages to bytes
Sat, 17 Feb 2018 22:39:38 -0500 Augie Fackler tags: don't feed both int and None to min()
Wed, 17 Jan 2018 20:09:10 -0500 Augie Fackler tags: explicitly grab list of dict keys
Tue, 29 Aug 2017 11:25:22 +0200 Denis Laxalde tag: use filtered repo when creating new tags (issue5539)
Sat, 15 Jul 2017 23:30:25 +0200 Boris Feld cachevfs: migration the tags fnode cache to 'cachevfs'
Sat, 15 Jul 2017 23:30:16 +0200 Boris Feld cachevfs: migrate tagscache to 'cachevfs'
Sun, 02 Jul 2017 01:41:37 +0200 Pierre-Yves David tag: make sure the repository is locked when tagging
Tue, 28 Mar 2017 10:15:02 +0200 Pierre-Yves David track-tags: write all tag changes to a file
Tue, 28 Mar 2017 10:14:55 +0200 Pierre-Yves David track-tags: compute the actual differences between tags pre/post transaction
Tue, 28 Mar 2017 05:06:56 +0200 Pierre-Yves David tags: introduce a function to return a valid fnodes list from revs
Mon, 03 Apr 2017 10:01:38 -0700 Martin von Zweigbergk tags: rename "head" to "node" where we don't care
Tue, 28 Mar 2017 06:23:28 +0200 Pierre-Yves David tags: extract filenode filtering into its own function
Tue, 28 Mar 2017 06:08:12 +0200 Pierre-Yves David tags: extract tags computation from fnodes into its own function
Tue, 28 Mar 2017 07:41:23 +0200 Pierre-Yves David tags: only return 'alltags' in 'findglobaltags'
Tue, 28 Mar 2017 07:39:10 +0200 Pierre-Yves David tags: make argument 'tagtype' optional in '_updatetags'
Tue, 28 Mar 2017 07:38:10 +0200 Pierre-Yves David tags: reorder argument of '_updatetags'
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