diff README @ 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 dd8b19114fe7
children f597539c7abd
line wrap: on
line diff
--- a/README	Tue Jul 05 18:22:28 2005 -0800
+++ b/README	Tue Jul 05 18:23:34 2005 -0800
@@ -55,6 +55,8 @@
  $ hg remove bar       # mark a file as removed
  $ hg verify           # check repo integrity
  $ hg tags             # show current tags
+ $ hg tag <name>       # tag current tip with distributed tag <name>
+ $ hg tag -l <name>    # tag current tip with local tag <name>
  $ hg annotate [files] # show changeset numbers for each file line
 
 Branching and merging: