##// 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 #cmd.cdiff = gdiff
23 #cmd.cdiff = gdiff
24 #opts.cdiff = -Nprc5
24 #opts.cdiff = -Nprc5
25
25
26 # add new command called vdiff, runs kdiff3
27 vdiff = kdiff3
28
29 # add new command called meld, runs meld (no need to name twice). If
26 # add new command called meld, runs meld (no need to name twice). If
30 # the meld executable is not available, the meld tool in [merge-tools]
27 # the meld executable is not available, the meld tool in [merge-tools]
31 # will be used, if available
28 # will be used, if available
@@ -424,9 +424,6 b' Extension module help vs command help:'
424 #cmd.cdiff = gdiff
424 #cmd.cdiff = gdiff
425 #opts.cdiff = -Nprc5
425 #opts.cdiff = -Nprc5
426
426
427 # add new command called vdiff, runs kdiff3
428 vdiff = kdiff3
429
430 # add new command called meld, runs meld (no need to name twice). If
427 # add new command called meld, runs meld (no need to name twice). If
431 # the meld executable is not available, the meld tool in [merge-tools]
428 # the meld executable is not available, the meld tool in [merge-tools]
432 # will be used, if available
429 # will be used, if available
General Comments 0
You need to be logged in to leave comments. Login now