Mercurial > p > roundup > code
diff CHANGES.txt @ 7697:c73a1177c2b2
fix: roundup-demo, interactive mode would nuke an existing tracker.
Tonu Mikk demonstrated a bug in roundup-demo. When invoked without a
tracker home on the command line, it would nuke an existing directory
specified interactively.
There is still a minor bug. If an invalid home directory is specified,
roundup-demo will prompt for the template to use before reporting:
Error: Refusing to nuke non-tracker directory:
but this doesn't cause data loss so not worth fixing at this time.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 08 Nov 2023 21:18:34 -0500 |
| parents | 4af0d235b570 |
| children | e10d0b262abd |
line wrap: on
line diff
--- a/CHANGES.txt Tue Nov 07 12:11:37 2023 -0500 +++ b/CHANGES.txt Wed Nov 08 21:18:34 2023 -0500 @@ -81,6 +81,8 @@ is used to install the share tree. The lets Roundup find tracker templates and translation files. (Found by Simon Eigeldinger, fix John Rouillard) +- fix roundup-demo, interactive mode would nuke an existing tracker. + (Found Tonu Mikk, fix John Rouillard) Features:
