comparison tests/test-command-template.out @ 3193:a6d0cd63068c

Make "hg log --style=changelog > changelog" work (issue338) Style files in templates/ now take precedence over current directory. This can be overridden with --style=./changelog if really neeeded. Added test for issue338.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Sep 2006 21:24:15 +0200
parents e270cbd4aa20
children 0600d326d96a
comparison
equal deleted inserted replaced
3192:f2ed26736dfa 3193:a6d0cd63068c
74 # ui.style works 74 # ui.style works
75 3 75 3
76 2 76 2
77 1 77 1
78 0 78 0
79 # issue338
80 1970-01-16 person <person>
81
82 * c:
83 no user, no domain
84 [10e46f2dcbf4] [tip]
85
86 1970-01-14 other <other@place>
87
88 * c:
89 no person
90 [97054abb4ab8]
91
92 1970-01-13 A. N. Other <other@place>
93
94 * b:
95 other 1 other 2
96
97 other 3
98 [b608e9d1a3f0]
99
100 1970-01-12 User Name <user@hostname>
101
102 * a:
103 line 1 line 2
104 [1e4e1b8f71e0]
105
79 # keys work 106 # keys work
80 author: person 107 author: person
81 author: other@place 108 author: other@place
82 author: A. N. Other <other@place> 109 author: A. N. Other <other@place>
83 author: User Name <user@hostname> 110 author: User Name <user@hostname>