Mercurial > hg
comparison tests/test-treediscovery.t @ 20370:aa51392da507
template: add pad function for padding output
Adds a pad template function with the following signature:
pad(text, width, fillchar=' ', right=False)
This uses the standard python ljust and rjust functions to produce a string
that is at least a certain width. This is useful for aligning variable length
strings in log output (like user names or shortest(node) output).
author | Durham Goode <durham@fb.com> |
---|---|
date | Fri, 17 Jan 2014 00:16:48 -0800 |
parents | aa9385f983fa |
children | 00f2d29308db |
comparison
equal
deleted
inserted
replaced
20369:9c6b86dd2ed2 | 20370:aa51392da507 |
---|