Mercurial > docs > master
comparison style @ 70:d6840bfbe04c
style: Use .substring to print only a prefix of the commit hash.
I can decide later how long a prefix I like to print.
If your troff doesn't support .substring, the whole hash is printed.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 02 Jun 2012 12:39:23 +0200 |
parents | 26a2e3d2f9d3 |
children | 4e1715537e2f |
comparison
equal
deleted
inserted
replaced
69:f80ced4e749b | 70:d6840bfbe04c |
---|---|
286 .de Pe \" profile entry | 286 .de Pe \" profile entry |
287 .CW "\\$1" "\\$2 | 287 .CW "\\$1" "\\$2 |
288 .. | 288 .. |
289 | 289 |
290 .de Ci \" commit ref | 290 .de Ci \" commit ref |
291 .ds _t \\$1 | |
292 .substring _t 0 6 | |
291 [\(rh | 293 [\(rh |
292 .CW "\\$1" "]\\$2 | 294 .CW "\\*(_t" "]\\$2 |
293 .. | 295 .. |