Mercurial > hg
comparison tests/test-manifest.t @ 38542:7ae0ea739770
files: add support for log-like template keywords and functions
Note that the ctx does not point to the revision where the file was
last changed, but the revision specified by -rREV option.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 01 Jul 2018 22:01:20 +0900 |
parents | 475f5f86eaed |
children | ece3f2d0bbd9 |
comparison
equal
deleted
inserted
replaced
38541:475f5f86eaed | 38542:7ae0ea739770 |
---|---|
39 l | 39 l |
40 $ hg files -T '{path} {size} {flags}\n' | 40 $ hg files -T '{path} {size} {flags}\n' |
41 a 2 | 41 a 2 |
42 b/a 2 x | 42 b/a 2 x |
43 l 1 l | 43 l 1 l |
44 $ hg files -T '{path} {node|shortest}\n' -r. | |
45 a 5bdc | |
46 b/a 5bdc | |
47 l 5bdc | |
44 | 48 |
45 $ hg manifest -v | 49 $ hg manifest -v |
46 644 a | 50 644 a |
47 755 * b/a | 51 755 * b/a |
48 644 @ l | 52 644 @ l |