comparison tests/test-keyword @ 6667:01e95d4bc66c

keyword: disable expansion for annotate Keyword expansion should not be annotated. Annotate revision when unexpanded keyword was inserted. Add test.
author Christian Ebert <blacktrash@gmx.net>
date Thu, 12 Jun 2008 11:01:36 +0200
parents 57a47660b319
children e64f5abb8a88
comparison
equal deleted inserted replaced
6666:53465a7464e2 6667:01e95d4bc66c
212 echo % cat 212 echo % cat
213 cat a b 213 cat a b
214 echo % hg cat 214 echo % hg cat
215 hg cat sym a b 215 hg cat sym a b
216 echo 216 echo
217 echo % annotate
218 hg annotate a
217 219
218 echo % remove 220 echo % remove
219 hg debugrebuildstate 221 hg debugrebuildstate
220 hg remove a 222 hg remove a
221 hg --debug commit -m rma 223 hg --debug commit -m rma