| | @@ -20,11 +20,11 @@ |
| 20 | 20 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 21 | 21 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 22 | 22 | enough to make the intent—the 'clone' command—unambiguous. |
| 23 | 23 | |
| 24 | 24 | You should probably start interacting with fossil at the command line |
| 25 | | - by asking it what it can do: |
| 25 | + by asking it what it can do: <a name="tof">ᵻ</a> |
| 26 | 26 | |
| 27 | 27 | <code>$ fossil help</code><nowiki><pre> |
| 28 | 28 | Usage: fossil help COMMAND. |
| 29 | 29 | Available COMMANDs:</pre><table width="80%" style="font-family: fixed, courier, monospace; "> |
| 30 | 30 | <tr> |
| | @@ -102,17 +102,17 @@ |
| 102 | 102 | commands listed above. There are links to individual pages for each |
| 103 | 103 | of them; pages with content (not all of them are done) go into the command |
| 104 | 104 | in a bit more depth than the program help. |
| 105 | 105 | <pre> |
| 106 | 106 | |
| 107 | | - <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE... |
| 107 | + <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE... <a href="#tof">ᵻ</a> |
| 108 | 108 | |
| 109 | 109 | Make arrangements to add one or more files to the current checkout |
| 110 | 110 | at the next commit. |
| 111 | 111 | |
| 112 | 112 | |
| 113 | | - <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync) |
| 113 | + <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync) <a href="#tof">ᵻ</a> |
| 114 | 114 | |
| 115 | 115 | The ~/.fossil file records the location of all repositories for a |
| 116 | 116 | user. This command performs certain operations on all repositories |
| 117 | 117 | that can be useful before or after a period of disconnection operation. |
| 118 | 118 | Available operations are: |
| | @@ -130,11 +130,11 @@ |
| 130 | 130 | Respositories are automatically added to the set of known repositories |
| 131 | 131 | when one of the following commands against the repository: clone, info, |
| 132 | 132 | pull, push, or sync |
| 133 | 133 | |
| 134 | 134 | |
| 135 | | - <a name="cgi">Usage: </a><a href="cmd_cgi">fossil cgi</a> SCRIPT |
| 135 | + <a name="cgi">Usage: </a><a href="cmd_cgi">fossil cgi</a> SCRIPT <a href="#tof">ᵻ</a> |
| 136 | 136 | |
| 137 | 137 | The SCRIPT argument is the name of a file that is the CGI script |
| 138 | 138 | that is being run. The command name, "cgi", may be omitted if |
| 139 | 139 | the GATEWAY_INTERFACE environment variable is set to "CGI" (which |
| 140 | 140 | should always be the case for CGI scripts run by a webserver.) The |
| | @@ -146,26 +146,26 @@ |
| 146 | 146 | The second line defines the name of the repository. After locating |
| 147 | 147 | the repository, fossil will generate a webpage on stdout based on |
| 148 | 148 | the values of standard CGI environment variables. |
| 149 | 149 | |
| 150 | 150 | |
| 151 | | - <a name="changes">Usage: </a><a href="cmd_changes">fossil changes</a> |
| 151 | + <a name="changes">Usage: </a><a href="cmd_changes">fossil changes</a> <a href="#tof">ᵻ</a> |
| 152 | 152 | |
| 153 | 153 | Report on the edit status of all files in the current checkout. |
| 154 | 154 | See also the "status" and "extra" commands. |
| 155 | 155 | |
| 156 | 156 | |
| 157 | | - <a name="checkout">Usage: </a><a href="checkout">fossil checkout</a> VERSION ?-f|--force? |
| 157 | + <a name="checkout">Usage: </a><a href="checkout">fossil checkout</a> VERSION ?-f|--force? <a href="#tof">ᵻ</a> |
| 158 | 158 | |
| 159 | 159 | Check out a version specified on the command-line. This command |
| 160 | 160 | will not overwrite edited files in the current checkout unless |
| 161 | 161 | the --force option appears on the command-line. |
| 162 | 162 | |
| 163 | 163 | See also the "update" command. |
| 164 | 164 | |
| 165 | 165 | |
| 166 | | - <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? |
| 166 | + <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? <a href="#tof">ᵻ</a> |
| 167 | 167 | fossil ci ... (as above) |
| 168 | 168 | |
| 169 | 169 | Create a new version containing all of the changes in the current |
| 170 | 170 | checkout. You will be prompted to enter a check-in comment unless |
| 171 | 171 | the "-m" option is used to specify a comment line. You will be |
| | @@ -173,11 +173,11 @@ |
| 173 | 173 | unless the "--nosign" options is used. All files that have |
| 174 | 174 | changed will be committed unless some subset of files is specified |
| 175 | 175 | on the command line. |
| 176 | 176 | |
| 177 | 177 | |
| 178 | | - <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? |
| 178 | + <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? <a href="#tof">ᵻ</a> |
| 179 | 179 | |
| 180 | 180 | Delete all "extra" files in the source tree. "Extra" files are |
| 181 | 181 | files that are not officially part of the checkout. See also |
| 182 | 182 | the "extra" command. This operation cannot be undone. |
| 183 | 183 | |
| | @@ -184,24 +184,24 @@ |
| 184 | 184 | You will be prompted before removing each file. If you are |
| 185 | 185 | sure you wish to remove all "extra" files you can specify the |
| 186 | 186 | optional -all flag. |
| 187 | 187 | |
| 188 | 188 | |
| 189 | | - <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME |
| 189 | + <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME <a href="#tof">ᵻ</a> |
| 190 | 190 | |
| 191 | 191 | Make a clone of a repository specified by URL in the local |
| 192 | 192 | file named FILENAME. |
| 193 | 193 | |
| 194 | 194 | |
| 195 | | - <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force? |
| 195 | + <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force? <a href="#tof">ᵻ</a> |
| 196 | 196 | |
| 197 | 197 | The opposite of "open". Close the current database connection. |
| 198 | 198 | Require a -f or --force flag if there are unsaved changed in the |
| 199 | 199 | current check-out. |
| 200 | 200 | |
| 201 | 201 | |
| 202 | | - <a name="configure">Usage: </a><a href="cmd_configure.wiki">fossil configure</a> METHOD ... |
| 202 | + <a name="configure">Usage: </a><a href="cmd_configure.wiki">fossil configure</a> METHOD ... <a href="#tof">ᵻ</a> |
| 203 | 203 | |
| 204 | 204 | Where METHOD is one of: export import merge pull push reset. All methods |
| 205 | 205 | accept the -R or --repository option to specific a repository. |
| 206 | 206 | |
| 207 | 207 | fossil configuration export AREA FILENAME |
| | @@ -240,30 +240,30 @@ |
| 240 | 240 | source. The inbound configuration is not checked for safety and can |
| 241 | 241 | introduce security vulnerabilities. |
| 242 | 242 | |
| 243 | 243 | |
| 244 | 244 | COMMAND: deconstruct |
| 245 | | - <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION |
| 245 | + <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION <a href="#tof">ᵻ</a> |
| 246 | 246 | |
| 247 | 247 | Populates the indicated DESTINATION directory with copies of all |
| 248 | 248 | artifcats contained within the repository. Artifacts are named AA/bbbbb |
| 249 | 249 | where AA is the first 2 characters of the artifact ID and bbbbb is the |
| 250 | 250 | remaining 38 characters. |
| 251 | 251 | |
| 252 | 252 | |
| 253 | | - <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... |
| 253 | + <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... <a href="#tof">ᵻ</a> |
| 254 | 254 | or: fossil del FILE... |
| 255 | 255 | Remove one or more files from the tree. |
| 256 | 256 | |
| 257 | 257 | |
| 258 | | - <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?BASELINE-ID? |
| 258 | + <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?BASELINE-ID? <a href="#tof">ᵻ</a> |
| 259 | 259 | |
| 260 | 260 | Find all leaf descendants of the baseline specified or if the argument |
| 261 | 261 | is omitted, of the baseline currently checked out. |
| 262 | 262 | |
| 263 | 263 | |
| 264 | | - <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE... |
| 264 | + <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE... <a href="#tof">ᵻ</a> |
| 265 | 265 | |
| 266 | 266 | Show the difference between the current version of a file (as it |
| 267 | 267 | exists on disk) and that same file as it was checked out. |
| 268 | 268 | |
| 269 | 269 | diff will show a textual diff while gdiff will attempt to run a |
| | @@ -284,59 +284,59 @@ |
| 284 | 284 | fossil setting gdiff-command meld |
| 285 | 285 | fossil setting gdiff-command xxdiff |
| 286 | 286 | fossil setting gdiff-command kdiff3 |
| 287 | 287 | |
| 288 | 288 | |
| 289 | | - <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a> |
| 289 | + <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a> <a href="#tof">ᵻ</a> |
| 290 | 290 | |
| 291 | 291 | Print a list of all files in the source tree that are not part of |
| 292 | 292 | the current checkout. See also the "clean" command. |
| 293 | 293 | |
| 294 | 294 | |
| 295 | | - <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND |
| 295 | + <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND <a href="#tof">ᵻ</a> |
| 296 | 296 | |
| 297 | 297 | Display information on how to use COMMAND |
| 298 | 298 | |
| 299 | 299 | |
| 300 | | - <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY |
| 300 | + <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY <a href="#tof">ᵻ</a> |
| 301 | 301 | |
| 302 | 302 | Handle a single HTTP request appearing on stdin. The resulting webpage |
| 303 | 303 | is delivered on stdout. This method is used to launch an HTTP request |
| 304 | 304 | handler from inetd, for example. The argument is the name of the |
| 305 | 305 | repository. |
| 306 | 306 | |
| 307 | 307 | |
| 308 | | - <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME? |
| 308 | + <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME? <a href="#tof">ᵻ</a> |
| 309 | 309 | |
| 310 | 310 | With no arguments, provide information about the current tree. |
| 311 | 311 | If an argument is specified, provide information about the object |
| 312 | 312 | in the respository of the current tree that the argument refers |
| 313 | 313 | to. Or if the argument is the name of a repository, show |
| 314 | 314 | information about that repository. |
| 315 | 315 | |
| 316 | 316 | |
| 317 | | - <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a> |
| 317 | + <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a> <a href="#tof">ᵻ</a> |
| 318 | 318 | |
| 319 | 319 | Find leaves of all branches. |
| 320 | 320 | |
| 321 | 321 | |
| 322 | | - <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a> |
| 322 | + <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a> <a href="#tof">ᵻ</a> |
| 323 | 323 | |
| 324 | 324 | Show the names of all files in the current checkout |
| 325 | 325 | |
| 326 | 326 | |
| 327 | | - <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION |
| 327 | + <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION <a href="#tof">ᵻ</a> |
| 328 | 328 | |
| 329 | 329 | The argument is a version that should be merged into the current |
| 330 | 330 | checkout. |
| 331 | 331 | |
| 332 | 332 | Only file content is merged. The result continues to use the |
| 333 | 333 | file and directory names from the current check-out even if those |
| 334 | 334 | names might have been changed in the branch being merged in. |
| 335 | 335 | |
| 336 | 336 | |
| 337 | | - <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME |
| 337 | + <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME <a href="#tof">ᵻ</a> |
| 338 | 338 | or: fossil mv|rename OLDNAME... DIR |
| 339 | 339 | |
| 340 | 340 | Move or rename one or more files within the tree |
| 341 | 341 | |
| 342 | 342 | This command does not rename the files on disk. All this command does is |
| | @@ -348,18 +348,18 @@ |
| 348 | 348 | Create a repository for a new project in the file named FILENAME. |
| 349 | 349 | This command is distinct from "clone". The "clone" command makes |
| 350 | 350 | a copy of an existing project. This command starts a new project. |
| 351 | 351 | |
| 352 | 352 | |
| 353 | | - <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME |
| 353 | + <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME <a href="#tof">ᵻ</a> |
| 354 | 354 | |
| 355 | 355 | Open a connection to the local repository in FILENAME. A checkout |
| 356 | 356 | for the repository is created with its root at the working directory. |
| 357 | 357 | See also the "close" command. |
| 358 | 358 | |
| 359 | 359 | |
| 360 | | - <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY? |
| 360 | + <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY? <a href="#tof">ᵻ</a> |
| 361 | 361 | |
| 362 | 362 | Pull changes in a remote repository into the local repository. |
| 363 | 363 | The repository is identified by the -R or --repository option. |
| 364 | 364 | If there is no such option then the open repository is used. |
| 365 | 365 | The URL of the remote server is specified on the command line |
| | @@ -375,30 +375,30 @@ |
| 375 | 375 | prompted for the password on the command-line. The PORT |
| 376 | 376 | specifies the TCP port of the server. The default port is |
| 377 | 377 | 80. |
| 378 | 378 | |
| 379 | 379 | |
| 380 | | - <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY? |
| 380 | + <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY? <a href="#tof">ᵻ</a> |
| 381 | 381 | |
| 382 | 382 | Push changes in the local repository over into a remote repository. |
| 383 | 383 | See the "pull" command for additional information. |
| 384 | 384 | |
| 385 | | - <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY |
| 385 | + <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY <a href="#tof">ᵻ</a> |
| 386 | 386 | |
| 387 | 387 | Reconstruct the named repository database from the core |
| 388 | 388 | records. Run this command after updating the fossil |
| 389 | 389 | executable in a way that changes the database schema. |
| 390 | 390 | |
| 391 | 391 | |
| 392 | 392 | COMMAND: reconstruct |
| 393 | | - <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN |
| 393 | + <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN <a href="#tof">ᵻ</a> |
| 394 | 394 | |
| 395 | 395 | Creates the REPOSITORY and populates it with the artifacts in the |
| 396 | 396 | indicated ORIGIN directory. |
| 397 | 397 | |
| 398 | 398 | |
| 399 | | - <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...? |
| 399 | + <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...? <a href="#tof">ᵻ</a> |
| 400 | 400 | |
| 401 | 401 | Redo the an update or merge operation that has been undone by the |
| 402 | 402 | undo command. If FILENAME is specified then restore the changes |
| 403 | 403 | associated with the named file(s) but otherwise leave the update |
| 404 | 404 | or merge undone. |
| | @@ -405,19 +405,19 @@ |
| 405 | 405 | |
| 406 | 406 | A single level of undo/redo is supported. The undo/redo stack |
| 407 | 407 | is cleared by the commit and checkout commands. |
| 408 | 408 | |
| 409 | 409 | |
| 410 | | - <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r REVISION? FILE |
| 410 | + <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r REVISION? FILE <a href="#tof">ᵻ</a> |
| 411 | 411 | |
| 412 | 412 | Revert to the current repository version of FILE, or to |
| 413 | 413 | the version associated with baseline REVISION if the -r flag |
| 414 | 414 | appears. This command will confirm your operation unless the |
| 415 | 415 | file is missing or the --yes option is used. |
| 416 | 416 | |
| 417 | 417 | |
| 418 | | - <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? |
| 418 | + <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? <a href="#tof">ᵻ</a> |
| 419 | 419 | Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY? |
| 420 | 420 | |
| 421 | 421 | Open a socket and begin listening and responding to HTTP requests on |
| 422 | 422 | TCP port 8080, or on any other TCP port defined by the -P or |
| 423 | 423 | --port option. The optional argument is the name of the repository. |
| | @@ -428,11 +428,11 @@ |
| 428 | 428 | the web server. |
| 429 | 429 | |
| 430 | 430 | |
| 431 | 431 | COMMAND: settings |
| 432 | 432 | COMMAND: unset |
| 433 | | - <a name="setting">Usage: </a><a href="cmd_setting.wiki">fossil setting</a> ?PROPERTY? ?VALUE? ?-global? |
| 433 | + <a name="setting">Usage: </a><a href="cmd_setting.wiki">fossil setting</a> ?PROPERTY? ?VALUE? ?-global? <a href="#tof">ᵻ</a> |
| 434 | 434 | fossil unset PROPERTY ?-global? |
| 435 | 435 | |
| 436 | 436 | The "setting" command with no arguments lists all properties and their |
| 437 | 437 | values. With just a property name it shows the value of that property. |
| 438 | 438 | With a value argument it changes the property for the current repository. |
| | @@ -472,23 +472,23 @@ |
| 472 | 472 | web browser when given a URL as an argument. |
| 473 | 473 | Defaults to "start" on windows, "open" on Mac, |
| 474 | 474 | and "firefox" on Unix. |
| 475 | 475 | |
| 476 | 476 | |
| 477 | | - <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a> |
| 477 | + <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a> <a href="#tof">ᵻ</a> |
| 478 | 478 | |
| 479 | 479 | Report on the status of the current checkout. |
| 480 | 480 | |
| 481 | 481 | |
| 482 | | - <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY? |
| 482 | + <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY? <a href="#tof">ᵻ</a> |
| 483 | 483 | |
| 484 | 484 | Synchronize the local repository with a remote repository. This is |
| 485 | 485 | the equivalent of running both "push" and "pull" at the same time. |
| 486 | 486 | See the "pull" command for additional information. |
| 487 | 487 | |
| 488 | 488 | |
| 489 | | - <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ... |
| 489 | + <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ... <a href="#tof">ᵻ</a> |
| 490 | 490 | |
| 491 | 491 | Run various subcommands to control tags and properties |
| 492 | 492 | |
| 493 | 493 | fossil tag add ?--raw? TAGNAME BASELINE ?VALUE? |
| 494 | 494 | |
| | @@ -541,11 +541,11 @@ |
| 541 | 541 | fossil update tag:decaf |
| 542 | 542 | |
| 543 | 543 | will assume that "decaf" is a tag/branch name. |
| 544 | 544 | |
| 545 | 545 | |
| 546 | | - <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?BASELINE|DATETIME? ?-n|--count N? |
| 546 | + <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?BASELINE|DATETIME? ?-n|--count N? <a href="#tof">ᵻ</a> |
| 547 | 547 | |
| 548 | 548 | Print a summary of activity going backwards in date and time |
| 549 | 549 | specified or from the current date and time if no arguments |
| 550 | 550 | are given. Show as many as N (default 20) check-ins. The |
| 551 | 551 | WHEN argument can be any unique abbreviation of one of these |
| | @@ -560,21 +560,21 @@ |
| 560 | 560 | The DATETIME should be in the ISO8601 format. For |
| 561 | 561 | examples: "2007-08-18 07:21:21". You can also say "current" |
| 562 | 562 | for the current version or "now" for the current time. |
| 563 | 563 | |
| 564 | 564 | |
| 565 | | - <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...? |
| 565 | + <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...? <a href="#tof">ᵻ</a> |
| 566 | 566 | |
| 567 | 567 | Undo the most recent update or merge operation. If FILENAME is |
| 568 | 568 | specified then restore the content of the named file(s) but otherwise |
| 569 | 569 | leave the update or merge in effect. |
| 570 | 570 | |
| 571 | 571 | A single level of undo/redo is supported. The undo/redo stack |
| 572 | 572 | is cleared by the commit and checkout commands. |
| 573 | 573 | |
| 574 | 574 | |
| 575 | | - <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest? |
| 575 | + <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest? <a href="#tof">ᵻ</a> |
| 576 | 576 | |
| 577 | 577 | The optional argument is a version that should become the current |
| 578 | 578 | version. If the argument is omitted, then use the leaf of the |
| 579 | 579 | tree that begins with the current version, if there is only a |
| 580 | 580 | single leaf. If there are a multiple leaves, the latest is used |
| | @@ -582,11 +582,11 @@ |
| 582 | 582 | |
| 583 | 583 | This command is different from the "checkout" in that edits are |
| 584 | 584 | not overwritten. Edits are merged into the new version. |
| 585 | 585 | |
| 586 | 586 | |
| 587 | | - <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE? |
| 587 | + <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE? <a href="#tof">ᵻ</a> |
| 588 | 588 | |
| 589 | 589 | Run various subcommands on users of the open repository or of |
| 590 | 590 | the repository identified by the -R or --repository option. |
| 591 | 591 | |
| 592 | 592 | fossil user capabilities USERNAME ?STRING? |
| | @@ -611,16 +611,16 @@ |
| 611 | 611 | fossil user password USERNAME |
| 612 | 612 | |
| 613 | 613 | Change the web access password for a user. |
| 614 | 614 | |
| 615 | 615 | |
| 616 | | - <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a> |
| 616 | + <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a> <a href="#tof">ᵻ</a> |
| 617 | 617 | |
| 618 | 618 | Print the source code version number for the fossil executable. |
| 619 | 619 | |
| 620 | 620 | |
| 621 | | - <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName |
| 621 | + <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName <a href="#tof">ᵻ</a> |
| 622 | 622 | |
| 623 | 623 | Run various subcommands to fetch wiki entries. |
| 624 | 624 | |
| 625 | 625 | fossil wiki export PAGENAME ?FILE? |
| 626 | 626 | |
| | @@ -676,5 +676,6 @@ |
| 676 | 676 | so they are (currently) not addressed here. Clarity and brevity may be |
| 677 | 677 | sacrificed for expediency at the authors indiscretion. All spelling and |
| 678 | 678 | grammatical mistakes are somebody elses fault.<code> void * </code> |
| 679 | 679 | prohibited where<code> __C_PLUS_PLUS__ </code>. Title and taxes extra. |
| 680 | 680 | Not valid in Hooptigonia. |
| 681 | +<a href="#tof">ᵻ</a> |
| 681 | 682 | |