Mercurial > p > roundup > code
diff CHANGES.txt @ 7797:8bdf0484215c
Summary: feat: roundup-admin history command has human interpretable output
Reformat journal entries and make try to make readable sentences out
of them.
Set up translation markers and added hints for the tanslators by
marking translator comments with;
# .Hint text for translator
on the line before _() markers.
Doc'ed changes in roundup-admin docs and added info to upgrading.txt.
If the user wants old format, they can call
history designator raw
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Mar 2024 21:59:20 -0400 |
| parents | d7d68da9878f |
| children | 4fc89509ce78 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Mar 10 17:41:16 2024 -0400 +++ b/CHANGES.txt Sun Mar 10 21:59:20 2024 -0400 @@ -127,6 +127,9 @@ - save roundup-admin history between sessions. Load ~/.roundup_admin_rlrc file to set history-size persistently. Add pragma history_length to override for a session. (John Rouillard) +- the roundup-admin history command now dumps the journal entries + in a more human readable format. Use the raw option to get the older + machine parsible output. (John Rouillard) 2023-07-13 2.3.0
