changeset 17631 | 0b241d7a8c62 |
parent 17387 | 1fce478552b8 |
child 18173 | 9916d104c485 |
17630:ff5ed1ecd43a | 17631:0b241d7a8c62 |
---|---|
1518 $ hg -R latesttag log -r tip --style=style1989 |
1518 $ hg -R latesttag log -r tip --style=style1989 |
1519 M|test |
1519 M|test |
1520 10,test |
1520 10,test |
1521 branch: test |
1521 branch: test |
1522 |
1522 |
1523 Test new-style inline templating: |
|
1524 |
|
1525 $ hg log -R latesttag -r tip --template 'modified files: {file_mods % " {file}\n"}\n' |
|
1526 modified files: .hgtags |
|
1527 |