Submitter | Sean Farley |
---|---|
Date | April 7, 2014, 9:17 p.m. |
Message ID | <9211c7e2e984bbc0b436.1396905423@laptop.local> |
Download | mbox | patch |
Permalink | /patch/4254/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/templater.py b/mercurial/templater.py --- a/mercurial/templater.py +++ b/mercurial/templater.py @@ -482,10 +482,11 @@ funcs = { "if": if_, "ifcontains": ifcontains, "ifeq": ifeq, "join": join, "label": label, + "color": label, "pad": pad, "revset": revset, "rstdoc": rstdoc, "shortest": shortest, "strip": strip,