Fossil SCM
Update the help message for the /ckout page.
Commit
5ba44a134d3ec452914f4ea7c6e8eb9cc32042546ff6600e2c88c9cd89e0a390
Parent
6affaac979cd087…
1 file changed
+2
-2
+2
-2
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -607,12 +607,12 @@ | ||
| 607 | 607 | |
| 608 | 608 | /* |
| 609 | 609 | ** WEBPAGE: ckout |
| 610 | 610 | ** |
| 611 | 611 | ** Show information about the current checkout. This page only functions |
| 612 | -** if the web server is run as loopback and is on an open check-out and | |
| 613 | -** has no "name" parameter. | |
| 612 | +** if the web server is run on a loopback interface (in other words, was | |
| 613 | +** started using "fossil ui" or similar) from with on open check-out. | |
| 614 | 614 | */ |
| 615 | 615 | void ckout_page(void){ |
| 616 | 616 | const char *zName = P("name"); |
| 617 | 617 | int vid; |
| 618 | 618 | char *zHostname; |
| 619 | 619 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -607,12 +607,12 @@ | |
| 607 | |
| 608 | /* |
| 609 | ** WEBPAGE: ckout |
| 610 | ** |
| 611 | ** Show information about the current checkout. This page only functions |
| 612 | ** if the web server is run as loopback and is on an open check-out and |
| 613 | ** has no "name" parameter. |
| 614 | */ |
| 615 | void ckout_page(void){ |
| 616 | const char *zName = P("name"); |
| 617 | int vid; |
| 618 | char *zHostname; |
| 619 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -607,12 +607,12 @@ | |
| 607 | |
| 608 | /* |
| 609 | ** WEBPAGE: ckout |
| 610 | ** |
| 611 | ** Show information about the current checkout. This page only functions |
| 612 | ** if the web server is run on a loopback interface (in other words, was |
| 613 | ** started using "fossil ui" or similar) from with on open check-out. |
| 614 | */ |
| 615 | void ckout_page(void){ |
| 616 | const char *zName = P("name"); |
| 617 | int vid; |
| 618 | char *zHostname; |
| 619 |