projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f383da4
)
s/cronological/chronological/ for you anal peeps
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 3 Feb 2006 01:54:01 +0000
(
01:54
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 3 Feb 2006 01:54:01 +0000
(
01:54
-0000)
svn path=/main/trunk/; revision=2626
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 2a13f0c8a1f4dd620bc1a278572f4121ca109062..b717fe0090b4c4bec2071a164adb10a328e115e3 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-462,7
+462,7
@@
def elog_process(cpv, mysettings):
# shortcut for packages without any messages
if len(mylogfiles) == 0:
return
- # exploit listdir() file order so we process log entries in cronological order
+ # exploit listdir() file order so we process log entries in c
h
ronological order
mylogfiles.reverse()
mylogentries = {}
for f in mylogfiles: