Mercurial > p > roundup > code
diff CHANGES.txt @ 7588:8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
Do not indent the display output unless user requested protected
fields or headers. This returns the format to what it was prior to
2.3.0.
Parsing roundup-admin output programmaticly was never a use case, but
don't break the output format without a reason.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 26 Jul 2023 11:05:10 -0400 |
| parents | 8f29e4ea05ce |
| children | bb443db61d1c |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 25 16:30:10 2023 -0400 +++ b/CHANGES.txt Wed Jul 26 11:05:10 2023 -0400 @@ -37,6 +37,11 @@ - issue2551278 - datetime.datetime.utcnow deprecation. Replace calls with equivalent that produces timezone aware dates rather than naive dates. (John Rouillard) +- when using "roundup-admin display" indent the listing only if + headers or protected fields are requested. This makes the output + look like it did previously to 2.3.0 if the new features aren't + used. Roundup-admin output was never meant to be machine parsed, but + don't break it unless required. (John Rouillard) Features:
