Author: hartmannathan
Revision: 1917944
Modified property: svn:log
Modified: svn:log at Fri May 24 16:39:04 2024
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 24 16:39:04 2024
@@ -1,5 +1,7 @@
Fix cmdline parsing bug: Add check of the changeno_end variable for zero.
+This is a follow-up to r1917864.
+
The parser of the --change argument already checks the revision
number for a zero and raises an error, because there are no changes.
However, if a range is given to this argument it would not check
@@ -18,6 +20,12 @@ the problem.
(diff_invalid_change_arg): Add test case for a diff of change,
done in revision range '1-0' and expect an error from it.
+See the dev@ mail list thread started 22 May 2024:
+"[PATCH] Add check of the changeno_end variable for zero (was: [PATCH] Check
+the change argument for a double minus at the start.)"
+archived here and elsewhere:
+https://lists.apache.org/thread/j7wb03d1yhm4f8cshr2zc14j1pzgkmbk
+
Found by: jun66j5
Patch by: Timofey Zhakov (tima {at} chemodax _dot_ net)