Mercurial > hg-stable
changeset 2338:391c5d0f9ef3
Minor typo change to reflect actual values used.
author | "Daniel Santa Cruz <dansan@vikus.com>" |
---|---|
date | Mon, 22 May 2006 12:17:44 -0400 |
parents | 3f24bc5dee81 |
children | 61f139601224 dbbe7f72d15a |
files | hgext/extdiff.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/extdiff.py Mon May 22 15:42:49 2006 -0700 +++ b/hgext/extdiff.py Mon May 22 12:17:44 2006 -0400 @@ -101,7 +101,7 @@ '''use external program to diff repository (or selected files) Show differences between revisions for the specified files, using - an external program. The default program used is "diff -Pnru". + an external program. The default program used is "diff -Npru". To select a different program, use the -p option. The program will be passed the names of two directories to compare. To pass additional options to the program, use the -o option. These will