Patience extension

1. Status

This extension is not distributed with Mercurial.

Author: Justin Lebar

Repository: http://hg.mozilla.org/users/jlebar_mozilla.com/hg-patience/

2. Overview

This extension lets Mercurial generate diffs according to (an approximation of) Bram Cohen's patience diff algorithm.

3. Configuration

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

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


CategoryExtension CategoryExtensionsByOthers