# HG changeset patch # User "Daniel Santa Cruz " # Date 1148314664 14400 # Node ID 391c5d0f9ef3e0768295de492a588ef997223fa3 # Parent 3f24bc5dee81e35fd9bc7816bbf3b9af6daf7e9a Minor typo change to reflect actual values used. diff --git a/hgext/extdiff.py b/hgext/extdiff.py --- a/hgext/extdiff.py +++ b/hgext/extdiff.py @@ -101,7 +101,7 @@ def extdiff(ui, repo, *pats, **opts): '''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