comparison hgext/extdiff.py @ 8076:5ec526c1a32f

help texts: write command line switches as -a/--abc
author Martin Geisler <mg@lazybytes.net>
date Sat, 18 Apr 2009 14:40:21 +0200
parents aece3c9e62f1
children 46293a0c7e9f
comparison
equal deleted inserted replaced
8075:1f0a5a5fff43 8076:5ec526c1a32f
165 165
166 Show differences between revisions for the specified files, using 166 Show differences between revisions for the specified files, using
167 an external program. The default program used is diff, with 167 an external program. The default program used is diff, with
168 default options "-Npru". 168 default options "-Npru".
169 169
170 To select a different program, use the -p option. The program will 170 To select a different program, use the -p/--program option. The
171 be passed the names of two directories to compare. To pass 171 program will be passed the names of two directories to compare. To
172 additional options to the program, use the -o option. These will 172 pass additional options to the program, use -o/--option. These
173 be passed before the names of the directories to compare. 173 will be passed before the names of the directories to compare.
174 174
175 When two revision arguments are given, then changes are shown 175 When two revision arguments are given, then changes are shown
176 between those revisions. If only one revision is specified then 176 between those revisions. If only one revision is specified then
177 that revision is compared to the working directory, and, when no 177 that revision is compared to the working directory, and, when no
178 revisions are specified, the working directory files are compared 178 revisions are specified, the working directory files are compared