Differences From Artifact [2e6b8b9218]:
- File src/main.c — part of check-in [de6f88a6f0] at 2024-12-10 00:09:47 on branch trunk — Fix an obscure possible bug in "fossil ui DIR" if there are 96 or more additional arguments. (user: drh size: 133420) [more...]
To Artifact [ec677140a7]:
- File src/main.c — part of check-in [db2f309787] at 2024-12-10 16:57:20 on branch trunk — Change the default page for the "fossil ui" command to the new /ckout page. (user: drh size: 133407)
| ︙ | |||
3383 3384 3385 3386 3387 3388 3389 | 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 | - + |
allowRepoList = 1;
}
if( !zRemote ){
find_server_repository(findServerArg, fCreate);
}
if( zInitPage==0 ){
if( isUiCmd && g.localOpen ){
|
| ︙ |