Fossil SCM
Corrected to make some more sense, from [forum post](forum:fdf29398a6d45).
Commit
36f354927b013b160d4be2e9c5a5ec41d04a517f7b7b5e15c14bc604280d35ab
Parent
99d0baa61508415…
1 file changed
+1
-1
+1
-1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -1095,11 +1095,11 @@ | ||
| 1095 | 1095 | /* |
| 1096 | 1096 | ** Compute the difference from an external tree of files to the current |
| 1097 | 1097 | ** working checkout with its edits. |
| 1098 | 1098 | ** |
| 1099 | 1099 | ** To put it another way: Every managed file in the current working |
| 1100 | -** checkout is compared to the file with same under in zExternBase. The | |
| 1100 | +** checkout is compared to the file with same name under zExternBase. The | |
| 1101 | 1101 | ** zExternBase files are on the left and the files in the current working |
| 1102 | 1102 | ** directory are on the right. |
| 1103 | 1103 | */ |
| 1104 | 1104 | void diff_externbase_to_checkout( |
| 1105 | 1105 | const char *zExternBase, /* Remote tree to use as the baseline */ |
| 1106 | 1106 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -1095,11 +1095,11 @@ | |
| 1095 | /* |
| 1096 | ** Compute the difference from an external tree of files to the current |
| 1097 | ** working checkout with its edits. |
| 1098 | ** |
| 1099 | ** To put it another way: Every managed file in the current working |
| 1100 | ** checkout is compared to the file with same under in zExternBase. The |
| 1101 | ** zExternBase files are on the left and the files in the current working |
| 1102 | ** directory are on the right. |
| 1103 | */ |
| 1104 | void diff_externbase_to_checkout( |
| 1105 | const char *zExternBase, /* Remote tree to use as the baseline */ |
| 1106 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -1095,11 +1095,11 @@ | |
| 1095 | /* |
| 1096 | ** Compute the difference from an external tree of files to the current |
| 1097 | ** working checkout with its edits. |
| 1098 | ** |
| 1099 | ** To put it another way: Every managed file in the current working |
| 1100 | ** checkout is compared to the file with same name under zExternBase. The |
| 1101 | ** zExternBase files are on the left and the files in the current working |
| 1102 | ** directory are on the right. |
| 1103 | */ |
| 1104 | void diff_externbase_to_checkout( |
| 1105 | const char *zExternBase, /* Remote tree to use as the baseline */ |
| 1106 |