Hi All,

Simple diff to add a little blurb about the fossil amend command in the FAQ regarding tagging check-ins.

Also a missing word was added in a previous statement.

Index: www/faq.wiki
==================================================================
--- www/faq.wiki
+++ www/faq.wiki
@@ -78,11 +78,11 @@
 command, you can add a tag to that check-in using the
"--tag <i>TAGNAME</i>" command-line option. You can repeat the --tag option to give a check-in multiple tags. Tags need not be unique. So, for example, it is common to give every released version a "release" tag.

-If you want add a tag to an existing check-in, you can use the
+If you want to add a tag to an existing check-in, you can use the
 <b>[/help/tag|tag]</b> command.  For example:

 <blockquote>
<b>fossil [/help/branch|tag] add</b> <i>TAGNAME</i> <i>CHECK-IN</i>
 </blockquote>
@@ -95,10 +95,12 @@
what to tag on the timeline, then click on the link to go the detailed information page for that check-in. Then find the "<b>edit</b>"
 link (near the "Commands:" label) and click on that.  There are
controls on the edit page that allow new tags to be added and existing
 tags to be removed.</blockquote></li>
+
+You may use the <b>[/help/amend]</b> command to add a tag for a check-in.

 <a name="q5"></a>
<p><b>(5) How do I create a private branch that won't get pushed back to the
   main repository.</b></p>




_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to