]> git.cworth.org Git - notmuch/commitdiff
Add missing set methods to tagsets
authorFloris Bruynooghe <flub@devork.be>
Sun, 14 Jun 2020 18:33:55 +0000 (20:33 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 15 Jun 2020 10:14:11 +0000 (07:14 -0300)
Even though we use collections.abc.Set which implements all these
methods under their operator names, the actual named variations of
these methods are shockingly missing.  So let's add them manually.


No differences found