projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa1e1a
)
Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)
author
Marius Mauch
<genone@gentoo.org>
Thu, 11 Jan 2007 07:52:57 +0000
(07:52 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Thu, 11 Jan 2007 07:52:57 +0000
(07:52 -0000)
svn path=/main/trunk/; revision=5545
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 03f6d93b09453d9b4372c8abc0d2e83bc88f83b0..3c89b48162e50e8dc6436a48115ea87588720697 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-4194,7
+4194,7
@@
def action_info(settings, trees, myopts, myfiles):
print "Unknown Host Operating System"
lastSync = portage.grabfile(os.path.join(
settings["PORTDIR"], "metadata", "timestamp.chk"))
- print "
Last Sync
:",
+ print "
Timestamp of tree
:",
if lastSync:
print lastSync[0]
else: