comparison doc/hg.1.txt @ 553:f2442a6a5893

Merge with TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Merge with TAH manifest hash: b8ea5be49794773eeb6b8beb712a7c1bd9ed1e9b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxPqMywK+sNU5EO8RAn62AJ9nmqCKGck8T4E90V+jljRV56hcHwCff0Co jTfrJT1oJrGRgd6VE/B4hKc= =8nW7 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Fri, 01 Jul 2005 00:10:52 -0800
parents 003df62ae39f 2204311609a0
children 353a2ce50423
comparison
equal deleted inserted replaced
551:b460a2fd8bb7 553:f2442a6a5893
165 aliases: patch 165 aliases: patch
166 166
167 init:: 167 init::
168 Initialize a new repository in the current directory. 168 Initialize a new repository in the current directory.
169 169
170 log [file]:: 170 log [-r revision ...] [file]::
171 Print the revision history of the specified file or the entire project. 171 Print the revision history of the specified file or the entire project.
172 172
173 By default this command outputs: changeset id and hash, tags, 173 By default this command outputs: changeset id and hash, tags,
174 parents, user, date and time, and a summary for each commit. The 174 parents, user, date and time, and a summary for each commit. The
175 -v switch adds some more detail, such as changed files, manifest 175 -v switch adds some more detail, such as changed files, manifest
176 hashes or message signatures. 176 hashes or message signatures.
177
178 When a revision argument is given, only this file or changelog revision
179 is displayed. With two revision arguments all revisions in this range
180 are listed. Additional revision arguments may be given repeating the above
181 cycle.
177 182
178 aliases: history 183 aliases: history
179 184
180 manifest [revision]:: 185 manifest [revision]::
181 Print a list of version controlled files for the given revision. 186 Print a list of version controlled files for the given revision.