Fossil SCM

Change the default page for the "fossil ui" command to the new /ckout page.

drh 2024-12-10 16:57 trunk
Commit db2f309787b18b1798081604bee4f1717bebed9a420037332e91b0ae4caf4ca1
1 file changed +1 -1
+1 -1
--- src/main.c
+++ src/main.c
@@ -3385,11 +3385,11 @@
33853385
if( !zRemote ){
33863386
find_server_repository(findServerArg, fCreate);
33873387
}
33883388
if( zInitPage==0 ){
33893389
if( isUiCmd && g.localOpen ){
3390
- zInitPage = "timeline?c=current";
3390
+ zInitPage = "ckout";
33913391
}else{
33923392
zInitPage = "";
33933393
}
33943394
}
33953395
if( zPort ){
33963396
--- 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

Keyboard Shortcuts

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