<mgorny@gentoo.org>.
svn path=/trunk/gentoolkit-dev/; revision=819
2010-10-23: Christian Ruppert <idl0r@gentoo.org>
* echangelog: Fix version bump detection for hg/mercurial, bug 335636,
thanks to Mike Gilbert <floppymaster@gmail.com>.
+ Sort files properly, bug 336390, thanks to Michał Górny
+ <mgorny@gentoo.org>.
2010-10-19: Christian Ruppert <idl0r@gentoo.org>
* eshowkw: Apply a patch from Mart Raudsepp <leio@gentoo.org> to speedup
$date = strftime("%d %b %Y", gmtime);
$entry = "$date; $user ";
-$entry .= join ', ', map "$actions{$_}$_", @files;
+$entry .= join ', ', sort sortfunc map("$actions{$_}$_", @files);
$entry .= ':';
$entry = Text::Wrap::fill(' ', ' ', $entry); # does not append a \n
$entry .= "\n$input"; # append user input