Mercurial > p > roundup > code
diff CHANGES.txt @ 6176:d25638d1826c
Add roundup-admin filter command; fix bad doc example; add tests
admin_guide.txt had an example using find with username prop. This is
wrong. Find only works with links not string. Fix it to use filter.
Add filter command to roundup-admin.
Add tests for filter, specification and find.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 18 May 2020 23:28:03 -0400 |
| parents | de9d602c8ce6 |
| children | 1cb2375015f0 |
line wrap: on
line diff
--- a/CHANGES.txt Sat May 16 21:20:25 2020 -0400 +++ b/CHANGES.txt Mon May 18 23:28:03 2020 -0400 @@ -41,6 +41,9 @@ - Index created for documentation. Links created for website docs and released docs. Needs more refinement, but it exists at least. (John Rouillard) +- New filter command defined in roundup-admin. (Partial fix for + issue724648.) (John Rouillard) + 2020-04-05 2.0.0 beta 0
