log mercurial/tags.py @ 36262:2b00dda6dad9

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