diff -r 610581a2fb74 -r 4a5b0c373e65 hgext3rd/evolve/utility.py --- a/hgext3rd/evolve/utility.py Sun Jul 23 05:32:23 2017 +0200 +++ b/hgext3rd/evolve/utility.py Sun Jul 23 05:42:41 2017 +0200 @@ -5,6 +5,8 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +shorttemplate = "[{label('evolve.rev', rev)}] {desc|firstline}\n" + def obsexcmsg(ui, message, important=False): verbose = ui.configbool('experimental', 'verbose-obsolescence-exchange', False)