hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 11 Oct 2018 22:39:11 -0400
changeset 40150 1be1689d9ce9
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
absorb: print '{rev}:' as a prefix to the hash I don't see a sane way to print the summary to identify the changed commit, but this at least makes it a bit easier to identify a commit when a group of them changes.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)