Fossil SCM
Changed text which appears in EDITOR/VISUAL-based commit message editor, per ML discussion.
Commit
9801449b68431295ebff30d1b565edd59860f263
Parent
44bd9ae243db2c0…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -797,11 +797,11 @@ | ||
| 797 | 797 | #else |
| 798 | 798 | blob_init(&prompt, zInit, -1); |
| 799 | 799 | #endif |
| 800 | 800 | blob_append(&prompt, |
| 801 | 801 | "\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" | |
| 803 | 803 | "#\n", -1 |
| 804 | 804 | ); |
| 805 | 805 | blob_appendf(&prompt, "# user: %s\n", p->zUserOvrd ? p->zUserOvrd : g.zLogin); |
| 806 | 806 | if( p->zBranch && p->zBranch[0] ){ |
| 807 | 807 | blob_appendf(&prompt, "# tags: %s\n#\n", p->zBranch); |
| 808 | 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 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 |