Fossil SCM
Rename option to --author to amend user information per suggestions on ML.
Commit
01cea049acbc80e013019a5664d4efe07302c04f
Parent
3b842cbd1b9309e…
1 file changed
+2
-2
+2
-2
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2748,11 +2748,11 @@ | ||
| 2748 | 2748 | ** |
| 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 | -** --euser USER Make USER the check-in user | |
| 2753 | +** --author USER Make USER the author for check-in | |
| 2754 | 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 |
| @@ -2796,11 +2796,11 @@ | ||
| 2796 | 2796 | if( zNewBrColor ){ |
| 2797 | 2797 | zNewColor = zNewBrColor; |
| 2798 | 2798 | fNewPropagateColor = 1; |
| 2799 | 2799 | } |
| 2800 | 2800 | zNewDate = find_option("date",0,1); |
| 2801 | - zNewUser = find_option("euser",0,1); | |
| 2801 | + zNewUser = find_option("author",0,1); | |
| 2802 | 2802 | zNewTag = find_option("tag",0,1); |
| 2803 | 2803 | zCancelTag = find_option("cancel",0,1); |
| 2804 | 2804 | fClose = find_option("close",0,0)!=0; |
| 2805 | 2805 | fHide = find_option("hide",0,0)!=0; |
| 2806 | 2806 | zChngTime = find_option("chngtime",0,1); |
| 2807 | 2807 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2748,11 +2748,11 @@ | |
| 2748 | ** |
| 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 |
| @@ -2796,11 +2796,11 @@ | |
| 2796 | if( zNewBrColor ){ |
| 2797 | zNewColor = zNewBrColor; |
| 2798 | fNewPropagateColor = 1; |
| 2799 | } |
| 2800 | zNewDate = find_option("date",0,1); |
| 2801 | zNewUser = find_option("euser",0,1); |
| 2802 | zNewTag = find_option("tag",0,1); |
| 2803 | zCancelTag = find_option("cancel",0,1); |
| 2804 | fClose = find_option("close",0,0)!=0; |
| 2805 | fHide = find_option("hide",0,0)!=0; |
| 2806 | zChngTime = find_option("chngtime",0,1); |
| 2807 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2748,11 +2748,11 @@ | |
| 2748 | ** |
| 2749 | ** Amend the tags on check-in UUID to change how it displays in the timeline. |
| 2750 | ** |
| 2751 | ** Options: |
| 2752 | ** |
| 2753 | ** --author USER Make USER the author for check-in |
| 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 |
| @@ -2796,11 +2796,11 @@ | |
| 2796 | if( zNewBrColor ){ |
| 2797 | zNewColor = zNewBrColor; |
| 2798 | fNewPropagateColor = 1; |
| 2799 | } |
| 2800 | zNewDate = find_option("date",0,1); |
| 2801 | zNewUser = find_option("author",0,1); |
| 2802 | zNewTag = find_option("tag",0,1); |
| 2803 | zCancelTag = find_option("cancel",0,1); |
| 2804 | fClose = find_option("close",0,0)!=0; |
| 2805 | fHide = find_option("hide",0,0)!=0; |
| 2806 | zChngTime = find_option("chngtime",0,1); |
| 2807 |