# HG changeset patch # User "Mathieu Clabaut " # Date 1153861811 -7200 # Node ID d99a92b7acad70a1c746e4e367a93f5e4a69f8ed # Parent 7a6708e73e2187361bc5f7b936f7e4f7c897065a extdiff : add comment on how to use vim for doing directoy diff diff -r 7a6708e73e21 -r d99a92b7acad hgext/extdiff.py --- a/hgext/extdiff.py Tue Jul 25 13:50:52 2006 -0700 +++ b/hgext/extdiff.py Tue Jul 25 23:10:11 2006 +0200 @@ -22,6 +22,9 @@ # cmd.vdiff = kdiff3 # # add new command called meld, runs meld (no need to name twice) # cmd.meld = +# # add new command called vimdiff, runs gvimdiff with DirDiff plugin +# #(see http://www.vim.org/scripts/script.php?script_id=102) +# cmd.vimdiff = LC_ALL=C gvim -f '+bdel 1 2' '+ execute "DirDiff ".argv(0)." ".argv(1)' # # you can use -I/-X and list of file or directory names like normal # "hg diff" command. extdiff makes snapshots of only needed files, so