Submitter | Sean Farley |
---|---|
Date | Dec. 21, 2012, 5:37 a.m. |
Message ID | <7db04bb18ded6799e2a8.1356068275@laptop.local> |
Download | mbox | patch |
Permalink | /patch/239/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/templater.py b/mercurial/templater.py --- a/mercurial/templater.py +++ b/mercurial/templater.py @@ -284,10 +284,12 @@ # template engine path = ['templates', '../templates'] stringify = templatefilters.stringify +labelify = templatefilters.labelify +delabelify = templatefilters.delabelify def _flatten(thing): '''yield a single stream from a possibly nested set of iterators''' if isinstance(thing, str): yield thing