equal
deleted
inserted
replaced
1484 except error.LookupError as e: |
1484 except error.LookupError as e: |
1485 raise error.Abort(e, hint="Check your manifest node id") |
1485 raise error.Abort(e, hint="Check your manifest node id") |
1486 manifest.read() # stores revisision in cache too |
1486 manifest.read() # stores revisision in cache too |
1487 |
1487 |
1488 if not len(cache): |
1488 if not len(cache): |
1489 ui.write(_('Cache empty')) |
1489 ui.write(_('cache empty\n')) |
1490 else: |
1490 else: |
1491 ui.write( |
1491 ui.write( |
1492 _('Cache contains %d manifest entries, in order of most to ' |
1492 _('Cache contains %d manifest entries, in order of most to ' |
1493 'least recent:\n') % (len(cache),)) |
1493 'least recent:\n') % (len(cache),)) |
1494 totalsize = 0 |
1494 totalsize = 0 |