Fossil SCM
Add -m short option for the new comment as it matches the commit short option.
Commit
e04bea6a02e45181ed22fe7398871037290a7890
Parent
fbf7b54e72de0bb…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2749,11 +2749,11 @@ | ||
| 2749 | 2749 | ** Amend the tags on check-in UUID to change how it displays in the timeline. |
| 2750 | 2750 | ** |
| 2751 | 2751 | ** Options: |
| 2752 | 2752 | ** |
| 2753 | 2753 | ** --euser USER Make USER the check-in user |
| 2754 | -** --comment COMMENT Make COMMENT the check-in comment | |
| 2754 | +** -m|--comment COMMENT Make COMMENT the check-in comment | |
| 2755 | 2755 | ** --edit-comment Launch editor to revise comment |
| 2756 | 2756 | ** --date DATE Make DATE the check-in time |
| 2757 | 2757 | ** --bgcolor COLOR Apply COLOR to this check-in |
| 2758 | 2758 | ** --branchcolor COLOR Apply and propagate COLOR to the branch |
| 2759 | 2759 | ** --tag TAG Add new TAG to this check-in |
| 2760 | 2760 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2749,11 +2749,11 @@ | |
| 2749 | ** Amend the tags on check-in UUID to change how it displays in the timeline. |
| 2750 | ** |
| 2751 | ** Options: |
| 2752 | ** |
| 2753 | ** --euser USER Make USER the check-in user |
| 2754 | ** --comment COMMENT Make COMMENT the check-in comment |
| 2755 | ** --edit-comment Launch editor to revise comment |
| 2756 | ** --date DATE Make DATE the check-in time |
| 2757 | ** --bgcolor COLOR Apply COLOR to this check-in |
| 2758 | ** --branchcolor COLOR Apply and propagate COLOR to the branch |
| 2759 | ** --tag TAG Add new TAG to this check-in |
| 2760 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2749,11 +2749,11 @@ | |
| 2749 | ** Amend the tags on check-in UUID to change how it displays in the timeline. |
| 2750 | ** |
| 2751 | ** Options: |
| 2752 | ** |
| 2753 | ** --euser USER Make USER the check-in user |
| 2754 | ** -m|--comment COMMENT Make COMMENT the check-in comment |
| 2755 | ** --edit-comment Launch editor to revise comment |
| 2756 | ** --date DATE Make DATE the check-in time |
| 2757 | ** --bgcolor COLOR Apply COLOR to this check-in |
| 2758 | ** --branchcolor COLOR Apply and propagate COLOR to the branch |
| 2759 | ** --tag TAG Add new TAG to this check-in |
| 2760 |