comparison doc/hg.1.txt @ 552:2204311609a0

Allow specifying revisions in 'hg log' like with 'hg diff'. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Allow specifying revisions in 'hg log' like with 'hg diff'. manifest hash: 62d48dbaa0213b36f08dc15bc3b1a1f35ecd89f0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCxPbeW7P1GVgWeRoRApOgAJsFYCQ8EEpYDQz8t53bRXfrP/MXwwCfWDV5 dLv6zwG6/I++SyChFkTPfAY= =cg0V -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Jul 2005 08:55:10 +0100
parents 003df62ae39f
children f2442a6a5893
comparison
equal deleted inserted replaced
547:4fc63e22b1fe 552:2204311609a0
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.