Show More
@@ -1489,7 +1489,7 def debugmanifestfulltextcache(ui, repo, | |||
|
1489 | 1489 | ui.write(_('cache empty\n')) |
|
1490 | 1490 | else: |
|
1491 | 1491 | ui.write( |
|
1492 |
_(' |
|
|
1492 | _('cache contains %d manifest entries, in order of most to ' | |
|
1493 | 1493 | 'least recent:\n') % (len(cache),)) |
|
1494 | 1494 | totalsize = 0 |
|
1495 | 1495 | for nodeid in cache: |
@@ -1501,7 +1501,7 def debugmanifestfulltextcache(ui, repo, | |||
|
1501 | 1501 | hex(nodeid), util.bytecount(size))) |
|
1502 | 1502 | ondisk = cache._opener.stat('manifestfulltextcache').st_size |
|
1503 | 1503 | ui.write( |
|
1504 |
_(' |
|
|
1504 | _('total cache data size %s, on-disk %s\n') % ( | |
|
1505 | 1505 | util.bytecount(totalsize), util.bytecount(ondisk)) |
|
1506 | 1506 | ) |
|
1507 | 1507 |
General Comments 0
You need to be logged in to leave comments.
Login now