Patience extension

1. Status

This extension is not distributed with Mercurial.

Author: Justin Lebar

Repository: https://bitbucket.org/troter/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


CategoryExtensionsByOthers

PatienceExtension (last edited 2016-05-03 19:36:13 by JordiGH)