# HG changeset patch # User Thomas De Schampheleire # Date 2014-08-25 13:10:09 # Node ID 05ea941aafdcfd9b4db23654dde9789664a42e3e # Parent 510cafe720043af3d0c11b4b70345b63b54d17b1 help: add pad function to template help Commit aa51392da507 introduced a pad function for use in templates, but did not add the corresponding documentation to 'hg help templating'. diff --git a/mercurial/help/templates.txt b/mercurial/help/templates.txt --- a/mercurial/help/templates.txt +++ b/mercurial/help/templates.txt @@ -57,6 +57,8 @@ In addition to filters, there are some b - label(label, expr) +- pad(text, width[, fillchar, right]) + - revset(query[, formatargs]) - rstdoc(text, style)