Fossil SCM
Add link to branching page.
Commit
f8f8baf945fb4187cefc19ecc3f68a0aaa0b1912
Parent
2e275c14202446f…
1 file changed
+8
-3
+8
-3
| --- www/reference.wiki | ||
| +++ www/reference.wiki | ||
| @@ -21,17 +21,22 @@ | ||
| 21 | 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | 23 | enough to make the intent—the 'clone' |
| 24 | 24 | command—unambiguous. |
| 25 | 25 | |
| 26 | - * Pragmatically, a <u>version</u> in <b>fossil</b> is a | |
| 26 | + * Pragmatically, a [ | <u>version</u>] in <b>fossil</b> is a | |
| 27 | 27 | 40-character long string of hexadecimal. <b>fossil</b> will be |
| 28 | 28 | able to figure out which version you want with any |
| 29 | 29 | <i>distinct</i> prefix of that string which is at least four |
| 30 | 30 | characters long. <em>Commands which require a version are |
| 31 | 31 | looking for the string, a distinct prefix of the string, or a |
| 32 | 32 | <code>tag</code>.</em> |
| 33 | + | |
| 34 | + * SCM in a distributed environment can be a bit confusing with | |
| 35 | + regard to branching, merging, and versions in general. See the | |
| 36 | + [./branching.wiki | explanation of branching] and it will all make | |
| 37 | + much more sense. | |
| 33 | 38 | |
| 34 | 39 | You should probably start interacting with fossil at the command |
| 35 | 40 | line by asking it what it can |
| 36 | 41 | do: <a name="tof">ˆ</a> |
| 37 | 42 | |
| @@ -39,11 +44,11 @@ | ||
| 39 | 44 | Usage: fossil help COMMAND. |
| 40 | 45 | Available COMMANDs:</pre><table width="80%" |
| 41 | 46 | style="font-family: fixed, courier, monospace;"> |
| 42 | 47 | <tr> |
| 43 | 48 | <td><a href="#add">add</a>*</td> |
| 44 | - <td><a href="#configure">configuration</a></td> | |
| 49 | + <td><a href="#configuration">configuration</a></td> | |
| 45 | 50 | <td><a href="#leaves">leaves</a></td> |
| 46 | 51 | <td><a href="#redo">redo</a></td> |
| 47 | 52 | <td><a href="#timeline">timeline</a></td> |
| 48 | 53 | </tr> |
| 49 | 54 | <tr> |
| @@ -201,11 +206,11 @@ | ||
| 201 | 206 | The opposite of "open". Close the current database connection. |
| 202 | 207 | Require a -f or --force flag if there are unsaved changed in the |
| 203 | 208 | current check-out. |
| 204 | 209 | |
| 205 | 210 | <hr><a href="#tof">ˆ</a> |
| 206 | - <a name="configure">Usage: </a><a href="cmd_configure.wiki">fossil configure</a> METHOD ... | |
| 211 | + <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ... | |
| 207 | 212 | Where METHOD is one of: export import merge pull push reset. All methods |
| 208 | 213 | accept the -R or --repository option to specific a repository. |
| 209 | 214 | |
| 210 | 215 | fossil configuration export AREA FILENAME |
| 211 | 216 | |
| 212 | 217 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -21,17 +21,22 @@ | |
| 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | enough to make the intent—the 'clone' |
| 24 | command—unambiguous. |
| 25 | |
| 26 | * Pragmatically, a <u>version</u> in <b>fossil</b> is a |
| 27 | 40-character long string of hexadecimal. <b>fossil</b> will be |
| 28 | able to figure out which version you want with any |
| 29 | <i>distinct</i> prefix of that string which is at least four |
| 30 | characters long. <em>Commands which require a version are |
| 31 | looking for the string, a distinct prefix of the string, or a |
| 32 | <code>tag</code>.</em> |
| 33 | |
| 34 | You should probably start interacting with fossil at the command |
| 35 | line by asking it what it can |
| 36 | do: <a name="tof">ˆ</a> |
| 37 | |
| @@ -39,11 +44,11 @@ | |
| 39 | Usage: fossil help COMMAND. |
| 40 | Available COMMANDs:</pre><table width="80%" |
| 41 | style="font-family: fixed, courier, monospace;"> |
| 42 | <tr> |
| 43 | <td><a href="#add">add</a>*</td> |
| 44 | <td><a href="#configure">configuration</a></td> |
| 45 | <td><a href="#leaves">leaves</a></td> |
| 46 | <td><a href="#redo">redo</a></td> |
| 47 | <td><a href="#timeline">timeline</a></td> |
| 48 | </tr> |
| 49 | <tr> |
| @@ -201,11 +206,11 @@ | |
| 201 | The opposite of "open". Close the current database connection. |
| 202 | Require a -f or --force flag if there are unsaved changed in the |
| 203 | current check-out. |
| 204 | |
| 205 | <hr><a href="#tof">ˆ</a> |
| 206 | <a name="configure">Usage: </a><a href="cmd_configure.wiki">fossil configure</a> METHOD ... |
| 207 | Where METHOD is one of: export import merge pull push reset. All methods |
| 208 | accept the -R or --repository option to specific a repository. |
| 209 | |
| 210 | fossil configuration export AREA FILENAME |
| 211 | |
| 212 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -21,17 +21,22 @@ | |
| 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | enough to make the intent—the 'clone' |
| 24 | command—unambiguous. |
| 25 | |
| 26 | * Pragmatically, a [ | <u>version</u>] in <b>fossil</b> is a |
| 27 | 40-character long string of hexadecimal. <b>fossil</b> will be |
| 28 | able to figure out which version you want with any |
| 29 | <i>distinct</i> prefix of that string which is at least four |
| 30 | characters long. <em>Commands which require a version are |
| 31 | looking for the string, a distinct prefix of the string, or a |
| 32 | <code>tag</code>.</em> |
| 33 | |
| 34 | * SCM in a distributed environment can be a bit confusing with |
| 35 | regard to branching, merging, and versions in general. See the |
| 36 | [./branching.wiki | explanation of branching] and it will all make |
| 37 | much more sense. |
| 38 | |
| 39 | You should probably start interacting with fossil at the command |
| 40 | line by asking it what it can |
| 41 | do: <a name="tof">ˆ</a> |
| 42 | |
| @@ -39,11 +44,11 @@ | |
| 44 | Usage: fossil help COMMAND. |
| 45 | Available COMMANDs:</pre><table width="80%" |
| 46 | style="font-family: fixed, courier, monospace;"> |
| 47 | <tr> |
| 48 | <td><a href="#add">add</a>*</td> |
| 49 | <td><a href="#configuration">configuration</a></td> |
| 50 | <td><a href="#leaves">leaves</a></td> |
| 51 | <td><a href="#redo">redo</a></td> |
| 52 | <td><a href="#timeline">timeline</a></td> |
| 53 | </tr> |
| 54 | <tr> |
| @@ -201,11 +206,11 @@ | |
| 206 | The opposite of "open". Close the current database connection. |
| 207 | Require a -f or --force flag if there are unsaved changed in the |
| 208 | current check-out. |
| 209 | |
| 210 | <hr><a href="#tof">ˆ</a> |
| 211 | <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ... |
| 212 | Where METHOD is one of: export import merge pull push reset. All methods |
| 213 | accept the -R or --repository option to specific a repository. |
| 214 | |
| 215 | fossil configuration export AREA FILENAME |
| 216 | |
| 217 |