Differences From Artifact [5ae57e8046]:
- File f-apps/f-rm.c — part of check-in [40fcc816f0] at 2021-03-31 12:17:18 on branch trunk — Renamed fsl_vfile_load_from_rid() to fsl_vfile_load(). Added fsl_vfile_unload() and fsl_vfile_unload_except(). f-revert can now revert files to specific checkin versions while retaining the current checkout version. (user: stephan size: 2570)
To Artifact [cc6d1e06e6]:
- File f-apps/f-rm.c — part of check-in [9c7cf37828] at 2021-04-04 04:58:15 on branch trunk — f-apps: use fcli_cx() instead of accessing fcli.f directly. (user: stephan size: 2573)
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | "file [...file]", NULL }; fcli.cliFlags = FCliFlags; fcli.appHelp = &FCliHelp; rc = fcli_setup(argc, argv); if(FCLI_RC_HELP==rc) /* --help */ return 0; else if(rc) goto end; |
︙ |