Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2011-04-04 19:59:20
Size: 600
Editor: KevinBullock
Comment:
Revision 5 as of 2016-05-03 19:36:13
Size: 563
Editor: JordiGH
Comment: update url
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Repository: http://hg.mozilla.org/users/jlebar_mozilla.com/hg-patience/ Repository: https://bitbucket.org/troter/hg-patience
Line 27: Line 27:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

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)