RSSAmplifier

François Maillet - Blog · Jan 8, 2009

Using filemerge for mercurial diffs

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This post talks about a script that brings up OSX's FileMerge program instead of the text-based file comparisons you get with mercurial with doing an "hg diff".

A friend of mine found a script that brings up OSX’s FileMerge program instead of the text-based file comparisons you get with mercurial with doing an “hg diff”.

  1. download this script and make sure its location is in your PATH
  2. add the following to .hg/hgrc:
[extensions]
hgext.extdiff =
[extdiff]
cmd.opendiff = fmdiff
  1. Now type hg opendiff (hg op is enough), instead of hg diff

Source

Read on blog.francoismaillet.comusing-filemerge-for-mercurial-diffs

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.