Fossil SCM

Rename option to --author to amend user information per suggestions on ML.

andybradford 2015-07-20 04:24 check-in-edit
Commit 01cea049acbc80e013019a5664d4efe07302c04f
1 file changed +2 -2
+2 -2
--- src/info.c
+++ src/info.c
@@ -2748,11 +2748,11 @@
27482748
**
27492749
** Amend the tags on check-in UUID to change how it displays in the timeline.
27502750
**
27512751
** Options:
27522752
**
2753
-** --euser USER Make USER the check-in user
2753
+** --author USER Make USER the author for check-in
27542754
** -m|--comment COMMENT Make COMMENT the check-in comment
27552755
** --edit-comment Launch editor to revise comment
27562756
** --date DATE Make DATE the check-in time
27572757
** --bgcolor COLOR Apply COLOR to this check-in
27582758
** --branchcolor COLOR Apply and propagate COLOR to the branch
@@ -2796,11 +2796,11 @@
27962796
if( zNewBrColor ){
27972797
zNewColor = zNewBrColor;
27982798
fNewPropagateColor = 1;
27992799
}
28002800
zNewDate = find_option("date",0,1);
2801
- zNewUser = find_option("euser",0,1);
2801
+ zNewUser = find_option("author",0,1);
28022802
zNewTag = find_option("tag",0,1);
28032803
zCancelTag = find_option("cancel",0,1);
28042804
fClose = find_option("close",0,0)!=0;
28052805
fHide = find_option("hide",0,0)!=0;
28062806
zChngTime = find_option("chngtime",0,1);
28072807
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button