Fossil SCM

test-delta-apply help test fix reported in [forum:4c3f5658eb|forum post 4c3f5658eb].

stephan 2023-09-08 11:43 trunk
Commit dd62094499ee8c02411e7239b7179a0ab6a2a7a89a2f4ac4cc120c8fafb39c53
1 file changed +2 -2
+2 -2
--- src/deltacmd.c
+++ src/deltacmd.c
@@ -143,13 +143,13 @@
143143
}
144144
145145
/*
146146
** COMMAND: test-delta-apply
147147
**
148
-** Usage: %fossil test-delta-apply FILE1 DELTA
148
+** Usage: %fossil test-delta-apply FILE1 DELTA FILE2
149149
**
150
-** Apply DELTA to FILE1 and output the result.
150
+** Apply DELTA to FILE1 and output the result in FILE2.
151151
*/
152152
void delta_apply_cmd(void){
153153
Blob orig, target, delta;
154154
if( g.argc!=5 ){
155155
usage("ORIGIN DELTA TARGET");
156156
--- 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

Keyboard Shortcuts

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