comparison 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
comparison
equal deleted inserted replaced
630:a58af3932cee 631:a287f6cd9c6b
53 # subsets of changeset hash numbers 53 # subsets of changeset hash numbers
54 $ hg add foo # add a new file for the next commit 54 $ hg add foo # add a new file for the next commit
55 $ hg remove bar # mark a file as removed 55 $ hg remove bar # mark a file as removed
56 $ hg verify # check repo integrity 56 $ hg verify # check repo integrity
57 $ hg tags # show current tags 57 $ hg tags # show current tags
58 $ hg tag <name> # tag current tip with distributed tag <name>
59 $ hg tag -l <name> # tag current tip with local tag <name>
58 $ hg annotate [files] # show changeset numbers for each file line 60 $ hg annotate [files] # show changeset numbers for each file line
59 61
60 Branching and merging: 62 Branching and merging:
61 63
62 $ cd .. 64 $ cd ..