comparison doc/hg.1.txt @ 1779:a1e6e02e9d05

Merge with mpm
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Sat, 18 Feb 2006 22:24:42 -0500
parents 251729df9cc6
children f95654385065
comparison
equal deleted inserted replaced
1778:b08b87cecc37 1779:a1e6e02e9d05
221 Without the -a option, diff will avoid generating diffs of files 221 Without the -a option, diff will avoid generating diffs of files
222 it detects as binary. With -a, diff will generate a diff anyway, 222 it detects as binary. With -a, diff will generate a diff anyway,
223 probably with undesirable results. 223 probably with undesirable results.
224 224
225 options: 225 options:
226 -a, --text treat all files as text 226 -a, --text treat all files as text
227 -I, --include <pat> include names matching the given patterns 227 -I, --include <pat> include names matching the given patterns
228 -X, --exclude <pat> exclude names matching the given patterns 228 -p, --show-function show which function each change is in
229 -X, --exclude <pat> exclude names matching the given patterns
230 -w, --ignore-all-space ignore white space when comparing lines
229 231
230 export [-o filespec] [revision] ...:: 232 export [-o filespec] [revision] ...::
231 Print the changeset header and diffs for one or more revisions. 233 Print the changeset header and diffs for one or more revisions.
232 234
233 The information shown in the changeset header is: author, 235 The information shown in the changeset header is: author,
598 tags:: 600 tags::
599 List the repository tags. 601 List the repository tags.
600 602
601 This lists both regular and local tags. 603 This lists both regular and local tags.
602 604
603 tip:: 605 tip [-p]::
604 Show the tip revision. 606 Show the tip revision.
607
608 options:
609 -p, --patch show patch
605 610
606 unbundle <file>:: 611 unbundle <file>::
607 (EXPERIMENTAL) 612 (EXPERIMENTAL)
608 613
609 Apply a compressed changegroup file generated by the bundle 614 Apply a compressed changegroup file generated by the bundle