comparison README @ 81:17884f79d59d

Add annotate and blame to the command list and README
author mpm@selenic.com
date Tue, 17 May 2005 01:27:14 -0800
parents a182f2561c8e
children 5c331d941c7f
comparison
equal deleted inserted replaced
80:5b7a444c794a 81:17884f79d59d
36 $ hg checkout <hash> # check out a specified changeset 36 $ hg checkout <hash> # check out a specified changeset
37 $ hg add foo # add a new file for the next commit 37 $ hg add foo # add a new file for the next commit
38 $ hg remove bar # mark a file as removed 38 $ hg remove bar # mark a file as removed
39 $ hg verify # check repo integrity 39 $ hg verify # check repo integrity
40 $ hg tags # show current tags 40 $ hg tags # show current tags
41 $ hg annotate [files] # show changeset numbers for each file line
42 $ hg blame [files] # show commit users for each file line
41 43
42 Branching and merging: 44 Branching and merging:
43 45
44 $ cd .. 46 $ cd ..
45 $ mkdir linux-work 47 $ mkdir linux-work