hgext3rd/__init__.py
author Sean Farley <sean@farley.io>
Mon, 09 Jan 2017 11:13:47 -0800
changeset 30788 d1901c4c8ec0
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
patch: add config knob for displaying the index header This config knob can take an integer between 0 and 40 or a keyword ('none', 'short', 'full') to control the length of hash to output. It will display diffs with the git index header as such, diff --git a/mercurial/mdiff.py b/mercurial/mdiff.py index 112edf7..d6b52c5 100644 We'll put this in the experimental section for now.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)