Fossil SCM

use more utf-8 characters in the wiki, in stead of html entities

jan.nijtmans 2012-08-31 09:03 trunk
Commit 927d07c7273b32c9819ba3688554b6ad92c24132
+4 -4
--- www/build.wiki
+++ www/build.wiki
@@ -83,24 +83,24 @@
8383
8484
<li><p>Run make to build the "fossil" or "fossil.exe" executable. The
8585
details depend on your platform and compiler.
8686
8787
<ol type="a">
88
-<li><p><i>Unix</i> &rarr; the configure-generated Makefile should work on
88
+<li><p><i>Unix</i> → the configure-generated Makefile should work on
8989
all unix and unix-like systems. Simply type "<b>make</b>".
9090
91
-<li><p><i>Unix without running "configure"</i> &rarr; if you prefer to avoid running configure, you
91
+<li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you
9292
can also use: <b>make -f Makefile.classic</b>. You may want to make minor
9393
edits to Makefile.classic to configure the build for your system.
9494
95
-<li><p><i>MinGW/MinGW-w64</i> &rarr; Use the mingw makefile:
95
+<li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile:
9696
"<b>make -f win/Makefile.mingw</b>". On a Windows box you will
9797
need either Cygwin or Msys as build environment. On Cygwin, Linux
9898
or Darwin you may want to make minor edits to win/Makefile.mingw
9999
to configure the cross-compile environment.
100100
101
-<li><p><i>VC++</i> &rarr; Use the msc makefile. First
101
+<li><p><i>VC++</i> → Use the msc makefile. First
102102
change to the "win/" subdirectory ("<b>cd win</b>") then run
103103
"<b>nmake /f Makefile.msc</b>".
104104
</ol>
105105
</ol>
106106
107107
--- www/build.wiki
+++ www/build.wiki
@@ -83,24 +83,24 @@
83
84 <li><p>Run make to build the "fossil" or "fossil.exe" executable. The
85 details depend on your platform and compiler.
86
87 <ol type="a">
88 <li><p><i>Unix</i> &rarr; the configure-generated Makefile should work on
89 all unix and unix-like systems. Simply type "<b>make</b>".
90
91 <li><p><i>Unix without running "configure"</i> &rarr; if you prefer to avoid running configure, you
92 can also use: <b>make -f Makefile.classic</b>. You may want to make minor
93 edits to Makefile.classic to configure the build for your system.
94
95 <li><p><i>MinGW/MinGW-w64</i> &rarr; Use the mingw makefile:
96 "<b>make -f win/Makefile.mingw</b>". On a Windows box you will
97 need either Cygwin or Msys as build environment. On Cygwin, Linux
98 or Darwin you may want to make minor edits to win/Makefile.mingw
99 to configure the cross-compile environment.
100
101 <li><p><i>VC++</i> &rarr; Use the msc makefile. First
102 change to the "win/" subdirectory ("<b>cd win</b>") then run
103 "<b>nmake /f Makefile.msc</b>".
104 </ol>
105 </ol>
106
107
--- www/build.wiki
+++ www/build.wiki
@@ -83,24 +83,24 @@
83
84 <li><p>Run make to build the "fossil" or "fossil.exe" executable. The
85 details depend on your platform and compiler.
86
87 <ol type="a">
88 <li><p><i>Unix</i> → the configure-generated Makefile should work on
89 all unix and unix-like systems. Simply type "<b>make</b>".
90
91 <li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you
92 can also use: <b>make -f Makefile.classic</b>. You may want to make minor
93 edits to Makefile.classic to configure the build for your system.
94
95 <li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile:
96 "<b>make -f win/Makefile.mingw</b>". On a Windows box you will
97 need either Cygwin or Msys as build environment. On Cygwin, Linux
98 or Darwin you may want to make minor edits to win/Makefile.mingw
99 to configure the cross-compile environment.
100
101 <li><p><i>VC++</i> → Use the msc makefile. First
102 change to the "win/" subdirectory ("<b>cd win</b>") then run
103 "<b>nmake /f Makefile.msc</b>".
104 </ol>
105 </ol>
106
107
--- www/checkin.wiki
+++ www/checkin.wiki
@@ -3,24 +3,24 @@
33
<h2><u>Always</u> run the following checklist prior to <u>every</u>
44
check-in or commit to the Fossil repository:</h2>
55
66
Before every check-in:
77
8
- 0. <b>fossil user default</b> &rarr; your username is correct.
8
+ 0. <b>fossil user default</b> → your username is correct.
99
10
- 1. <b>fossil diff</b> &rarr;
10
+ 1. <b>fossil diff</b> →
1111
<ol type="a">
1212
<li> No stray changes
1313
<li> All changes comply with the license
1414
<li> All inputs are scrubbed before use
1515
<li> No injection attacks via %s formats
1616
</ol>
1717
18
- 2. <b>fossil extra</b> &rarr; no unmanaged files need to be added.
18
+ 2. <b>fossil extra</b> → no unmanaged files need to be added.
1919
2020
3. The check-in will go onto the desired branch.
21
- &rarr; Do <u>not</u> check into trunk without prior approval from
21
+ → Do <u>not</u> check into trunk without prior approval from
2222
the lead programmer (drh)!
2323
2424
4. auto-sync is on, or the system clock is verified
2525
2626
5. If sources files have been added or removed, ensure all makefiles
2727
--- www/checkin.wiki
+++ www/checkin.wiki
@@ -3,24 +3,24 @@
3 <h2><u>Always</u> run the following checklist prior to <u>every</u>
4 check-in or commit to the Fossil repository:</h2>
5
6 Before every check-in:
7
8 0. <b>fossil user default</b> &rarr; your username is correct.
9
10 1. <b>fossil diff</b> &rarr;
11 <ol type="a">
12 <li> No stray changes
13 <li> All changes comply with the license
14 <li> All inputs are scrubbed before use
15 <li> No injection attacks via %s formats
16 </ol>
17
18 2. <b>fossil extra</b> &rarr; no unmanaged files need to be added.
19
20 3. The check-in will go onto the desired branch.
21 &rarr; Do <u>not</u> check into trunk without prior approval from
22 the lead programmer (drh)!
23
24 4. auto-sync is on, or the system clock is verified
25
26 5. If sources files have been added or removed, ensure all makefiles
27
--- www/checkin.wiki
+++ www/checkin.wiki
@@ -3,24 +3,24 @@
3 <h2><u>Always</u> run the following checklist prior to <u>every</u>
4 check-in or commit to the Fossil repository:</h2>
5
6 Before every check-in:
7
8 0. <b>fossil user default</b> → your username is correct.
9
10 1. <b>fossil diff</b> →
11 <ol type="a">
12 <li> No stray changes
13 <li> All changes comply with the license
14 <li> All inputs are scrubbed before use
15 <li> No injection attacks via %s formats
16 </ol>
17
18 2. <b>fossil extra</b> → no unmanaged files need to be added.
19
20 3. The check-in will go onto the desired branch.
21 → Do <u>not</u> check into trunk without prior approval from
22 the lead programmer (drh)!
23
24 4. auto-sync is on, or the system clock is verified
25
26 5. If sources files have been added or removed, ensure all makefiles
27
--- www/cmd_add.wiki
+++ www/cmd_add.wiki
@@ -17,11 +17,11 @@
1717
command that are combined with system level file movement and
1818
networking functions. Not particularly accurate, but reasonable.
1919
2020
Typing <code>&nbsp;fossil add myfile</code> causes fossil to put
2121
<i>myfile</i> into the repository at the next
22
-<code>commit</code>&#8212;provided you issue it from within the source
22
+<code>commit</code>—provided you issue it from within the source
2323
tree, of course.
2424
2525
By contrast, <code>&nbsp;fossil add mydirectory</code> will add
2626
<em><strong>all</strong></em> of the files in <i>mydirectory</i>, and
2727
all of its sub-directories. In other words, adding a directory will
2828
--- www/cmd_add.wiki
+++ www/cmd_add.wiki
@@ -17,11 +17,11 @@
17 command that are combined with system level file movement and
18 networking functions. Not particularly accurate, but reasonable.
19
20 Typing <code>&nbsp;fossil add myfile</code> causes fossil to put
21 <i>myfile</i> into the repository at the next
22 <code>commit</code>&#8212;provided you issue it from within the source
23 tree, of course.
24
25 By contrast, <code>&nbsp;fossil add mydirectory</code> will add
26 <em><strong>all</strong></em> of the files in <i>mydirectory</i>, and
27 all of its sub-directories. In other words, adding a directory will
28
--- www/cmd_add.wiki
+++ www/cmd_add.wiki
@@ -17,11 +17,11 @@
17 command that are combined with system level file movement and
18 networking functions. Not particularly accurate, but reasonable.
19
20 Typing <code>&nbsp;fossil add myfile</code> causes fossil to put
21 <i>myfile</i> into the repository at the next
22 <code>commit</code>—provided you issue it from within the source
23 tree, of course.
24
25 By contrast, <code>&nbsp;fossil add mydirectory</code> will add
26 <em><strong>all</strong></em> of the files in <i>mydirectory</i>, and
27 all of its sub-directories. In other words, adding a directory will
28
--- www/cmd_all.wiki
+++ www/cmd_all.wiki
@@ -38,11 +38,11 @@
3838
3939
The <code>all</code> command uses the <i>.fossil</i> file in the home
4040
directory to find all of your repositories, so you can mess it up by
4141
moving your repositories around. This is easy to do inadvertently if
4242
you have a cavalier attitude about repos, but you'll know pretty
43
-quickly that you've done it&#8212;many commands you try to use from
43
+quickly that you've done it—many commands you try to use from
4444
inside of a checkout won't work correctly. The <i>.fossil</i> file is
4545
an <b>sqlite</b> db file which fossil uses to keeping track of
4646
repository locations. Advice: if you move your repositories around,
4747
let fossil know you did;
4848
[./cmd_close.wiki | <code>close</code>] them before you move
4949
--- www/cmd_all.wiki
+++ www/cmd_all.wiki
@@ -38,11 +38,11 @@
38
39 The <code>all</code> command uses the <i>.fossil</i> file in the home
40 directory to find all of your repositories, so you can mess it up by
41 moving your repositories around. This is easy to do inadvertently if
42 you have a cavalier attitude about repos, but you'll know pretty
43 quickly that you've done it&#8212;many commands you try to use from
44 inside of a checkout won't work correctly. The <i>.fossil</i> file is
45 an <b>sqlite</b> db file which fossil uses to keeping track of
46 repository locations. Advice: if you move your repositories around,
47 let fossil know you did;
48 [./cmd_close.wiki | <code>close</code>] them before you move
49
--- www/cmd_all.wiki
+++ www/cmd_all.wiki
@@ -38,11 +38,11 @@
38
39 The <code>all</code> command uses the <i>.fossil</i> file in the home
40 directory to find all of your repositories, so you can mess it up by
41 moving your repositories around. This is easy to do inadvertently if
42 you have a cavalier attitude about repos, but you'll know pretty
43 quickly that you've done it—many commands you try to use from
44 inside of a checkout won't work correctly. The <i>.fossil</i> file is
45 an <b>sqlite</b> db file which fossil uses to keeping track of
46 repository locations. Advice: if you move your repositories around,
47 let fossil know you did;
48 [./cmd_close.wiki | <code>close</code>] them before you move
49
--- www/cmd_extra.wiki
+++ www/cmd_extra.wiki
@@ -16,11 +16,11 @@
1616
the project.
1717
1818
Suppose, for example, you have a "noodle.src" file as a scratch pad
1919
for source code, and you don't want to include your latest
2020
hare-brained ideas in the repository? You don't <code>add</code> it
21
-to the repository, of course&#8212;though there are ways you might add
21
+to the repository, of course—though there are ways you might add
2222
it unintentionally. If your project is big, and you want to find
2323
noodle.src, and anything else that isn't under source control within
2424
the project directories, then<code> fossil&nbsp;extra </code> will
2525
give you a list.
2626
2727
--- www/cmd_extra.wiki
+++ www/cmd_extra.wiki
@@ -16,11 +16,11 @@
16 the project.
17
18 Suppose, for example, you have a "noodle.src" file as a scratch pad
19 for source code, and you don't want to include your latest
20 hare-brained ideas in the repository? You don't <code>add</code> it
21 to the repository, of course&#8212;though there are ways you might add
22 it unintentionally. If your project is big, and you want to find
23 noodle.src, and anything else that isn't under source control within
24 the project directories, then<code> fossil&nbsp;extra </code> will
25 give you a list.
26
27
--- www/cmd_extra.wiki
+++ www/cmd_extra.wiki
@@ -16,11 +16,11 @@
16 the project.
17
18 Suppose, for example, you have a "noodle.src" file as a scratch pad
19 for source code, and you don't want to include your latest
20 hare-brained ideas in the repository? You don't <code>add</code> it
21 to the repository, of course—though there are ways you might add
22 it unintentionally. If your project is big, and you want to find
23 noodle.src, and anything else that isn't under source control within
24 the project directories, then<code> fossil&nbsp;extra </code> will
25 give you a list.
26
27
--- www/cmd_status.wiki
+++ www/cmd_status.wiki
@@ -32,11 +32,11 @@
3232
EDITED www/index.wiki
3333
$
3434
</pre></nowiki>
3535
3636
Once I actually make changes to the repository (say, a
37
-[./cmd_commit.wiki | commit]) most of that will change&#8212;all
37
+[./cmd_commit.wiki | commit]) most of that will change—all
3838
of those files showing as "EDITED" will be checked in and won't
3939
show up, and the artifact IDs will reflect the new state of the
4040
repository.
4141
4242
If the only thing you want to see is which files in the checked-out
4343
--- www/cmd_status.wiki
+++ www/cmd_status.wiki
@@ -32,11 +32,11 @@
32 EDITED www/index.wiki
33 $
34 </pre></nowiki>
35
36 Once I actually make changes to the repository (say, a
37 [./cmd_commit.wiki | commit]) most of that will change&#8212;all
38 of those files showing as "EDITED" will be checked in and won't
39 show up, and the artifact IDs will reflect the new state of the
40 repository.
41
42 If the only thing you want to see is which files in the checked-out
43
--- www/cmd_status.wiki
+++ www/cmd_status.wiki
@@ -32,11 +32,11 @@
32 EDITED www/index.wiki
33 $
34 </pre></nowiki>
35
36 Once I actually make changes to the repository (say, a
37 [./cmd_commit.wiki | commit]) most of that will change—all
38 of those files showing as "EDITED" will be checked in and won't
39 show up, and the artifact IDs will reflect the new state of the
40 repository.
41
42 If the only thing you want to see is which files in the checked-out
43
+2 -2
--- www/inout.wiki
+++ www/inout.wiki
@@ -4,11 +4,11 @@
44
[http://git-scm.com/ | Git]. And since most other version control
55
systems will also import/export from Git, that means that you can
66
import/export a Fossil repository to most version control systems using
77
Git as an intermediary.
88
9
-<h2>Git &rarr; Fossil</h2>
9
+<h2>Git → Fossil</h2>
1010
1111
To import a Git repository into Fossil, run commands like this:
1212
1313
<blockquote><pre>
1414
cd git-repo
@@ -24,11 +24,11 @@
2424
is currently the only VCS interchange format that Fossil understands. But
2525
future versions of Fossil might be enhanced to understand other VCS
2626
interchange formats, and so for compatibility, use of the
2727
--git option is recommended.
2828
29
-<h2>Fossil &rarr; Git</h2>
29
+<h2>Fossil → Git</h2>
3030
3131
To convert a Fossil repository into a Git repository, run commands like
3232
this:
3333
3434
<blockquote><pre>
3535
--- www/inout.wiki
+++ www/inout.wiki
@@ -4,11 +4,11 @@
4 [http://git-scm.com/ | Git]. And since most other version control
5 systems will also import/export from Git, that means that you can
6 import/export a Fossil repository to most version control systems using
7 Git as an intermediary.
8
9 <h2>Git &rarr; Fossil</h2>
10
11 To import a Git repository into Fossil, run commands like this:
12
13 <blockquote><pre>
14 cd git-repo
@@ -24,11 +24,11 @@
24 is currently the only VCS interchange format that Fossil understands. But
25 future versions of Fossil might be enhanced to understand other VCS
26 interchange formats, and so for compatibility, use of the
27 --git option is recommended.
28
29 <h2>Fossil &rarr; Git</h2>
30
31 To convert a Fossil repository into a Git repository, run commands like
32 this:
33
34 <blockquote><pre>
35
--- www/inout.wiki
+++ www/inout.wiki
@@ -4,11 +4,11 @@
4 [http://git-scm.com/ | Git]. And since most other version control
5 systems will also import/export from Git, that means that you can
6 import/export a Fossil repository to most version control systems using
7 Git as an intermediary.
8
9 <h2>Git → Fossil</h2>
10
11 To import a Git repository into Fossil, run commands like this:
12
13 <blockquote><pre>
14 cd git-repo
@@ -24,11 +24,11 @@
24 is currently the only VCS interchange format that Fossil understands. But
25 future versions of Fossil might be enhanced to understand other VCS
26 interchange formats, and so for compatibility, use of the
27 --git option is recommended.
28
29 <h2>Fossil → Git</h2>
30
31 To convert a Fossil repository into a Git repository, run commands like
32 this:
33
34 <blockquote><pre>
35
+2 -1
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -60,16 +60,17 @@
6060
for {set i 0} {$i<$n-1} {incr i} {
6161
set prefix [lrange $title 0 $i]
6262
set suffix [lrange $title [expr {$i+1}] end]
6363
set firstword [string tolower [lindex $suffix 0]]
6464
if {[lsearch $stopwords $firstword]<0} {
65
- lappend permindex [list "$suffix &#151; $prefix" $file]
65
+ lappend permindex [list "$suffix \u2014 $prefix" $file]
6666
}
6767
}
6868
}
6969
set permindex [lsort -dict $permindex]
7070
set out [open permutedindex.wiki w]
71
+fconfigure $out -encoding utf-8 -translation lf
7172
puts $out "<title>Permuted Index Of Fossil Documentation</title>"
7273
puts $out "<nowiki>"
7374
puts $out "<ul>"
7475
foreach entry $permindex {
7576
foreach {title file} $entry break
7677
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -60,16 +60,17 @@
60 for {set i 0} {$i<$n-1} {incr i} {
61 set prefix [lrange $title 0 $i]
62 set suffix [lrange $title [expr {$i+1}] end]
63 set firstword [string tolower [lindex $suffix 0]]
64 if {[lsearch $stopwords $firstword]<0} {
65 lappend permindex [list "$suffix &#151; $prefix" $file]
66 }
67 }
68 }
69 set permindex [lsort -dict $permindex]
70 set out [open permutedindex.wiki w]
 
71 puts $out "<title>Permuted Index Of Fossil Documentation</title>"
72 puts $out "<nowiki>"
73 puts $out "<ul>"
74 foreach entry $permindex {
75 foreach {title file} $entry break
76
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -60,16 +60,17 @@
60 for {set i 0} {$i<$n-1} {incr i} {
61 set prefix [lrange $title 0 $i]
62 set suffix [lrange $title [expr {$i+1}] end]
63 set firstword [string tolower [lindex $suffix 0]]
64 if {[lsearch $stopwords $firstword]<0} {
65 lappend permindex [list "$suffix \u2014 $prefix" $file]
66 }
67 }
68 }
69 set permindex [lsort -dict $permindex]
70 set out [open permutedindex.wiki w]
71 fconfigure $out -encoding utf-8 -translation lf
72 puts $out "<title>Permuted Index Of Fossil Documentation</title>"
73 puts $out "<nowiki>"
74 puts $out "<ul>"
75 foreach entry $permindex {
76 foreach {title file} $entry break
77
--- www/permutedindex.wiki
+++ www/permutedindex.wiki
@@ -2,53 +2,53 @@
22
<nowiki>
33
<ul>
44
<li><a href="event.wiki">Events</a></li>
55
<li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation
66
Of Fossil</a></li>
7
-<li><a href="copyright-release.html">Agreement &#151; Contributor License</a></li>
8
-<li><a href="delta_encoder_algorithm.wiki">Algorithm &#151; Fossil Delta Encoding</a></li>
9
-<li><a href="faq.wiki">Asked Questions &#151; Frequently</a></li>
10
-<li><a href="password.wiki">Authentication &#151; Password Management And</a></li>
11
-<li><a href="private.wiki">Branches &#151; Creating, Syncing, and Deleting Private</a></li>
7
+<li><a href="copyright-release.html">Agreement — Contributor License</a></li>
8
+<li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li>
9
+<li><a href="faq.wiki">Asked Questions — Frequently</a></li>
10
+<li><a href="password.wiki">Authentication — Password Management And</a></li>
11
+<li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li>
1212
<li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li>
1313
<li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li>
14
-<li><a href="makefile.wiki">Build Process &#151; The Fossil</a></li>
14
+<li><a href="makefile.wiki">Build Process — The Fossil</a></li>
1515
<li><a href="build.wiki">Building and Installing Fossil</a></li>
16
-<li><a href="changes.wiki">Changelog &#151; Fossil</a></li>
16
+<li><a href="changes.wiki">Changelog — Fossil</a></li>
1717
<li><a href="checkin_names.wiki">Checkin And Version Names</a></li>
18
-<li><a href="../test/release-checklist.wiki">Checklist &#151; Pre-Release Testing</a></li>
1918
<li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li>
20
-<li><a href="selfcheck.wiki">Checks &#151; Fossil Repository Integrity Self</a></li>
21
-<li><a href="contribute.wiki">Code or Documentation To The Fossil Project &#151; Contributing</a></li>
22
-<li><a href="style.wiki">Code Style Guidelines &#151; Source</a></li>
23
-<li><a href="concepts.wiki">Concepts &#151; Fossil Core</a></li>
24
-<li><a href="server.wiki">Configure A Fossil Server &#151; How To</a></li>
25
-<li><a href="shunning.wiki">Content From Fossil &#151; Shunning: Deleting</a></li>
19
+<li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li>
20
+<li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li>
21
+<li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li>
22
+<li><a href="style.wiki">Code Style Guidelines — Source</a></li>
23
+<li><a href="concepts.wiki">Concepts — Fossil Core</a></li>
24
+<li><a href="server.wiki">Configure A Fossil Server — How To</a></li>
25
+<li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li>
2626
<li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li>
2727
<li><a href="copyright-release.html">Contributor License Agreement</a></li>
28
-<li><a href="concepts.wiki">Core Concepts &#151; Fossil</a></li>
28
+<li><a href="concepts.wiki">Core Concepts — Fossil</a></li>
2929
<li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li>
30
-<li><a href="qandc.wiki">Criticisms &#151; Questions And</a></li>
30
+<li><a href="qandc.wiki">Criticisms — Questions And</a></li>
3131
<li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li>
32
-<li><a href="tech_overview.wiki">Databases Used By Fossil &#151; SQLite</a></li>
33
-<li><a href="shunning.wiki">Deleting Content From Fossil &#151; Shunning:</a></li>
34
-<li><a href="private.wiki">Deleting Private Branches &#151; Creating, Syncing, and</a></li>
35
-<li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm &#151; Fossil</a></li>
36
-<li><a href="delta_format.wiki">Delta Format &#151; Fossil</a></li>
37
-<li><a href="tech_overview.wiki">Design And Implementation Of Fossil &#151; A Technical Overview Of The</a></li>
38
-<li><a href="theory1.wiki">Design Of The Fossil DVCS &#151; Thoughts On The</a></li>
39
-<li><a href="embeddeddoc.wiki">Documentation &#151; Embedded Project</a></li>
40
-<li><a href="contribute.wiki">Documentation To The Fossil Project &#151; Contributing Code or</a></li>
41
-<li><a href="theory1.wiki">DVCS &#151; Thoughts On The Design Of The Fossil</a></li>
42
-<li><a href="quotes.wiki">DVCSes in General &#151; Quotes: What People Are Saying About Fossil, Git, and</a></li>
32
+<li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li>
33
+<li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li>
34
+<li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li>
35
+<li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li>
36
+<li><a href="delta_format.wiki">Delta Format — Fossil</a></li>
37
+<li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li>
38
+<li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li>
39
+<li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li>
40
+<li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li>
41
+<li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li>
42
+<li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li>
4343
<li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li>
44
-<li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm &#151; Fossil Delta</a></li>
45
-<li><a href="inout.wiki">Export To And From Git &#151; Import And</a></li>
46
-<li><a href="fileformat.wiki">File Format &#151; Fossil</a></li>
47
-<li><a href="branching.wiki">Forking, Merging, and Tagging &#151; Branching,</a></li>
48
-<li><a href="delta_format.wiki">Format &#151; Fossil Delta</a></li>
49
-<li><a href="fileformat.wiki">Format &#151; Fossil File</a></li>
44
+<li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li>
45
+<li><a href="inout.wiki">Export To And From Git — Import And</a></li>
46
+<li><a href="fileformat.wiki">File Format — Fossil</a></li>
47
+<li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li>
48
+<li><a href="delta_format.wiki">Format — Fossil Delta</a></li>
49
+<li><a href="fileformat.wiki">Format — Fossil File</a></li>
5050
<li><a href="changes.wiki">Fossil Changelog</a></li>
5151
<li><a href="concepts.wiki">Fossil Core Concepts</a></li>
5252
<li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li>
5353
<li><a href="delta_format.wiki">Fossil Delta Format</a></li>
5454
<li><a href="fileformat.wiki">Fossil File Format</a></li>
@@ -55,81 +55,81 @@
5555
<li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li>
5656
<li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li>
5757
<li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li>
5858
<li><a href="settings.wiki">Fossil Settings</a></li>
5959
<li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li>
60
-<li><a href="quotes.wiki">Fossil, Git, and DVCSes in General &#151; Quotes: What People Are Saying About</a></li>
60
+<li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li>
6161
<li><a href="faq.wiki">Frequently Asked Questions</a></li>
62
-<li><a href="shunning.wiki">From Fossil &#151; Shunning: Deleting Content</a></li>
63
-<li><a href="inout.wiki">From Git &#151; Import And Export To And</a></li>
64
-<li><a href="quotes.wiki">General &#151; Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
65
-<li><a href="fossil-v-git.wiki">Git &#151; Fossil Versus</a></li>
66
-<li><a href="inout.wiki">Git &#151; Import And Export To And From</a></li>
67
-<li><a href="quotes.wiki">Git, and DVCSes in General &#151; Quotes: What People Are Saying About Fossil,</a></li>
68
-<li><a href="quickstart.wiki">Guide &#151; Fossil Quick Start</a></li>
69
-<li><a href="style.wiki">Guidelines &#151; Source Code Style</a></li>
62
+<li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li>
63
+<li><a href="inout.wiki">From Git — Import And Export To And</a></li>
64
+<li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
65
+<li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li>
66
+<li><a href="inout.wiki">Git — Import And Export To And From</a></li>
67
+<li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li>
68
+<li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li>
69
+<li><a href="style.wiki">Guidelines — Source Code Style</a></li>
7070
<li><a href="index.wiki">Home Page</a></li>
71
-<li><a href="selfhost.wiki">Hosting Repositories &#151; Fossil Self</a></li>
71
+<li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li>
7272
<li><a href="server.wiki">How To Configure A Fossil Server</a></li>
73
-<li><a href="tech_overview.wiki">Implementation Of Fossil &#151; A Technical Overview Of The Design And</a></li>
73
+<li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li>
7474
<li><a href="inout.wiki">Import And Export To And From Git</a></li>
75
-<li><a href="build.wiki">Installing Fossil &#151; Building and</a></li>
76
-<li><a href="selfcheck.wiki">Integrity Self Checks &#151; Fossil Repository</a></li>
77
-<li><a href="webui.wiki">Interface &#151; The Fossil Web</a></li>
78
-<li><a href="copyright-release.html">License Agreement &#151; Contributor</a></li>
79
-<li><a href="password.wiki">Management And Authentication &#151; Password</a></li>
80
-<li><a href="branching.wiki">Merging, and Tagging &#151; Branching, Forking,</a></li>
81
-<li><a href="checkin_names.wiki">Names &#151; Checkin And Version</a></li>
82
-<li><a href="foss-cklist.wiki">Open-Source Projects &#151; Checklist For Successful</a></li>
83
-<li><a href="pop.wiki">Operations &#151; Principles Of</a></li>
84
-<li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil &#151; A Technical</a></li>
85
-<li><a href="index.wiki">Page &#151; Home</a></li>
75
+<li><a href="build.wiki">Installing Fossil — Building and</a></li>
76
+<li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li>
77
+<li><a href="webui.wiki">Interface — The Fossil Web</a></li>
78
+<li><a href="copyright-release.html">License Agreement — Contributor</a></li>
79
+<li><a href="password.wiki">Management And Authentication — Password</a></li>
80
+<li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li>
81
+<li><a href="checkin_names.wiki">Names — Checkin And Version</a></li>
82
+<li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li>
83
+<li><a href="pop.wiki">Operations — Principles Of</a></li>
84
+<li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li>
85
+<li><a href="index.wiki">Page — Home</a></li>
8686
<li><a href="password.wiki">Password Management And Authentication</a></li>
87
-<li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General &#151; Quotes: What</a></li>
87
+<li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li>
8888
<li><a href="stats.wiki">Performance Statistics</a></li>
8989
<li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li>
9090
<li><a href="pop.wiki">Principles Of Operations</a></li>
91
-<li><a href="private.wiki">Private Branches &#151; Creating, Syncing, and Deleting</a></li>
92
-<li><a href="makefile.wiki">Process &#151; The Fossil Build</a></li>
93
-<li><a href="contribute.wiki">Project &#151; Contributing Code or Documentation To The Fossil</a></li>
94
-<li><a href="embeddeddoc.wiki">Project Documentation &#151; Embedded</a></li>
95
-<li><a href="foss-cklist.wiki">Projects &#151; Checklist For Successful Open-Source</a></li>
96
-<li><a href="sync.wiki">Protocol &#151; The Fossil Sync</a></li>
97
-<li><a href="faq.wiki">Questions &#151; Frequently Asked</a></li>
91
+<li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li>
92
+<li><a href="makefile.wiki">Process — The Fossil Build</a></li>
93
+<li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li>
94
+<li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li>
95
+<li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li>
96
+<li><a href="sync.wiki">Protocol — The Fossil Sync</a></li>
9897
<li><a href="qandc.wiki">Questions And Criticisms</a></li>
99
-<li><a href="quickstart.wiki">Quick Start Guide &#151; Fossil</a></li>
98
+<li><a href="faq.wiki">Questions — Frequently Asked</a></li>
99
+<li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li>
100100
<li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li>
101
-<li><a href="selfhost.wiki">Repositories &#151; Fossil Self Hosting</a></li>
102
-<li><a href="selfcheck.wiki">Repository Integrity Self Checks &#151; Fossil</a></li>
103
-<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &#151; Quotes: What People Are</a></li>
104
-<li><a href="selfcheck.wiki">Self Checks &#151; Fossil Repository Integrity</a></li>
105
-<li><a href="selfhost.wiki">Self Hosting Repositories &#151; Fossil</a></li>
106
-<li><a href="server.wiki">Server &#151; How To Configure A Fossil</a></li>
107
-<li><a href="settings.wiki">Settings &#151; Fossil</a></li>
101
+<li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li>
102
+<li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li>
103
+<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li>
104
+<li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li>
105
+<li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li>
106
+<li><a href="server.wiki">Server — How To Configure A Fossil</a></li>
107
+<li><a href="settings.wiki">Settings — Fossil</a></li>
108108
<li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li>
109109
<li><a href="style.wiki">Source Code Style Guidelines</a></li>
110110
<li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li>
111
-<li><a href="ssl.wiki">SSL with Fossil &#151; Using</a></li>
112
-<li><a href="quickstart.wiki">Start Guide &#151; Fossil Quick</a></li>
113
-<li><a href="stats.wiki">Statistics &#151; Performance</a></li>
114
-<li><a href="style.wiki">Style Guidelines &#151; Source Code</a></li>
115
-<li><a href="foss-cklist.wiki">Successful Open-Source Projects &#151; Checklist For</a></li>
116
-<li><a href="sync.wiki">Sync Protocol &#151; The Fossil</a></li>
117
-<li><a href="private.wiki">Syncing, and Deleting Private Branches &#151; Creating,</a></li>
118
-<li><a href="custom_ticket.wiki">System &#151; Customizing The Ticket</a></li>
119
-<li><a href="branching.wiki">Tagging &#151; Branching, Forking, Merging, and</a></li>
120
-<li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil &#151; A</a></li>
121
-<li><a href="../test/release-checklist.wiki">Testing Checklist &#151; Pre-Release</a></li>
111
+<li><a href="ssl.wiki">SSL with Fossil — Using</a></li>
112
+<li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li>
113
+<li><a href="stats.wiki">Statistics — Performance</a></li>
114
+<li><a href="style.wiki">Style Guidelines — Source Code</a></li>
115
+<li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li>
116
+<li><a href="sync.wiki">Sync Protocol — The Fossil</a></li>
117
+<li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li>
118
+<li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li>
119
+<li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li>
120
+<li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li>
121
+<li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li>
122122
<li><a href="makefile.wiki">The Fossil Build Process</a></li>
123123
<li><a href="sync.wiki">The Fossil Sync Protocol</a></li>
124124
<li><a href="webui.wiki">The Fossil Web Interface</a></li>
125125
<li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li>
126
-<li><a href="custom_ticket.wiki">Ticket System &#151; Customizing The</a></li>
127
-<li><a href="bugtheory.wiki">Tracking In Fossil &#151; Bug</a></li>
126
+<li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li>
127
+<li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li>
128128
<li><a href="ssl.wiki">Using SSL with Fossil</a></li>
129
-<li><a href="checkin_names.wiki">Version Names &#151; Checkin And</a></li>
130
-<li><a href="fossil-v-git.wiki">Versus Git &#151; Fossil</a></li>
131
-<li><a href="webui.wiki">Web Interface &#151; The Fossil</a></li>
132
-<li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General &#151; Quotes:</a></li>
129
+<li><a href="checkin_names.wiki">Version Names — Checkin And</a></li>
130
+<li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li>
131
+<li><a href="webui.wiki">Web Interface — The Fossil</a></li>
132
+<li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li>
133133
<li><a href="wikitheory.wiki">Wiki In Fossil</a></li>
134
-<li><a href="ssl.wiki">with Fossil &#151; Using SSL</a></li>
134
+<li><a href="ssl.wiki">with Fossil — Using SSL</a></li>
135135
</ul>
136136
--- www/permutedindex.wiki
+++ www/permutedindex.wiki
@@ -2,53 +2,53 @@
2 <nowiki>
3 <ul>
4 <li><a href="event.wiki">Events</a></li>
5 <li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation
6 Of Fossil</a></li>
7 <li><a href="copyright-release.html">Agreement &#151; Contributor License</a></li>
8 <li><a href="delta_encoder_algorithm.wiki">Algorithm &#151; Fossil Delta Encoding</a></li>
9 <li><a href="faq.wiki">Asked Questions &#151; Frequently</a></li>
10 <li><a href="password.wiki">Authentication &#151; Password Management And</a></li>
11 <li><a href="private.wiki">Branches &#151; Creating, Syncing, and Deleting Private</a></li>
12 <li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li>
13 <li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li>
14 <li><a href="makefile.wiki">Build Process &#151; The Fossil</a></li>
15 <li><a href="build.wiki">Building and Installing Fossil</a></li>
16 <li><a href="changes.wiki">Changelog &#151; Fossil</a></li>
17 <li><a href="checkin_names.wiki">Checkin And Version Names</a></li>
18 <li><a href="../test/release-checklist.wiki">Checklist &#151; Pre-Release Testing</a></li>
19 <li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li>
20 <li><a href="selfcheck.wiki">Checks &#151; Fossil Repository Integrity Self</a></li>
21 <li><a href="contribute.wiki">Code or Documentation To The Fossil Project &#151; Contributing</a></li>
22 <li><a href="style.wiki">Code Style Guidelines &#151; Source</a></li>
23 <li><a href="concepts.wiki">Concepts &#151; Fossil Core</a></li>
24 <li><a href="server.wiki">Configure A Fossil Server &#151; How To</a></li>
25 <li><a href="shunning.wiki">Content From Fossil &#151; Shunning: Deleting</a></li>
 
26 <li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li>
27 <li><a href="copyright-release.html">Contributor License Agreement</a></li>
28 <li><a href="concepts.wiki">Core Concepts &#151; Fossil</a></li>
29 <li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li>
30 <li><a href="qandc.wiki">Criticisms &#151; Questions And</a></li>
31 <li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li>
32 <li><a href="tech_overview.wiki">Databases Used By Fossil &#151; SQLite</a></li>
33 <li><a href="shunning.wiki">Deleting Content From Fossil &#151; Shunning:</a></li>
34 <li><a href="private.wiki">Deleting Private Branches &#151; Creating, Syncing, and</a></li>
35 <li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm &#151; Fossil</a></li>
36 <li><a href="delta_format.wiki">Delta Format &#151; Fossil</a></li>
37 <li><a href="tech_overview.wiki">Design And Implementation Of Fossil &#151; A Technical Overview Of The</a></li>
38 <li><a href="theory1.wiki">Design Of The Fossil DVCS &#151; Thoughts On The</a></li>
39 <li><a href="embeddeddoc.wiki">Documentation &#151; Embedded Project</a></li>
40 <li><a href="contribute.wiki">Documentation To The Fossil Project &#151; Contributing Code or</a></li>
41 <li><a href="theory1.wiki">DVCS &#151; Thoughts On The Design Of The Fossil</a></li>
42 <li><a href="quotes.wiki">DVCSes in General &#151; Quotes: What People Are Saying About Fossil, Git, and</a></li>
43 <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li>
44 <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm &#151; Fossil Delta</a></li>
45 <li><a href="inout.wiki">Export To And From Git &#151; Import And</a></li>
46 <li><a href="fileformat.wiki">File Format &#151; Fossil</a></li>
47 <li><a href="branching.wiki">Forking, Merging, and Tagging &#151; Branching,</a></li>
48 <li><a href="delta_format.wiki">Format &#151; Fossil Delta</a></li>
49 <li><a href="fileformat.wiki">Format &#151; Fossil File</a></li>
50 <li><a href="changes.wiki">Fossil Changelog</a></li>
51 <li><a href="concepts.wiki">Fossil Core Concepts</a></li>
52 <li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li>
53 <li><a href="delta_format.wiki">Fossil Delta Format</a></li>
54 <li><a href="fileformat.wiki">Fossil File Format</a></li>
@@ -55,81 +55,81 @@
55 <li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li>
56 <li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li>
57 <li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li>
58 <li><a href="settings.wiki">Fossil Settings</a></li>
59 <li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li>
60 <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General &#151; Quotes: What People Are Saying About</a></li>
61 <li><a href="faq.wiki">Frequently Asked Questions</a></li>
62 <li><a href="shunning.wiki">From Fossil &#151; Shunning: Deleting Content</a></li>
63 <li><a href="inout.wiki">From Git &#151; Import And Export To And</a></li>
64 <li><a href="quotes.wiki">General &#151; Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
65 <li><a href="fossil-v-git.wiki">Git &#151; Fossil Versus</a></li>
66 <li><a href="inout.wiki">Git &#151; Import And Export To And From</a></li>
67 <li><a href="quotes.wiki">Git, and DVCSes in General &#151; Quotes: What People Are Saying About Fossil,</a></li>
68 <li><a href="quickstart.wiki">Guide &#151; Fossil Quick Start</a></li>
69 <li><a href="style.wiki">Guidelines &#151; Source Code Style</a></li>
70 <li><a href="index.wiki">Home Page</a></li>
71 <li><a href="selfhost.wiki">Hosting Repositories &#151; Fossil Self</a></li>
72 <li><a href="server.wiki">How To Configure A Fossil Server</a></li>
73 <li><a href="tech_overview.wiki">Implementation Of Fossil &#151; A Technical Overview Of The Design And</a></li>
74 <li><a href="inout.wiki">Import And Export To And From Git</a></li>
75 <li><a href="build.wiki">Installing Fossil &#151; Building and</a></li>
76 <li><a href="selfcheck.wiki">Integrity Self Checks &#151; Fossil Repository</a></li>
77 <li><a href="webui.wiki">Interface &#151; The Fossil Web</a></li>
78 <li><a href="copyright-release.html">License Agreement &#151; Contributor</a></li>
79 <li><a href="password.wiki">Management And Authentication &#151; Password</a></li>
80 <li><a href="branching.wiki">Merging, and Tagging &#151; Branching, Forking,</a></li>
81 <li><a href="checkin_names.wiki">Names &#151; Checkin And Version</a></li>
82 <li><a href="foss-cklist.wiki">Open-Source Projects &#151; Checklist For Successful</a></li>
83 <li><a href="pop.wiki">Operations &#151; Principles Of</a></li>
84 <li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil &#151; A Technical</a></li>
85 <li><a href="index.wiki">Page &#151; Home</a></li>
86 <li><a href="password.wiki">Password Management And Authentication</a></li>
87 <li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General &#151; Quotes: What</a></li>
88 <li><a href="stats.wiki">Performance Statistics</a></li>
89 <li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li>
90 <li><a href="pop.wiki">Principles Of Operations</a></li>
91 <li><a href="private.wiki">Private Branches &#151; Creating, Syncing, and Deleting</a></li>
92 <li><a href="makefile.wiki">Process &#151; The Fossil Build</a></li>
93 <li><a href="contribute.wiki">Project &#151; Contributing Code or Documentation To The Fossil</a></li>
94 <li><a href="embeddeddoc.wiki">Project Documentation &#151; Embedded</a></li>
95 <li><a href="foss-cklist.wiki">Projects &#151; Checklist For Successful Open-Source</a></li>
96 <li><a href="sync.wiki">Protocol &#151; The Fossil Sync</a></li>
97 <li><a href="faq.wiki">Questions &#151; Frequently Asked</a></li>
98 <li><a href="qandc.wiki">Questions And Criticisms</a></li>
99 <li><a href="quickstart.wiki">Quick Start Guide &#151; Fossil</a></li>
 
100 <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li>
101 <li><a href="selfhost.wiki">Repositories &#151; Fossil Self Hosting</a></li>
102 <li><a href="selfcheck.wiki">Repository Integrity Self Checks &#151; Fossil</a></li>
103 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General &#151; Quotes: What People Are</a></li>
104 <li><a href="selfcheck.wiki">Self Checks &#151; Fossil Repository Integrity</a></li>
105 <li><a href="selfhost.wiki">Self Hosting Repositories &#151; Fossil</a></li>
106 <li><a href="server.wiki">Server &#151; How To Configure A Fossil</a></li>
107 <li><a href="settings.wiki">Settings &#151; Fossil</a></li>
108 <li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li>
109 <li><a href="style.wiki">Source Code Style Guidelines</a></li>
110 <li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li>
111 <li><a href="ssl.wiki">SSL with Fossil &#151; Using</a></li>
112 <li><a href="quickstart.wiki">Start Guide &#151; Fossil Quick</a></li>
113 <li><a href="stats.wiki">Statistics &#151; Performance</a></li>
114 <li><a href="style.wiki">Style Guidelines &#151; Source Code</a></li>
115 <li><a href="foss-cklist.wiki">Successful Open-Source Projects &#151; Checklist For</a></li>
116 <li><a href="sync.wiki">Sync Protocol &#151; The Fossil</a></li>
117 <li><a href="private.wiki">Syncing, and Deleting Private Branches &#151; Creating,</a></li>
118 <li><a href="custom_ticket.wiki">System &#151; Customizing The Ticket</a></li>
119 <li><a href="branching.wiki">Tagging &#151; Branching, Forking, Merging, and</a></li>
120 <li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil &#151; A</a></li>
121 <li><a href="../test/release-checklist.wiki">Testing Checklist &#151; Pre-Release</a></li>
122 <li><a href="makefile.wiki">The Fossil Build Process</a></li>
123 <li><a href="sync.wiki">The Fossil Sync Protocol</a></li>
124 <li><a href="webui.wiki">The Fossil Web Interface</a></li>
125 <li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li>
126 <li><a href="custom_ticket.wiki">Ticket System &#151; Customizing The</a></li>
127 <li><a href="bugtheory.wiki">Tracking In Fossil &#151; Bug</a></li>
128 <li><a href="ssl.wiki">Using SSL with Fossil</a></li>
129 <li><a href="checkin_names.wiki">Version Names &#151; Checkin And</a></li>
130 <li><a href="fossil-v-git.wiki">Versus Git &#151; Fossil</a></li>
131 <li><a href="webui.wiki">Web Interface &#151; The Fossil</a></li>
132 <li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General &#151; Quotes:</a></li>
133 <li><a href="wikitheory.wiki">Wiki In Fossil</a></li>
134 <li><a href="ssl.wiki">with Fossil &#151; Using SSL</a></li>
135 </ul>
136
--- www/permutedindex.wiki
+++ www/permutedindex.wiki
@@ -2,53 +2,53 @@
2 <nowiki>
3 <ul>
4 <li><a href="event.wiki">Events</a></li>
5 <li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation
6 Of Fossil</a></li>
7 <li><a href="copyright-release.html">Agreement — Contributor License</a></li>
8 <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li>
9 <li><a href="faq.wiki">Asked Questions — Frequently</a></li>
10 <li><a href="password.wiki">Authentication — Password Management And</a></li>
11 <li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li>
12 <li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li>
13 <li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li>
14 <li><a href="makefile.wiki">Build Process — The Fossil</a></li>
15 <li><a href="build.wiki">Building and Installing Fossil</a></li>
16 <li><a href="changes.wiki">Changelog — Fossil</a></li>
17 <li><a href="checkin_names.wiki">Checkin And Version Names</a></li>
 
18 <li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li>
19 <li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li>
20 <li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li>
21 <li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li>
22 <li><a href="style.wiki">Code Style Guidelines — Source</a></li>
23 <li><a href="concepts.wiki">Concepts — Fossil Core</a></li>
24 <li><a href="server.wiki">Configure A Fossil Server — How To</a></li>
25 <li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li>
26 <li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li>
27 <li><a href="copyright-release.html">Contributor License Agreement</a></li>
28 <li><a href="concepts.wiki">Core Concepts — Fossil</a></li>
29 <li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li>
30 <li><a href="qandc.wiki">Criticisms — Questions And</a></li>
31 <li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li>
32 <li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li>
33 <li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li>
34 <li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li>
35 <li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li>
36 <li><a href="delta_format.wiki">Delta Format — Fossil</a></li>
37 <li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li>
38 <li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li>
39 <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li>
40 <li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li>
41 <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li>
42 <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li>
43 <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li>
44 <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li>
45 <li><a href="inout.wiki">Export To And From Git — Import And</a></li>
46 <li><a href="fileformat.wiki">File Format — Fossil</a></li>
47 <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li>
48 <li><a href="delta_format.wiki">Format — Fossil Delta</a></li>
49 <li><a href="fileformat.wiki">Format — Fossil File</a></li>
50 <li><a href="changes.wiki">Fossil Changelog</a></li>
51 <li><a href="concepts.wiki">Fossil Core Concepts</a></li>
52 <li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li>
53 <li><a href="delta_format.wiki">Fossil Delta Format</a></li>
54 <li><a href="fileformat.wiki">Fossil File Format</a></li>
@@ -55,81 +55,81 @@
55 <li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li>
56 <li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li>
57 <li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li>
58 <li><a href="settings.wiki">Fossil Settings</a></li>
59 <li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li>
60 <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li>
61 <li><a href="faq.wiki">Frequently Asked Questions</a></li>
62 <li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li>
63 <li><a href="inout.wiki">From Git — Import And Export To And</a></li>
64 <li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li>
65 <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li>
66 <li><a href="inout.wiki">Git — Import And Export To And From</a></li>
67 <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li>
68 <li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li>
69 <li><a href="style.wiki">Guidelines — Source Code Style</a></li>
70 <li><a href="index.wiki">Home Page</a></li>
71 <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li>
72 <li><a href="server.wiki">How To Configure A Fossil Server</a></li>
73 <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li>
74 <li><a href="inout.wiki">Import And Export To And From Git</a></li>
75 <li><a href="build.wiki">Installing Fossil — Building and</a></li>
76 <li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li>
77 <li><a href="webui.wiki">Interface — The Fossil Web</a></li>
78 <li><a href="copyright-release.html">License Agreement — Contributor</a></li>
79 <li><a href="password.wiki">Management And Authentication — Password</a></li>
80 <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li>
81 <li><a href="checkin_names.wiki">Names — Checkin And Version</a></li>
82 <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li>
83 <li><a href="pop.wiki">Operations — Principles Of</a></li>
84 <li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li>
85 <li><a href="index.wiki">Page — Home</a></li>
86 <li><a href="password.wiki">Password Management And Authentication</a></li>
87 <li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li>
88 <li><a href="stats.wiki">Performance Statistics</a></li>
89 <li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li>
90 <li><a href="pop.wiki">Principles Of Operations</a></li>
91 <li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li>
92 <li><a href="makefile.wiki">Process — The Fossil Build</a></li>
93 <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li>
94 <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li>
95 <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li>
96 <li><a href="sync.wiki">Protocol — The Fossil Sync</a></li>
 
97 <li><a href="qandc.wiki">Questions And Criticisms</a></li>
98 <li><a href="faq.wiki">Questions — Frequently Asked</a></li>
99 <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li>
100 <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li>
101 <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li>
102 <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li>
103 <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li>
104 <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li>
105 <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li>
106 <li><a href="server.wiki">Server — How To Configure A Fossil</a></li>
107 <li><a href="settings.wiki">Settings — Fossil</a></li>
108 <li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li>
109 <li><a href="style.wiki">Source Code Style Guidelines</a></li>
110 <li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li>
111 <li><a href="ssl.wiki">SSL with Fossil — Using</a></li>
112 <li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li>
113 <li><a href="stats.wiki">Statistics — Performance</a></li>
114 <li><a href="style.wiki">Style Guidelines — Source Code</a></li>
115 <li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li>
116 <li><a href="sync.wiki">Sync Protocol — The Fossil</a></li>
117 <li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li>
118 <li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li>
119 <li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li>
120 <li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li>
121 <li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li>
122 <li><a href="makefile.wiki">The Fossil Build Process</a></li>
123 <li><a href="sync.wiki">The Fossil Sync Protocol</a></li>
124 <li><a href="webui.wiki">The Fossil Web Interface</a></li>
125 <li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li>
126 <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li>
127 <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li>
128 <li><a href="ssl.wiki">Using SSL with Fossil</a></li>
129 <li><a href="checkin_names.wiki">Version Names — Checkin And</a></li>
130 <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li>
131 <li><a href="webui.wiki">Web Interface — The Fossil</a></li>
132 <li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li>
133 <li><a href="wikitheory.wiki">Wiki In Fossil</a></li>
134 <li><a href="ssl.wiki">with Fossil — Using SSL</a></li>
135 </ul>
136
+48 -48
--- www/reference.wiki
+++ www/reference.wiki
@@ -1,10 +1,10 @@
11
<h2>Command Line Interface Reference</h2>
22
33
This is an easy introduction to the fossil command line interface
44
(cli). It assumes some familiarity with using the command line, and
5
- with Source Code Maintenence (SCM) systems&#8212;but not <i>too</i>
5
+ with Source Code Maintenence (SCM) systems—but not <i>too</i>
66
much.
77
88
If you are trying to find information about fossil's web
99
capabilities, see the <a href="index.wiki">Fossil Home</a> and
1010
<a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers.
@@ -18,12 +18,12 @@
1818
including any options, and it will make more sense.
1919
2020
* Any fossil command is acceptable once enough of it has been
2121
entered to make the intent unambiguous. 'clo' is a proper prefix of
2222
both the 'clone' and 'close' commands, for instance, but 'clon' is
23
- enough to make the intent&#8212;the 'clone'
24
- command&#8212;unambiguous.
23
+ enough to make the intent—the 'clone'
24
+ command—unambiguous.
2525
2626
* Pragmatically, a [./concepts.wiki#keyconc | <u>version</u>]
2727
in <b>fossil</b> is a 40-character long string of hexadecimal.
2828
<b>fossil</b> will be able to figure out which version you want
2929
with any <i>distinct</i> prefix of that string which is at
@@ -48,11 +48,11 @@
4848
guaranteed and fast access to the sources & docs (your cloned fossil
4949
repository).
5050
<br /><br /> <br />
5151
<b>You should</b> probably start interacting with fossil at the command
5252
line by asking it what it can
53
- do:&nbsp;&nbsp;&nbsp;&nbsp;<a name="tof">&#710;</a>
53
+ do:&nbsp;&nbsp;&nbsp;&nbsp;<a name="tof">ˆ</a>
5454
5555
<code>$ fossil help</code><nowiki><pre>
5656
Usage: fossil help COMMAND.
5757
Available COMMANDs:</pre><table width="80%"
5858
style="font-family: fixed, courier, monospace;">
@@ -133,16 +133,16 @@
133133
fossil&nbsp;help&nbsp;<i>command</i> </code>for all of the
134134
commands listed above. There are links to individual pages for each
135135
of them; pages with content (commands marked with a '*' are done) go
136136
into the reason for a command in a bit more depth than the program help.
137137
<pre>
138
-<hr><a href="#tof">&#710;</a>
138
+<hr><a href="#tof">ˆ</a>
139139
<a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE...
140140
Make arrangements to add one or more files to the current checkout
141141
at the next commit.
142142
143
-<hr><a href="#tof">&#710;</a>
143
+<hr><a href="#tof">ˆ</a>
144144
<a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145145
The ~/.fossil file records the location of all repositories for a
146146
user. This command performs certain operations on all repositories
147147
that can be useful before or after a period of disconnection operation.
148148
@@ -163,11 +163,11 @@
163163
164164
Respositories are automatically added to the set of known repositories
165165
when one of the following commands against the repository: clone, info,
166166
pull, push, or sync
167167
168
-<hr><a href="#tof">&#710;</a>
168
+<hr><a href="#tof">ˆ</a>
169169
<a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE?
170170
171171
Run various subcommands on the branches of the open repository or
172172
of the repository identified by the -R or --repository option.
173173
@@ -178,11 +178,11 @@
178178
179179
fossil branch list
180180
181181
List all branches
182182
183
-<hr><a href="#tof">&#710;</a>
183
+<hr><a href="#tof">ˆ</a>
184184
<a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT
185185
The SCRIPT argument is the name of a file that is the CGI script
186186
that is being run. The command name, "cgi", may be omitted if
187187
the GATEWAY_INTERFACE environment variable is set to "CGI" (which
188188
should always be the case for CGI scripts run by a webserver.) The
@@ -193,24 +193,24 @@
193193
194194
The second line defines the name of the repository. After locating
195195
the repository, fossil will generate a webpage on stdout based on
196196
the values of standard CGI environment variables.
197197
198
-<hr><a href="#tof">&#710;</a>
198
+<hr><a href="#tof">ˆ</a>
199199
<a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a>
200200
Report on the edit status of all files in the current checkout.
201201
See also the "status" and "extra" commands.
202202
203
-<hr><a href="#tof">&#710;</a>
203
+<hr><a href="#tof">ˆ</a>
204204
<a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force?
205205
Check out a version specified on the command-line. This command
206206
will not overwrite edited files in the current checkout unless
207207
the --force option appears on the command-line.
208208
209209
See also the "update" command.
210210
211
-<hr><a href="#tof">&#710;</a>
211
+<hr><a href="#tof">ˆ</a>
212212
<a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above)
213213
214214
Create a new version containing all of the changes in the current
215215
checkout. You will be prompted to enter a check-in comment unless
216216
the "-m" option is used to specify a comment line. You will be
@@ -217,32 +217,32 @@
217217
prompted for your GPG passphrase in order to sign the new manifest
218218
unless the "--nosign" option is used. All files that have
219219
changed will be committed unless some subset of files is specified
220220
on the command line.
221221
222
-<hr><a href="#tof">&#710;</a>
222
+<hr><a href="#tof">ˆ</a>
223223
<a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
224224
Delete all "extra" files in the source tree. "Extra" files are
225225
files that are not officially part of the checkout. See also
226226
the "extra" command. This operation cannot be undone.
227227
228228
You will be prompted before removing each file. If you are
229229
sure you wish to remove all "extra" files you can specify the
230230
optional -all flag.
231231
232
-<hr><a href="#tof">&#710;</a>
232
+<hr><a href="#tof">ˆ</a>
233233
<a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
234234
Make a clone of a repository specified by URL in the local
235235
file named FILENAME.
236236
237
-<hr><a href="#tof">&#710;</a>
237
+<hr><a href="#tof">ˆ</a>
238238
<a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force?
239239
The opposite of "open". Close the current database connection.
240240
Require a -f or --force flag if there are unsaved changed in the
241241
current check-out.
242242
243
-<hr><a href="#tof">&#710;</a>
243
+<hr><a href="#tof">ˆ</a>
244244
<a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ...
245245
Where METHOD is one of: export import merge pull push reset. All methods
246246
accept the -R or --repository option to specific a repository.
247247
248248
fossil configuration export AREA FILENAME
@@ -278,28 +278,28 @@
278278
279279
WARNING: Do not import, merge, or pull configurations from an untrusted
280280
source. The inbound configuration is not checked for safety and can
281281
introduce security vulnerabilities.
282282
283
-<hr><a href="#tof">&#710;</a>
283
+<hr><a href="#tof">ˆ</a>
284284
COMMAND: deconstruct
285285
<a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION
286286
Populates the indicated DESTINATION directory with copies of all
287287
artifcats contained within the repository. Artifacts are named AA/bbbbb
288288
where AA is the first 2 characters of the artifact ID and bbbbb is the
289289
remaining 38 characters.
290290
291
-<hr><a href="#tof">&#710;</a>
291
+<hr><a href="#tof">ˆ</a>
292292
<a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE...
293293
Remove one or more files from the tree.
294294
295
-<hr><a href="#tof">&#710;</a>
295
+<hr><a href="#tof">ˆ</a>
296296
<a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID?
297297
Find all leaf descendants of the check-in specified or if the argument
298298
is omitted, of the check-in currently checked out.
299299
300
-<hr><a href="#tof">&#710;</a>
300
+<hr><a href="#tof">ˆ</a>
301301
<a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE...
302302
Show the difference between the current version of a file (as it
303303
exists on disk) and that same file as it was checked out.
304304
305305
diff will show a textual diff while gdiff will attempt to run a
@@ -319,78 +319,78 @@
319319
fossil setting gdiff-command tortoisemerge
320320
fossil setting gdiff-command meld
321321
fossil setting gdiff-command xxdiff
322322
fossil setting gdiff-command kdiff3
323323
324
-<hr><a href="#tof">&#710;</a>
324
+<hr><a href="#tof">ˆ</a>
325325
<a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a>
326326
Print a list of all files in the source tree that are not part of
327327
the current checkout. See also the "clean" command.
328328
329
-<hr><a href="#tof">&#710;</a>
329
+<hr><a href="#tof">ˆ</a>
330330
<a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND
331331
Display information on how to use COMMAND
332332
333
-<hr><a href="#tof">&#710;</a>
333
+<hr><a href="#tof">ˆ</a>
334334
<a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY
335335
Handle a single HTTP request appearing on stdin. The resulting webpage
336336
is delivered on stdout. This method is used to launch an HTTP request
337337
handler from inetd, for example. The argument is the name of the repository.
338338
339
-<hr><a href="#tof">&#710;</a>
339
+<hr><a href="#tof">ˆ</a>
340340
<a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME?
341341
With no arguments, provide information about the current tree.
342342
If an argument is specified, provide information about the object
343343
in the respository of the current tree that the argument refers
344344
to. Or if the argument is the name of a repository, show
345345
information about that repository.
346346
347
-<hr><a href="#tof">&#710;</a>
347
+<hr><a href="#tof">ˆ</a>
348348
<a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a>
349349
Find leaves of all branches.
350350
351
-<hr><a href="#tof">&#710;</a>
351
+<hr><a href="#tof">ˆ</a>
352352
<a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a>
353353
Show the names of all files in the current checkout
354354
355
-<hr><a href="#tof">&#710;</a>
355
+<hr><a href="#tof">ˆ</a>
356356
<a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION
357357
The argument is a version that should be merged into the current
358358
checkout.
359359
Only file content is merged. The result continues to use the
360360
file and directory names from the current check-out even if those
361361
names might have been changed in the branch being merged in.
362362
363
-<hr><a href="#tof">&#710;</a>
363
+<hr><a href="#tof">ˆ</a>
364364
<a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR
365365
366366
Move or rename one or more files within the tree
367367
368368
This command does not rename the files on disk. All this command does is
369369
record the fact that filenames have changed so that appropriate notations
370370
can be made at the next commit/checkin.
371371
372
-<hr><a href="#tof">&#710;</a>
372
+<hr><a href="#tof">ˆ</a>
373373
<a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME
374374
375375
Create a repository for a new project in the file named FILENAME.
376376
This command is distinct from "clone". The "clone" command makes
377377
a copy of an existing project. This command starts a new project.
378378
379
-<hr><a href="#tof">&#710;</a>
379
+<hr><a href="#tof">ˆ</a>
380380
<a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME
381381
Open a connection to the local repository in FILENAME. A checkout
382382
for the repository is created with its root at the working directory.
383383
See also the "close" command.
384384
385
-<hr><a href="#tof">&#710;</a>
385
+<hr><a href="#tof">ˆ</a>
386386
<a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a>
387387
388388
Deliver a report of the repository statistics for the
389389
current checkout.
390390
391
-<hr><a href="#tof">&#710;</a>
391
+<hr><a href="#tof">ˆ</a>
392392
<a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY?
393393
Pull changes in a remote repository into the local repository.
394394
The repository is identified by the -R or --repository option.
395395
If there is no such option then the open repository is used.
396396
The URL of the remote server is specified on the command line
@@ -405,45 +405,45 @@
405405
The "USER" substring specifies the login user. You will be
406406
prompted for the password on the command-line. The PORT
407407
specifies the TCP port of the server. The default port is
408408
80.
409409
410
-<hr><a href="#tof">&#710;</a>
410
+<hr><a href="#tof">ˆ</a>
411411
<a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY?
412412
Push changes in the local repository over into a remote repository.
413413
See the "pull" command for additional information.
414414
415
-<hr><a href="#tof">&#710;</a>
415
+<hr><a href="#tof">ˆ</a>
416416
<a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY
417417
Reconstruct the named repository database from the core
418418
records. Run this command after updating the fossil
419419
executable in a way that changes the database schema.
420420
421
-<hr><a href="#tof">&#710;</a>
421
+<hr><a href="#tof">ˆ</a>
422422
COMMAND: reconstruct
423423
<a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN
424424
Creates the REPOSITORY and populates it with the artifacts in the
425425
indicated ORIGIN directory.
426426
427
-<hr><a href="#tof">&#710;</a>
427
+<hr><a href="#tof">ˆ</a>
428428
<a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...?
429429
Redo the an update or merge operation that has been undone by the
430430
undo command. If FILENAME is specified then restore the changes
431431
associated with the named file(s) but otherwise leave the update
432432
or merge undone.
433433
434434
A single level of undo/redo is supported. The undo/redo stack
435435
is cleared by the commit and checkout commands.
436436
437
-<hr><a href="#tof">&#710;</a>
437
+<hr><a href="#tof">ˆ</a>
438438
<a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE
439439
Revert to the current repository version of FILE, or to
440440
the version associated with check-in CHECKIN if the -r flag
441441
appears. This command will confirm your operation unless the
442442
file is missing or the --yes option is used.
443443
444
-<hr><a href="#tof">&#710;</a>
444
+<hr><a href="#tof">ˆ</a>
445445
<a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY?
446446
447447
Open a socket and begin listening and responding to HTTP requests on
448448
TCP port 8080, or on any other TCP port defined by the -P or
449449
--port option. The optional argument is the name of the repository.
@@ -451,11 +451,11 @@
451451
within an open checkout.
452452
453453
The "ui" command automatically starts a web browser after initializing
454454
the web server.
455455
456
-<hr><a href="#tof">&#710;</a>
456
+<hr><a href="#tof">ˆ</a>
457457
COMMAND: settings
458458
COMMAND: unset
459459
<a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global?
460460
fossil unset PROPERTY ?-global?
461461
@@ -503,21 +503,21 @@
503503
web-browser A shell command used to launch your preferred
504504
web browser when given a URL as an argument.
505505
Defaults to "start" on windows, "open" on Mac,
506506
and "firefox" on Unix.
507507
508
-<hr><a href="#tof">&#710;</a>
508
+<hr><a href="#tof">ˆ</a>
509509
<a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a>
510510
Report on the status of the current checkout.
511511
512
-<hr><a href="#tof">&#710;</a>
512
+<hr><a href="#tof">ˆ</a>
513513
<a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY?
514514
Synchronize the local repository with a remote repository. This is
515515
the equivalent of running both "push" and "pull" at the same time.
516516
See the "pull" command for additional information.
517517
518
-<hr><a href="#tof">&#710;</a>
518
+<hr><a href="#tof">ˆ</a>
519519
<a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ...
520520
Run various subcommands to control tags and properties
521521
522522
fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE?
523523
@@ -569,11 +569,11 @@
569569
570570
fossil update tag:decaf
571571
572572
will assume that "decaf" is a tag/branch name.
573573
574
-<hr><a href="#tof">&#710;</a>
574
+<hr><a href="#tof">ˆ</a>
575575
<a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N?
576576
Print a summary of activity going backwards in date and time
577577
specified or from the current date and time if no arguments
578578
are given. Show as many as N (default 20) check-ins. The
579579
WHEN argument can be any unique abbreviation of one of these
@@ -587,30 +587,30 @@
587587
The CHECK-IN can be any unique prefix of 4 characters or more.
588588
The DATETIME should be in the ISO8601 format. For
589589
examples: "2007-08-18 07:21:21". You can also say "current"
590590
for the current version or "now" for the current time.
591591
592
-<hr><a href="#tof">&#710;</a>
592
+<hr><a href="#tof">ˆ</a>
593593
<a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...?
594594
Undo the most recent update or merge operation. If FILENAME is
595595
specified then restore the content of the named file(s) but otherwise
596596
leave the update or merge in effect.
597597
598598
A single level of undo/redo is supported. The undo/redo stack
599599
is cleared by the commit and checkout commands.
600600
601
-<hr><a href="#tof">&#710;</a>
601
+<hr><a href="#tof">ˆ</a>
602602
<a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest?
603603
The optional argument is a version that should become the current
604604
version. If the argument is omitted, then use the leaf of the
605605
tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used
606606
if the --latest flag is present.
607607
608608
This command is different from the "checkout" in that edits are
609609
not overwritten. Edits are merged into the new version.
610610
611
-<hr><a href="#tof">&#710;</a>
611
+<hr><a href="#tof">ˆ</a>
612612
<a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE?
613613
Run various subcommands on users of the open repository or of
614614
the repository identified by the -R or --repository option.
615615
616616
fossil user capabilities USERNAME ?STRING?
@@ -634,15 +634,15 @@
634634
635635
fossil user password USERNAME
636636
637637
Change the web access password for a user.
638638
639
-<hr><a href="#tof">&#710;</a>
639
+<hr><a href="#tof">ˆ</a>
640640
<a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a>
641641
Print the source code version number for the fossil executable.
642642
643
-<hr><a href="#tof">&#710;</a>
643
+<hr><a href="#tof">ˆ</a>
644644
<a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName
645645
Run various subcommands to fetch wiki entries.
646646
647647
fossil wiki export PAGENAME ?FILE?
648648
@@ -684,11 +684,11 @@
684684
Diffs the local copy of a page with a given version (defaulting
685685
to the head version).
686686
687687
</pre></nowiki>
688688
689
- <hr><a href="#tof">&#710;</a>
689
+ <hr><a href="#tof">ˆ</a>
690690
691691
<h3>Caveats</h3>
692692
This is not actually a reference, it's the start of a reference.
693693
There are wikilinks to uncreated pages for the commands. This was
694694
created by running the fossil help for each command listed by running
695695
--- www/reference.wiki
+++ www/reference.wiki
@@ -1,10 +1,10 @@
1 <h2>Command Line Interface Reference</h2>
2
3 This is an easy introduction to the fossil command line interface
4 (cli). It assumes some familiarity with using the command line, and
5 with Source Code Maintenence (SCM) systems&#8212;but not <i>too</i>
6 much.
7
8 If you are trying to find information about fossil's web
9 capabilities, see the <a href="index.wiki">Fossil Home</a> and
10 <a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers.
@@ -18,12 +18,12 @@
18 including any options, and it will make more sense.
19
20 * Any fossil command is acceptable once enough of it has been
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&#8212;the 'clone'
24 command&#8212;unambiguous.
25
26 * Pragmatically, a [./concepts.wiki#keyconc | <u>version</u>]
27 in <b>fossil</b> is a 40-character long string of hexadecimal.
28 <b>fossil</b> will be able to figure out which version you want
29 with any <i>distinct</i> prefix of that string which is at
@@ -48,11 +48,11 @@
48 guaranteed and fast access to the sources & docs (your cloned fossil
49 repository).
50 <br /><br /> <br />
51 <b>You should</b> probably start interacting with fossil at the command
52 line by asking it what it can
53 do:&nbsp;&nbsp;&nbsp;&nbsp;<a name="tof">&#710;</a>
54
55 <code>$ fossil help</code><nowiki><pre>
56 Usage: fossil help COMMAND.
57 Available COMMANDs:</pre><table width="80%"
58 style="font-family: fixed, courier, monospace;">
@@ -133,16 +133,16 @@
133 fossil&nbsp;help&nbsp;<i>command</i> </code>for all of the
134 commands listed above. There are links to individual pages for each
135 of them; pages with content (commands marked with a '*' are done) go
136 into the reason for a command in a bit more depth than the program help.
137 <pre>
138 <hr><a href="#tof">&#710;</a>
139 <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE...
140 Make arrangements to add one or more files to the current checkout
141 at the next commit.
142
143 <hr><a href="#tof">&#710;</a>
144 <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145 The ~/.fossil file records the location of all repositories for a
146 user. This command performs certain operations on all repositories
147 that can be useful before or after a period of disconnection operation.
148
@@ -163,11 +163,11 @@
163
164 Respositories are automatically added to the set of known repositories
165 when one of the following commands against the repository: clone, info,
166 pull, push, or sync
167
168 <hr><a href="#tof">&#710;</a>
169 <a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE?
170
171 Run various subcommands on the branches of the open repository or
172 of the repository identified by the -R or --repository option.
173
@@ -178,11 +178,11 @@
178
179 fossil branch list
180
181 List all branches
182
183 <hr><a href="#tof">&#710;</a>
184 <a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT
185 The SCRIPT argument is the name of a file that is the CGI script
186 that is being run. The command name, "cgi", may be omitted if
187 the GATEWAY_INTERFACE environment variable is set to "CGI" (which
188 should always be the case for CGI scripts run by a webserver.) The
@@ -193,24 +193,24 @@
193
194 The second line defines the name of the repository. After locating
195 the repository, fossil will generate a webpage on stdout based on
196 the values of standard CGI environment variables.
197
198 <hr><a href="#tof">&#710;</a>
199 <a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a>
200 Report on the edit status of all files in the current checkout.
201 See also the "status" and "extra" commands.
202
203 <hr><a href="#tof">&#710;</a>
204 <a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force?
205 Check out a version specified on the command-line. This command
206 will not overwrite edited files in the current checkout unless
207 the --force option appears on the command-line.
208
209 See also the "update" command.
210
211 <hr><a href="#tof">&#710;</a>
212 <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above)
213
214 Create a new version containing all of the changes in the current
215 checkout. You will be prompted to enter a check-in comment unless
216 the "-m" option is used to specify a comment line. You will be
@@ -217,32 +217,32 @@
217 prompted for your GPG passphrase in order to sign the new manifest
218 unless the "--nosign" option is used. All files that have
219 changed will be committed unless some subset of files is specified
220 on the command line.
221
222 <hr><a href="#tof">&#710;</a>
223 <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
224 Delete all "extra" files in the source tree. "Extra" files are
225 files that are not officially part of the checkout. See also
226 the "extra" command. This operation cannot be undone.
227
228 You will be prompted before removing each file. If you are
229 sure you wish to remove all "extra" files you can specify the
230 optional -all flag.
231
232 <hr><a href="#tof">&#710;</a>
233 <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
234 Make a clone of a repository specified by URL in the local
235 file named FILENAME.
236
237 <hr><a href="#tof">&#710;</a>
238 <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force?
239 The opposite of "open". Close the current database connection.
240 Require a -f or --force flag if there are unsaved changed in the
241 current check-out.
242
243 <hr><a href="#tof">&#710;</a>
244 <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ...
245 Where METHOD is one of: export import merge pull push reset. All methods
246 accept the -R or --repository option to specific a repository.
247
248 fossil configuration export AREA FILENAME
@@ -278,28 +278,28 @@
278
279 WARNING: Do not import, merge, or pull configurations from an untrusted
280 source. The inbound configuration is not checked for safety and can
281 introduce security vulnerabilities.
282
283 <hr><a href="#tof">&#710;</a>
284 COMMAND: deconstruct
285 <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION
286 Populates the indicated DESTINATION directory with copies of all
287 artifcats contained within the repository. Artifacts are named AA/bbbbb
288 where AA is the first 2 characters of the artifact ID and bbbbb is the
289 remaining 38 characters.
290
291 <hr><a href="#tof">&#710;</a>
292 <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE...
293 Remove one or more files from the tree.
294
295 <hr><a href="#tof">&#710;</a>
296 <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID?
297 Find all leaf descendants of the check-in specified or if the argument
298 is omitted, of the check-in currently checked out.
299
300 <hr><a href="#tof">&#710;</a>
301 <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE...
302 Show the difference between the current version of a file (as it
303 exists on disk) and that same file as it was checked out.
304
305 diff will show a textual diff while gdiff will attempt to run a
@@ -319,78 +319,78 @@
319 fossil setting gdiff-command tortoisemerge
320 fossil setting gdiff-command meld
321 fossil setting gdiff-command xxdiff
322 fossil setting gdiff-command kdiff3
323
324 <hr><a href="#tof">&#710;</a>
325 <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a>
326 Print a list of all files in the source tree that are not part of
327 the current checkout. See also the "clean" command.
328
329 <hr><a href="#tof">&#710;</a>
330 <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND
331 Display information on how to use COMMAND
332
333 <hr><a href="#tof">&#710;</a>
334 <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY
335 Handle a single HTTP request appearing on stdin. The resulting webpage
336 is delivered on stdout. This method is used to launch an HTTP request
337 handler from inetd, for example. The argument is the name of the repository.
338
339 <hr><a href="#tof">&#710;</a>
340 <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME?
341 With no arguments, provide information about the current tree.
342 If an argument is specified, provide information about the object
343 in the respository of the current tree that the argument refers
344 to. Or if the argument is the name of a repository, show
345 information about that repository.
346
347 <hr><a href="#tof">&#710;</a>
348 <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a>
349 Find leaves of all branches.
350
351 <hr><a href="#tof">&#710;</a>
352 <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a>
353 Show the names of all files in the current checkout
354
355 <hr><a href="#tof">&#710;</a>
356 <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION
357 The argument is a version that should be merged into the current
358 checkout.
359 Only file content is merged. The result continues to use the
360 file and directory names from the current check-out even if those
361 names might have been changed in the branch being merged in.
362
363 <hr><a href="#tof">&#710;</a>
364 <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR
365
366 Move or rename one or more files within the tree
367
368 This command does not rename the files on disk. All this command does is
369 record the fact that filenames have changed so that appropriate notations
370 can be made at the next commit/checkin.
371
372 <hr><a href="#tof">&#710;</a>
373 <a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME
374
375 Create a repository for a new project in the file named FILENAME.
376 This command is distinct from "clone". The "clone" command makes
377 a copy of an existing project. This command starts a new project.
378
379 <hr><a href="#tof">&#710;</a>
380 <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME
381 Open a connection to the local repository in FILENAME. A checkout
382 for the repository is created with its root at the working directory.
383 See also the "close" command.
384
385 <hr><a href="#tof">&#710;</a>
386 <a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a>
387
388 Deliver a report of the repository statistics for the
389 current checkout.
390
391 <hr><a href="#tof">&#710;</a>
392 <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY?
393 Pull changes in a remote repository into the local repository.
394 The repository is identified by the -R or --repository option.
395 If there is no such option then the open repository is used.
396 The URL of the remote server is specified on the command line
@@ -405,45 +405,45 @@
405 The "USER" substring specifies the login user. You will be
406 prompted for the password on the command-line. The PORT
407 specifies the TCP port of the server. The default port is
408 80.
409
410 <hr><a href="#tof">&#710;</a>
411 <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY?
412 Push changes in the local repository over into a remote repository.
413 See the "pull" command for additional information.
414
415 <hr><a href="#tof">&#710;</a>
416 <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY
417 Reconstruct the named repository database from the core
418 records. Run this command after updating the fossil
419 executable in a way that changes the database schema.
420
421 <hr><a href="#tof">&#710;</a>
422 COMMAND: reconstruct
423 <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN
424 Creates the REPOSITORY and populates it with the artifacts in the
425 indicated ORIGIN directory.
426
427 <hr><a href="#tof">&#710;</a>
428 <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...?
429 Redo the an update or merge operation that has been undone by the
430 undo command. If FILENAME is specified then restore the changes
431 associated with the named file(s) but otherwise leave the update
432 or merge undone.
433
434 A single level of undo/redo is supported. The undo/redo stack
435 is cleared by the commit and checkout commands.
436
437 <hr><a href="#tof">&#710;</a>
438 <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE
439 Revert to the current repository version of FILE, or to
440 the version associated with check-in CHECKIN if the -r flag
441 appears. This command will confirm your operation unless the
442 file is missing or the --yes option is used.
443
444 <hr><a href="#tof">&#710;</a>
445 <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY?
446
447 Open a socket and begin listening and responding to HTTP requests on
448 TCP port 8080, or on any other TCP port defined by the -P or
449 --port option. The optional argument is the name of the repository.
@@ -451,11 +451,11 @@
451 within an open checkout.
452
453 The "ui" command automatically starts a web browser after initializing
454 the web server.
455
456 <hr><a href="#tof">&#710;</a>
457 COMMAND: settings
458 COMMAND: unset
459 <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global?
460 fossil unset PROPERTY ?-global?
461
@@ -503,21 +503,21 @@
503 web-browser A shell command used to launch your preferred
504 web browser when given a URL as an argument.
505 Defaults to "start" on windows, "open" on Mac,
506 and "firefox" on Unix.
507
508 <hr><a href="#tof">&#710;</a>
509 <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a>
510 Report on the status of the current checkout.
511
512 <hr><a href="#tof">&#710;</a>
513 <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY?
514 Synchronize the local repository with a remote repository. This is
515 the equivalent of running both "push" and "pull" at the same time.
516 See the "pull" command for additional information.
517
518 <hr><a href="#tof">&#710;</a>
519 <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ...
520 Run various subcommands to control tags and properties
521
522 fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE?
523
@@ -569,11 +569,11 @@
569
570 fossil update tag:decaf
571
572 will assume that "decaf" is a tag/branch name.
573
574 <hr><a href="#tof">&#710;</a>
575 <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N?
576 Print a summary of activity going backwards in date and time
577 specified or from the current date and time if no arguments
578 are given. Show as many as N (default 20) check-ins. The
579 WHEN argument can be any unique abbreviation of one of these
@@ -587,30 +587,30 @@
587 The CHECK-IN can be any unique prefix of 4 characters or more.
588 The DATETIME should be in the ISO8601 format. For
589 examples: "2007-08-18 07:21:21". You can also say "current"
590 for the current version or "now" for the current time.
591
592 <hr><a href="#tof">&#710;</a>
593 <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...?
594 Undo the most recent update or merge operation. If FILENAME is
595 specified then restore the content of the named file(s) but otherwise
596 leave the update or merge in effect.
597
598 A single level of undo/redo is supported. The undo/redo stack
599 is cleared by the commit and checkout commands.
600
601 <hr><a href="#tof">&#710;</a>
602 <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest?
603 The optional argument is a version that should become the current
604 version. If the argument is omitted, then use the leaf of the
605 tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used
606 if the --latest flag is present.
607
608 This command is different from the "checkout" in that edits are
609 not overwritten. Edits are merged into the new version.
610
611 <hr><a href="#tof">&#710;</a>
612 <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE?
613 Run various subcommands on users of the open repository or of
614 the repository identified by the -R or --repository option.
615
616 fossil user capabilities USERNAME ?STRING?
@@ -634,15 +634,15 @@
634
635 fossil user password USERNAME
636
637 Change the web access password for a user.
638
639 <hr><a href="#tof">&#710;</a>
640 <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a>
641 Print the source code version number for the fossil executable.
642
643 <hr><a href="#tof">&#710;</a>
644 <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName
645 Run various subcommands to fetch wiki entries.
646
647 fossil wiki export PAGENAME ?FILE?
648
@@ -684,11 +684,11 @@
684 Diffs the local copy of a page with a given version (defaulting
685 to the head version).
686
687 </pre></nowiki>
688
689 <hr><a href="#tof">&#710;</a>
690
691 <h3>Caveats</h3>
692 This is not actually a reference, it's the start of a reference.
693 There are wikilinks to uncreated pages for the commands. This was
694 created by running the fossil help for each command listed by running
695
--- www/reference.wiki
+++ www/reference.wiki
@@ -1,10 +1,10 @@
1 <h2>Command Line Interface Reference</h2>
2
3 This is an easy introduction to the fossil command line interface
4 (cli). It assumes some familiarity with using the command line, and
5 with Source Code Maintenence (SCM) systems—but not <i>too</i>
6 much.
7
8 If you are trying to find information about fossil's web
9 capabilities, see the <a href="index.wiki">Fossil Home</a> and
10 <a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers.
@@ -18,12 +18,12 @@
18 including any options, and it will make more sense.
19
20 * Any fossil command is acceptable once enough of it has been
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 [./concepts.wiki#keyconc | <u>version</u>]
27 in <b>fossil</b> is a 40-character long string of hexadecimal.
28 <b>fossil</b> will be able to figure out which version you want
29 with any <i>distinct</i> prefix of that string which is at
@@ -48,11 +48,11 @@
48 guaranteed and fast access to the sources & docs (your cloned fossil
49 repository).
50 <br /><br /> <br />
51 <b>You should</b> probably start interacting with fossil at the command
52 line by asking it what it can
53 do:&nbsp;&nbsp;&nbsp;&nbsp;<a name="tof">ˆ</a>
54
55 <code>$ fossil help</code><nowiki><pre>
56 Usage: fossil help COMMAND.
57 Available COMMANDs:</pre><table width="80%"
58 style="font-family: fixed, courier, monospace;">
@@ -133,16 +133,16 @@
133 fossil&nbsp;help&nbsp;<i>command</i> </code>for all of the
134 commands listed above. There are links to individual pages for each
135 of them; pages with content (commands marked with a '*' are done) go
136 into the reason for a command in a bit more depth than the program help.
137 <pre>
138 <hr><a href="#tof">ˆ</a>
139 <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE...
140 Make arrangements to add one or more files to the current checkout
141 at the next commit.
142
143 <hr><a href="#tof">ˆ</a>
144 <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync)
145 The ~/.fossil file records the location of all repositories for a
146 user. This command performs certain operations on all repositories
147 that can be useful before or after a period of disconnection operation.
148
@@ -163,11 +163,11 @@
163
164 Respositories are automatically added to the set of known repositories
165 when one of the following commands against the repository: clone, info,
166 pull, push, or sync
167
168 <hr><a href="#tof">ˆ</a>
169 <a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE?
170
171 Run various subcommands on the branches of the open repository or
172 of the repository identified by the -R or --repository option.
173
@@ -178,11 +178,11 @@
178
179 fossil branch list
180
181 List all branches
182
183 <hr><a href="#tof">ˆ</a>
184 <a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT
185 The SCRIPT argument is the name of a file that is the CGI script
186 that is being run. The command name, "cgi", may be omitted if
187 the GATEWAY_INTERFACE environment variable is set to "CGI" (which
188 should always be the case for CGI scripts run by a webserver.) The
@@ -193,24 +193,24 @@
193
194 The second line defines the name of the repository. After locating
195 the repository, fossil will generate a webpage on stdout based on
196 the values of standard CGI environment variables.
197
198 <hr><a href="#tof">ˆ</a>
199 <a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a>
200 Report on the edit status of all files in the current checkout.
201 See also the "status" and "extra" commands.
202
203 <hr><a href="#tof">ˆ</a>
204 <a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force?
205 Check out a version specified on the command-line. This command
206 will not overwrite edited files in the current checkout unless
207 the --force option appears on the command-line.
208
209 See also the "update" command.
210
211 <hr><a href="#tof">ˆ</a>
212 <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above)
213
214 Create a new version containing all of the changes in the current
215 checkout. You will be prompted to enter a check-in comment unless
216 the "-m" option is used to specify a comment line. You will be
@@ -217,32 +217,32 @@
217 prompted for your GPG passphrase in order to sign the new manifest
218 unless the "--nosign" option is used. All files that have
219 changed will be committed unless some subset of files is specified
220 on the command line.
221
222 <hr><a href="#tof">ˆ</a>
223 <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
224 Delete all "extra" files in the source tree. "Extra" files are
225 files that are not officially part of the checkout. See also
226 the "extra" command. This operation cannot be undone.
227
228 You will be prompted before removing each file. If you are
229 sure you wish to remove all "extra" files you can specify the
230 optional -all flag.
231
232 <hr><a href="#tof">ˆ</a>
233 <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
234 Make a clone of a repository specified by URL in the local
235 file named FILENAME.
236
237 <hr><a href="#tof">ˆ</a>
238 <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force?
239 The opposite of "open". Close the current database connection.
240 Require a -f or --force flag if there are unsaved changed in the
241 current check-out.
242
243 <hr><a href="#tof">ˆ</a>
244 <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ...
245 Where METHOD is one of: export import merge pull push reset. All methods
246 accept the -R or --repository option to specific a repository.
247
248 fossil configuration export AREA FILENAME
@@ -278,28 +278,28 @@
278
279 WARNING: Do not import, merge, or pull configurations from an untrusted
280 source. The inbound configuration is not checked for safety and can
281 introduce security vulnerabilities.
282
283 <hr><a href="#tof">ˆ</a>
284 COMMAND: deconstruct
285 <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION
286 Populates the indicated DESTINATION directory with copies of all
287 artifcats contained within the repository. Artifacts are named AA/bbbbb
288 where AA is the first 2 characters of the artifact ID and bbbbb is the
289 remaining 38 characters.
290
291 <hr><a href="#tof">ˆ</a>
292 <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE...
293 Remove one or more files from the tree.
294
295 <hr><a href="#tof">ˆ</a>
296 <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID?
297 Find all leaf descendants of the check-in specified or if the argument
298 is omitted, of the check-in currently checked out.
299
300 <hr><a href="#tof">ˆ</a>
301 <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE...
302 Show the difference between the current version of a file (as it
303 exists on disk) and that same file as it was checked out.
304
305 diff will show a textual diff while gdiff will attempt to run a
@@ -319,78 +319,78 @@
319 fossil setting gdiff-command tortoisemerge
320 fossil setting gdiff-command meld
321 fossil setting gdiff-command xxdiff
322 fossil setting gdiff-command kdiff3
323
324 <hr><a href="#tof">ˆ</a>
325 <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a>
326 Print a list of all files in the source tree that are not part of
327 the current checkout. See also the "clean" command.
328
329 <hr><a href="#tof">ˆ</a>
330 <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND
331 Display information on how to use COMMAND
332
333 <hr><a href="#tof">ˆ</a>
334 <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY
335 Handle a single HTTP request appearing on stdin. The resulting webpage
336 is delivered on stdout. This method is used to launch an HTTP request
337 handler from inetd, for example. The argument is the name of the repository.
338
339 <hr><a href="#tof">ˆ</a>
340 <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME?
341 With no arguments, provide information about the current tree.
342 If an argument is specified, provide information about the object
343 in the respository of the current tree that the argument refers
344 to. Or if the argument is the name of a repository, show
345 information about that repository.
346
347 <hr><a href="#tof">ˆ</a>
348 <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a>
349 Find leaves of all branches.
350
351 <hr><a href="#tof">ˆ</a>
352 <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a>
353 Show the names of all files in the current checkout
354
355 <hr><a href="#tof">ˆ</a>
356 <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION
357 The argument is a version that should be merged into the current
358 checkout.
359 Only file content is merged. The result continues to use the
360 file and directory names from the current check-out even if those
361 names might have been changed in the branch being merged in.
362
363 <hr><a href="#tof">ˆ</a>
364 <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR
365
366 Move or rename one or more files within the tree
367
368 This command does not rename the files on disk. All this command does is
369 record the fact that filenames have changed so that appropriate notations
370 can be made at the next commit/checkin.
371
372 <hr><a href="#tof">ˆ</a>
373 <a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME
374
375 Create a repository for a new project in the file named FILENAME.
376 This command is distinct from "clone". The "clone" command makes
377 a copy of an existing project. This command starts a new project.
378
379 <hr><a href="#tof">ˆ</a>
380 <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME
381 Open a connection to the local repository in FILENAME. A checkout
382 for the repository is created with its root at the working directory.
383 See also the "close" command.
384
385 <hr><a href="#tof">ˆ</a>
386 <a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a>
387
388 Deliver a report of the repository statistics for the
389 current checkout.
390
391 <hr><a href="#tof">ˆ</a>
392 <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY?
393 Pull changes in a remote repository into the local repository.
394 The repository is identified by the -R or --repository option.
395 If there is no such option then the open repository is used.
396 The URL of the remote server is specified on the command line
@@ -405,45 +405,45 @@
405 The "USER" substring specifies the login user. You will be
406 prompted for the password on the command-line. The PORT
407 specifies the TCP port of the server. The default port is
408 80.
409
410 <hr><a href="#tof">ˆ</a>
411 <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY?
412 Push changes in the local repository over into a remote repository.
413 See the "pull" command for additional information.
414
415 <hr><a href="#tof">ˆ</a>
416 <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY
417 Reconstruct the named repository database from the core
418 records. Run this command after updating the fossil
419 executable in a way that changes the database schema.
420
421 <hr><a href="#tof">ˆ</a>
422 COMMAND: reconstruct
423 <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN
424 Creates the REPOSITORY and populates it with the artifacts in the
425 indicated ORIGIN directory.
426
427 <hr><a href="#tof">ˆ</a>
428 <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...?
429 Redo the an update or merge operation that has been undone by the
430 undo command. If FILENAME is specified then restore the changes
431 associated with the named file(s) but otherwise leave the update
432 or merge undone.
433
434 A single level of undo/redo is supported. The undo/redo stack
435 is cleared by the commit and checkout commands.
436
437 <hr><a href="#tof">ˆ</a>
438 <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE
439 Revert to the current repository version of FILE, or to
440 the version associated with check-in CHECKIN if the -r flag
441 appears. This command will confirm your operation unless the
442 file is missing or the --yes option is used.
443
444 <hr><a href="#tof">ˆ</a>
445 <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY?
446
447 Open a socket and begin listening and responding to HTTP requests on
448 TCP port 8080, or on any other TCP port defined by the -P or
449 --port option. The optional argument is the name of the repository.
@@ -451,11 +451,11 @@
451 within an open checkout.
452
453 The "ui" command automatically starts a web browser after initializing
454 the web server.
455
456 <hr><a href="#tof">ˆ</a>
457 COMMAND: settings
458 COMMAND: unset
459 <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global?
460 fossil unset PROPERTY ?-global?
461
@@ -503,21 +503,21 @@
503 web-browser A shell command used to launch your preferred
504 web browser when given a URL as an argument.
505 Defaults to "start" on windows, "open" on Mac,
506 and "firefox" on Unix.
507
508 <hr><a href="#tof">ˆ</a>
509 <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a>
510 Report on the status of the current checkout.
511
512 <hr><a href="#tof">ˆ</a>
513 <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY?
514 Synchronize the local repository with a remote repository. This is
515 the equivalent of running both "push" and "pull" at the same time.
516 See the "pull" command for additional information.
517
518 <hr><a href="#tof">ˆ</a>
519 <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ...
520 Run various subcommands to control tags and properties
521
522 fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE?
523
@@ -569,11 +569,11 @@
569
570 fossil update tag:decaf
571
572 will assume that "decaf" is a tag/branch name.
573
574 <hr><a href="#tof">ˆ</a>
575 <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N?
576 Print a summary of activity going backwards in date and time
577 specified or from the current date and time if no arguments
578 are given. Show as many as N (default 20) check-ins. The
579 WHEN argument can be any unique abbreviation of one of these
@@ -587,30 +587,30 @@
587 The CHECK-IN can be any unique prefix of 4 characters or more.
588 The DATETIME should be in the ISO8601 format. For
589 examples: "2007-08-18 07:21:21". You can also say "current"
590 for the current version or "now" for the current time.
591
592 <hr><a href="#tof">ˆ</a>
593 <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...?
594 Undo the most recent update or merge operation. If FILENAME is
595 specified then restore the content of the named file(s) but otherwise
596 leave the update or merge in effect.
597
598 A single level of undo/redo is supported. The undo/redo stack
599 is cleared by the commit and checkout commands.
600
601 <hr><a href="#tof">ˆ</a>
602 <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest?
603 The optional argument is a version that should become the current
604 version. If the argument is omitted, then use the leaf of the
605 tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used
606 if the --latest flag is present.
607
608 This command is different from the "checkout" in that edits are
609 not overwritten. Edits are merged into the new version.
610
611 <hr><a href="#tof">ˆ</a>
612 <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE?
613 Run various subcommands on users of the open repository or of
614 the repository identified by the -R or --repository option.
615
616 fossil user capabilities USERNAME ?STRING?
@@ -634,15 +634,15 @@
634
635 fossil user password USERNAME
636
637 Change the web access password for a user.
638
639 <hr><a href="#tof">ˆ</a>
640 <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a>
641 Print the source code version number for the fossil executable.
642
643 <hr><a href="#tof">ˆ</a>
644 <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName
645 Run various subcommands to fetch wiki entries.
646
647 fossil wiki export PAGENAME ?FILE?
648
@@ -684,11 +684,11 @@
684 Diffs the local copy of a page with a given version (defaulting
685 to the head version).
686
687 </pre></nowiki>
688
689 <hr><a href="#tof">ˆ</a>
690
691 <h3>Caveats</h3>
692 This is not actually a reference, it's the start of a reference.
693 There are wikilinks to uncreated pages for the commands. This was
694 created by running the fossil help for each command listed by running
695
--- www/reviews.wiki
+++ www/reviews.wiki
@@ -3,12 +3,12 @@
33
44
* [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil]
55
by Zed A. Shaw.
66
* [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html |
77
Fossil DVCS on the Go - First Impressions]
8
- by Juho Veps&#228;l&#228;inen.
98
* [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs |
9
+ by Juho Vepsäläinen.
1010
Exploring the Fossil DVCS] by Jan-Piet Mens.
1111
* [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html |
1212
Fossil - a sweet spot in the VCS space] by Mike Meyer.
1313
* [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal
1414
1515
--- www/reviews.wiki
+++ www/reviews.wiki
@@ -3,12 +3,12 @@
3
4 * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil]
5 by Zed A. Shaw.
6 * [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html |
7 Fossil DVCS on the Go - First Impressions]
8 by Juho Veps&#228;l&#228;inen.
9 * [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs |
 
10 Exploring the Fossil DVCS] by Jan-Piet Mens.
11 * [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html |
12 Fossil - a sweet spot in the VCS space] by Mike Meyer.
13 * [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal
14
15
--- www/reviews.wiki
+++ www/reviews.wiki
@@ -3,12 +3,12 @@
3
4 * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil]
5 by Zed A. Shaw.
6 * [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html |
7 Fossil DVCS on the Go - First Impressions]
 
8 * [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs |
9 by Juho Vepsäläinen.
10 Exploring the Fossil DVCS] by Jan-Piet Mens.
11 * [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html |
12 Fossil - a sweet spot in the VCS space] by Mike Meyer.
13 * [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal
14
15

Keyboard Shortcuts

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