comparison doc/hg.1.txt @ 1036:7c00f5f2c967

Update hg log docs
author mpm@selenic.com
date Wed, 24 Aug 2005 14:24:20 -0700
parents 836667830fee
children b35d5b86e240
comparison
equal deleted inserted replaced
1035:bcb44382b0d0 1036:7c00f5f2c967
250 -f, --fullpath print complete paths from the filesystem root 250 -f, --fullpath print complete paths from the filesystem root
251 -I, --include <pat> include names matching the given patterns 251 -I, --include <pat> include names matching the given patterns
252 -r, --rev <rev> search the repository as it stood at rev 252 -r, --rev <rev> search the repository as it stood at rev
253 -X, --exclude <pat> exclude names matching the given patterns 253 -X, --exclude <pat> exclude names matching the given patterns
254 254
255 log [-r revision ...] [-p] [file]:: 255 log [-r revision ...] [-p] [files]::
256 Print the revision history of the specified file or the entire project. 256 Print the revision history of the specified files or the entire project.
257 257
258 By default this command outputs: changeset id and hash, tags, 258 By default this command outputs: changeset id and hash, tags,
259 parents, user, date and time, and a summary for each commit. The 259 parents, user, date and time, and a summary for each commit. The
260 -v switch adds some more detail, such as changed files, manifest 260 -v switch adds some more detail, such as changed files, manifest
261 hashes or message signatures. 261 hashes or message signatures.
262 262
263 options: 263 options:
264 -r, --rev <A>, ... When a revision argument is given, only this file or 264 -I, --include <pat> include names matching the given patterns
265 changelog revision is displayed. With two revision 265 -X, --exclude <pat> exclude names matching the given patterns
266 arguments all revisions in this range are listed. 266 -r, --rev <A> show the specified revision or range
267 Additional revision arguments may be given repeating 267 -p, --patch show patch
268 the above cycle.
269 -p, --patch show patch
270 268
271 aliases: history 269 aliases: history
272 270
273 manifest [revision]:: 271 manifest [revision]::
274 Print a list of version controlled files for the given revision. 272 Print a list of version controlled files for the given revision.