~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revfile.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-09 05:36:19 UTC
  • Revision ID: mbp@sourcefrog.net-20050409053619-24f52ffe914c9168be12c6cc
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
                         "       revfile get IDX\n"
375
375
                         "       revfile find-sha HEX\n")
376
376
        return 1
 
377
 
 
378
 
 
379
    # TODO: Something to show compression ratio, e.g. total size of
 
380
    # all files vs size of index and data files.
377
381
        
378
382
 
379
383
    if cmd == 'add':