⇤ ← Revision 1 as of 2007-08-27 00:14:24
Size: 701
Comment:
|
Size: 701
Comment: converted to 1.6 markup
|
No differences found! |
Rdiff Extension
This extension is not distributed with Mercurial.
Author: Brendan Cully
Download site: http://hg.kublai.com/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