Fossil SCM

Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion.

stephan 2013-10-16 12:43 trunk
Commit 9801449b68431295ebff30d1b565edd59860f263
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -797,11 +797,11 @@
797797
#else
798798
blob_init(&prompt, zInit, -1);
799799
#endif
800800
blob_append(&prompt,
801801
"\n"
802
- "# Enter comments on this check-in. Lines beginning with # are ignored.\n"
802
+ "# Enter commit message for this check-in. Lines beginning with # are ignored.\n"
803803
"#\n", -1
804804
);
805805
blob_appendf(&prompt, "# user: %s\n", p->zUserOvrd ? p->zUserOvrd : g.zLogin);
806806
if( p->zBranch && p->zBranch[0] ){
807807
blob_appendf(&prompt, "# tags: %s\n#\n", p->zBranch);
808808
--- src/checkin.c
+++ src/checkin.c
@@ -797,11 +797,11 @@
797 #else
798 blob_init(&prompt, zInit, -1);
799 #endif
800 blob_append(&prompt,
801 "\n"
802 "# Enter comments on this check-in. Lines beginning with # are ignored.\n"
803 "#\n", -1
804 );
805 blob_appendf(&prompt, "# user: %s\n", p->zUserOvrd ? p->zUserOvrd : g.zLogin);
806 if( p->zBranch && p->zBranch[0] ){
807 blob_appendf(&prompt, "# tags: %s\n#\n", p->zBranch);
808
--- src/checkin.c
+++ src/checkin.c
@@ -797,11 +797,11 @@
797 #else
798 blob_init(&prompt, zInit, -1);
799 #endif
800 blob_append(&prompt,
801 "\n"
802 "# Enter commit message for this check-in. Lines beginning with # are ignored.\n"
803 "#\n", -1
804 );
805 blob_appendf(&prompt, "# user: %s\n", p->zUserOvrd ? p->zUserOvrd : g.zLogin);
806 if( p->zBranch && p->zBranch[0] ){
807 blob_appendf(&prompt, "# tags: %s\n#\n", p->zBranch);
808

Keyboard Shortcuts

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