##// END OF EJS Templates
extdiff: drop the command alias without options example in the help text...
Matt Harbison -
r23151:733d980b default
parent child Browse files
Show More
@@ -23,9 +23,6 b' you do not need to type :hg:`extdiff -p '
23 23 #cmd.cdiff = gdiff
24 24 #opts.cdiff = -Nprc5
25 25
26 # add new command called vdiff, runs kdiff3
27 vdiff = kdiff3
28
29 26 # add new command called meld, runs meld (no need to name twice). If
30 27 # the meld executable is not available, the meld tool in [merge-tools]
31 28 # will be used, if available
@@ -424,9 +424,6 b' Extension module help vs command help:'
424 424 #cmd.cdiff = gdiff
425 425 #opts.cdiff = -Nprc5
426 426
427 # add new command called vdiff, runs kdiff3
428 vdiff = kdiff3
429
430 427 # add new command called meld, runs meld (no need to name twice). If
431 428 # the meld executable is not available, the meld tool in [merge-tools]
432 429 # will be used, if available
General Comments 0
You need to be logged in to leave comments. Login now