##// END OF EJS Templates
Minor typo change to reflect actual values used.
"Daniel Santa Cruz " -
r2338:391c5d0f default
parent child Browse files
Show More
@@ -101,7 +101,7 b' def extdiff(ui, repo, *pats, **opts):'
101 '''use external program to diff repository (or selected files)
101 '''use external program to diff repository (or selected files)
102
102
103 Show differences between revisions for the specified files, using
103 Show differences between revisions for the specified files, using
104 an external program. The default program used is "diff -Pnru".
104 an external program. The default program used is "diff -Npru".
105 To select a different program, use the -p option. The program
105 To select a different program, use the -p option. The program
106 will be passed the names of two directories to compare. To pass
106 will be passed the names of two directories to compare. To pass
107 additional options to the program, use the -o option. These will
107 additional options to the program, use the -o option. These will
General Comments 0
You need to be logged in to leave comments. Login now