#pragma section-numbers 2 = Patience extension = <> == Status == '''This extension is not distributed with Mercurial.''' ''Author: Justin Lebar'' Repository: https://bitbucket.org/troter/hg-patience == Overview == This extension lets Mercurial generate diffs according to (an approximation of) Bram Cohen's patience diff algorithm. == Configuration == Configure your .hgrc to enable the extension by adding following lines: {{{ [extensions] patience = /path/to/patience.py }}} ---- CategoryExtensionsByOthers