Fossil SCM
Change the default page for the "fossil ui" command to the new /ckout page.
Commit
db2f309787b18b1798081604bee4f1717bebed9a420037332e91b0ae4caf4ca1
Parent
a2a0390cbf7df9a…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -3385,11 +3385,11 @@ | ||
| 3385 | 3385 | if( !zRemote ){ |
| 3386 | 3386 | find_server_repository(findServerArg, fCreate); |
| 3387 | 3387 | } |
| 3388 | 3388 | if( zInitPage==0 ){ |
| 3389 | 3389 | if( isUiCmd && g.localOpen ){ |
| 3390 | - zInitPage = "timeline?c=current"; | |
| 3390 | + zInitPage = "ckout"; | |
| 3391 | 3391 | }else{ |
| 3392 | 3392 | zInitPage = ""; |
| 3393 | 3393 | } |
| 3394 | 3394 | } |
| 3395 | 3395 | if( zPort ){ |
| 3396 | 3396 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3385,11 +3385,11 @@ | |
| 3385 | if( !zRemote ){ |
| 3386 | find_server_repository(findServerArg, fCreate); |
| 3387 | } |
| 3388 | if( zInitPage==0 ){ |
| 3389 | if( isUiCmd && g.localOpen ){ |
| 3390 | zInitPage = "timeline?c=current"; |
| 3391 | }else{ |
| 3392 | zInitPage = ""; |
| 3393 | } |
| 3394 | } |
| 3395 | if( zPort ){ |
| 3396 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3385,11 +3385,11 @@ | |
| 3385 | if( !zRemote ){ |
| 3386 | find_server_repository(findServerArg, fCreate); |
| 3387 | } |
| 3388 | if( zInitPage==0 ){ |
| 3389 | if( isUiCmd && g.localOpen ){ |
| 3390 | zInitPage = "ckout"; |
| 3391 | }else{ |
| 3392 | zInitPage = ""; |
| 3393 | } |
| 3394 | } |
| 3395 | if( zPort ){ |
| 3396 |