Size: 600
Comment:
|
← Revision 5 as of 2016-05-03 19:36:13 ⇥
Size: 563
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
Contents
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