File: //usr/lib64/python2.7/site-packages/hgext/interhg.pyo
�
Hq�Qc @ s� d Z d d l Z d d l m Z d d l m Z m Z d d l m Z d Z g Z
d � Z d � Z e j
e j d e � d S(
s� expand expressions into changelog and summaries
This extension allows the use of a special syntax in summaries, which
will be automatically expanded into links or any other arbitrary
expression, much like InterWiki does.
A few example patterns (link to bug tracking, etc.) that may be used
in your hgrc::
[interhg]
issues = s!issue(\d+)!<a href="http://bts/issue\1">issue\1</a>!
bugzilla = s!((?:bug|b=|(?=#?\d{4,}))(?:\s*#?)(\d+))!<a..=\2">\1</a>!i
boldify = s!(^|\s)#(\d+)\b! <b>#\2</b>!
i����N( t hgweb_mod( t templatefilterst
extensions( t _t internalc s- t j d � � f d � } | t j d <d S( Nt escapec s9 � | � } x&