Fossil SCM
Tiny documentation fix: an extra space before argument to the '--base-rcvid' hook test option made the argument appear on the line describing the option.
Commit
cb283ca505ade74f407b4ad2d6f17c9516d17b7fced4a3cc84a440fa5fc3fe1e
Parent
22ee43db43f3aa6…
1 file changed
+1
-1
+1
-1
| --- src/hook.c | ||
| +++ src/hook.c | ||
| @@ -232,11 +232,11 @@ | ||
| 232 | 232 | ** |
| 233 | 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | 234 | ** Options: |
| 235 | 235 | ** |
| 236 | 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | -** --base-rcvid N Pretend that the hook-last-rcvid value is N | |
| 237 | +** --base-rcvid N Pretend that the hook-last-rcvid value is N | |
| 238 | 238 | ** --new-rcvid M Pretend that the last rcvid valud is M |
| 239 | 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | 240 | ** |
| 241 | 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | 242 | ** the hook type is not "after-receive". The default values for |
| 243 | 243 |
| --- src/hook.c | |
| +++ src/hook.c | |
| @@ -232,11 +232,11 @@ | |
| 232 | ** |
| 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | ** Options: |
| 235 | ** |
| 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | ** --base-rcvid N Pretend that the hook-last-rcvid value is N |
| 238 | ** --new-rcvid M Pretend that the last rcvid valud is M |
| 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | ** |
| 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | ** the hook type is not "after-receive". The default values for |
| 243 |
| --- src/hook.c | |
| +++ src/hook.c | |
| @@ -232,11 +232,11 @@ | |
| 232 | ** |
| 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | ** Options: |
| 235 | ** |
| 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | ** --base-rcvid N Pretend that the hook-last-rcvid value is N |
| 238 | ** --new-rcvid M Pretend that the last rcvid valud is M |
| 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | ** |
| 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | ** the hook type is not "after-receive". The default values for |
| 243 |