Mercurial > p > roundup > code
diff CHANGES.txt @ 5318:506c7ee9a385
Add a 'retired' parameter to Class.filter
.. to allow searching for retired, non-retired or all (retired and
non-retired) items similar to the argument of the same name to
Class.getnodeids. This is 'False' by default (finding only non-retired
items for backwards compatibility) and can be set to None (for finding
retired and non-retired items) or True (for finding only retired items).
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 19 Apr 2018 20:01:43 +0200 |
| parents | 5a014410f254 |
| children | 62de601bdf6f |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 19 17:03:11 2018 +0200 +++ b/CHANGES.txt Thu Apr 19 20:01:43 2018 +0200 @@ -222,6 +222,12 @@ bounced back to the sender with an error. Enable by configuring the convert_htmltotext option in your upgraded config.ini. (Initial patch by Igor Ippolitov merged with changes by John Rouillard.) +- Add a 'retired' parameter to Class.filter to allow searching for + retired, non-retired or all (retired and non-retired) items similar + to the argument of the same name to Class.getnodeids. This is 'False' + by default (finding only non-retired items for backwards + compatibility) and can be set to None (for finding retired and + non-retired items) or True (for finding only retired items). Fixed:
