diff doc/FAQ.txt @ 631:a287f6cd9c6b

Update documentation of hg tag # HG changeset patch # User Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl> # Node ID 8fc9bfabae06cba91b05c265545bcce2654dab2f # Parent 7369ec5d93f2ffd490a43970edd9adf8d2bbe269 Update documentation of hg tag This updates the FAQ, manpage and adds hg tag to the list of commands in README. Index: hg/README ===================================================================
author Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
date Tue, 05 Jul 2005 18:23:34 -0800
parents d6ac88a738c4
children 7dae73778114 c6b912f8b5b2
line wrap: on
line diff
--- a/doc/FAQ.txt	Tue Jul 05 18:22:28 2005 -0800
+++ b/doc/FAQ.txt	Tue Jul 05 18:23:34 2005 -0800
@@ -124,10 +124,10 @@
 
 .Q. What if I want to just keep local tags?
 
-You can add a section called "[tags]" to your .hg/hgrc which contains
-a list of tag = changeset ID pairs. Unlike traditional tags, these are
-only visible in the local repository, but otherwise act just like
-normal tags.
+You can use "hg tag" command with an option "-l" or "--local". This
+will store the tag in the file .hg/localtags, which will not be
+distributed or versioned. The format of this file is identical to the
+one of .hgtags and the tags stored there are handled the same.
 
 
 .Q. How do tags work with multiple heads?