##// END OF EJS Templates
Update hg log docs
mpm@selenic.com -
r1036:7c00f5f2 default
parent child Browse files
Show More
@@ -252,8 +252,8 b' locate [options] [files]::'
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
@@ -261,12 +261,10 b' log [-r revision ...] [-p] [file]::'
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
General Comments 0
You need to be logged in to leave comments. Login now