Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-08-27 00:14:24
Size: 701
Editor: BrendanCully
Comment:
Revision 4 as of 2011-10-26 14:13:37
Size: 717
Editor: JesseGlick
Comment: Appears to have been moved to Bitbucket.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://hg.kublai.com/mercurial/extensions/rdiff Download site: https://bitbucket.org/brendan/mercurial-extensions-rdiff
Line 21: Line 21:
Line 23: Line 22:
CategoryExtension CategoryExtensionsByOthers

Rdiff Extension

This extension is not distributed with Mercurial.

Author: Brendan Cully

Download site: https://bitbucket.org/brendan/mercurial-extensions-rdiff

Overview

When this extension is loaded, the diff command checks whether the first argument is a path to a repository. If so, a diff is performed against that repository. Pattern arguments work as usual, but revision lookup is slightly different: the first revision is looked up in the local repository, and the second in the remote.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
rdiff=/path/to/rdiff.py


CategoryExtensionsByOthers

RdiffExtension (last edited 2012-02-15 22:35:34 by ks3095497)