Xavier de Gaye wrote: > For information, there is a very useful mercurial extension that > allows seeing the diffs between two revisions in vim with the DirDiff > plugin, see > http://mercurial.selenic.com/wiki/ExtdiffExtension > and run 'hg vim -r n1:n2' > > Thanks for setting up a Vim Mercurial repository, this is a very nice > tool.
I'm using the vcscommand Vim plugin which provides the ":VCSVimDiff" command (among other things) and which works with Mercurial as well as with some other revision control systems: http://www.vim.org/scripts/script.php?script_id=90 It is well documented and has a good rating on www.vim.org. I'm curious, is there any advantage in using the Mercurial extension rather than the Vim plugin? -- Dominique
-- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
