Fossil SCM
Add an executive summary sidebar to the Check-in Names documentation page.
Commit
a022a51a609d30f5938301faa06cd5cb1d436240
Parent
9ad77bd96b703bf…
1 file changed
+21
+21
| --- www/checkin_names.wiki | ||
| +++ www/checkin_names.wiki | ||
| @@ -1,7 +1,28 @@ | ||
| 1 | 1 | <title>Check-in Names</title> |
| 2 | 2 | |
| 3 | +<table align="right" border="1" width="33%" cellpadding="10"> | |
| 4 | +<tr><td> | |
| 5 | +<h3>Executive Summary</h3> | |
| 6 | +<p>A check-in can be identified using any of the following | |
| 7 | +names: | |
| 8 | +<ul> | |
| 9 | +<li> SHA1 hash prefix | |
| 10 | +<li> Tag or branchname | |
| 11 | +<li> Timestamp: <i>YYYY-MM-DD HH:MM:SS</i> | |
| 12 | +<li> <i>tag-name</i> <big><b>:</b></big> <i>timestamp</i> | |
| 13 | +<li> Special names: | |
| 14 | +<ul> | |
| 15 | +<li> <b>tip</b> | |
| 16 | +<li> <b>current</b> | |
| 17 | +<li> <b>next</b> | |
| 18 | +<li> <b>previous</b> | |
| 19 | +<li> <b>ckout</b> | |
| 20 | +</ul> | |
| 21 | +</ul> | |
| 22 | +</td></tr> | |
| 23 | +</table> | |
| 3 | 24 | Many Fossil [/help|commands] and [./webui.wiki | web-interface] URLs accept |
| 4 | 25 | check-in names as an argument. For example, the "[/help/info|info]" command |
| 5 | 26 | accepts an optional check-in name to identify the specific checkout |
| 6 | 27 | about which information is desired: |
| 7 | 28 | |
| 8 | 29 |
| --- www/checkin_names.wiki | |
| +++ www/checkin_names.wiki | |
| @@ -1,7 +1,28 @@ | |
| 1 | <title>Check-in Names</title> |
| 2 | |
| 3 | Many Fossil [/help|commands] and [./webui.wiki | web-interface] URLs accept |
| 4 | check-in names as an argument. For example, the "[/help/info|info]" command |
| 5 | accepts an optional check-in name to identify the specific checkout |
| 6 | about which information is desired: |
| 7 | |
| 8 |
| --- www/checkin_names.wiki | |
| +++ www/checkin_names.wiki | |
| @@ -1,7 +1,28 @@ | |
| 1 | <title>Check-in Names</title> |
| 2 | |
| 3 | <table align="right" border="1" width="33%" cellpadding="10"> |
| 4 | <tr><td> |
| 5 | <h3>Executive Summary</h3> |
| 6 | <p>A check-in can be identified using any of the following |
| 7 | names: |
| 8 | <ul> |
| 9 | <li> SHA1 hash prefix |
| 10 | <li> Tag or branchname |
| 11 | <li> Timestamp: <i>YYYY-MM-DD HH:MM:SS</i> |
| 12 | <li> <i>tag-name</i> <big><b>:</b></big> <i>timestamp</i> |
| 13 | <li> Special names: |
| 14 | <ul> |
| 15 | <li> <b>tip</b> |
| 16 | <li> <b>current</b> |
| 17 | <li> <b>next</b> |
| 18 | <li> <b>previous</b> |
| 19 | <li> <b>ckout</b> |
| 20 | </ul> |
| 21 | </ul> |
| 22 | </td></tr> |
| 23 | </table> |
| 24 | Many Fossil [/help|commands] and [./webui.wiki | web-interface] URLs accept |
| 25 | check-in names as an argument. For example, the "[/help/info|info]" command |
| 26 | accepts an optional check-in name to identify the specific checkout |
| 27 | about which information is desired: |
| 28 | |
| 29 |