~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-07 06:16:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050407061602-6b7da239ef883b0817b7fcd3
more XML performance tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
454
454
    Branch('.').basis_tree().inventory
455
455
 
456
456
 
 
457
def cmd_dump_inventory():
 
458
    Branch('.').read_working_inventory().write_xml(sys.stdout)
 
459
 
457
460
 
458
461
def cmd_dump_new_inventory():
459
462
    import bzrlib.newinventory