Fossil SCM
test-delta-apply help test fix reported in [forum:4c3f5658eb|forum post 4c3f5658eb].
Commit
dd62094499ee8c02411e7239b7179a0ab6a2a7a89a2f4ac4cc120c8fafb39c53
Parent
dedfb13bf685a9b…
1 file changed
+2
-2
+2
-2
| --- src/deltacmd.c | ||
| +++ src/deltacmd.c | ||
| @@ -143,13 +143,13 @@ | ||
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | /* |
| 146 | 146 | ** COMMAND: test-delta-apply |
| 147 | 147 | ** |
| 148 | -** Usage: %fossil test-delta-apply FILE1 DELTA | |
| 148 | +** Usage: %fossil test-delta-apply FILE1 DELTA FILE2 | |
| 149 | 149 | ** |
| 150 | -** Apply DELTA to FILE1 and output the result. | |
| 150 | +** Apply DELTA to FILE1 and output the result in FILE2. | |
| 151 | 151 | */ |
| 152 | 152 | void delta_apply_cmd(void){ |
| 153 | 153 | Blob orig, target, delta; |
| 154 | 154 | if( g.argc!=5 ){ |
| 155 | 155 | usage("ORIGIN DELTA TARGET"); |
| 156 | 156 |
| --- src/deltacmd.c | |
| +++ src/deltacmd.c | |
| @@ -143,13 +143,13 @@ | |
| 143 | } |
| 144 | |
| 145 | /* |
| 146 | ** COMMAND: test-delta-apply |
| 147 | ** |
| 148 | ** Usage: %fossil test-delta-apply FILE1 DELTA |
| 149 | ** |
| 150 | ** Apply DELTA to FILE1 and output the result. |
| 151 | */ |
| 152 | void delta_apply_cmd(void){ |
| 153 | Blob orig, target, delta; |
| 154 | if( g.argc!=5 ){ |
| 155 | usage("ORIGIN DELTA TARGET"); |
| 156 |
| --- src/deltacmd.c | |
| +++ src/deltacmd.c | |
| @@ -143,13 +143,13 @@ | |
| 143 | } |
| 144 | |
| 145 | /* |
| 146 | ** COMMAND: test-delta-apply |
| 147 | ** |
| 148 | ** Usage: %fossil test-delta-apply FILE1 DELTA FILE2 |
| 149 | ** |
| 150 | ** Apply DELTA to FILE1 and output the result in FILE2. |
| 151 | */ |
| 152 | void delta_apply_cmd(void){ |
| 153 | Blob orig, target, delta; |
| 154 | if( g.argc!=5 ){ |
| 155 | usage("ORIGIN DELTA TARGET"); |
| 156 |