projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2843806
)
UpdateChangeLog: sort files
author
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Oct 2011 18:13:27 +0000
(11:13 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Oct 2011 18:13:27 +0000
(11:13 -0700)
pym/repoman/utilities.py
patch
|
blob
|
history
diff --git
a/pym/repoman/utilities.py
b/pym/repoman/utilities.py
index a79ea2cd558c120e05ab2fc6624ae75550c9394b..81fa5e7c7d42b619c4a146e1de3f34f2b5fbb88c 100644
(file)
--- a/
pym/repoman/utilities.py
+++ b/
pym/repoman/utilities.py
@@
-752,6
+752,10
@@
def UpdateChangeLog(pkgdir, user, msg, skel_path, category, package,
display_changed = [fn]
break
+ display_new.sort()
+ display_removed.sort()
+ display_changed.sort()
+
mesg = '%s; %s %s:' % (date, user, ', '.join(chain(
display_new, display_removed, display_changed)))
for line in textwrap.wrap(mesg, 80, \