/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/changeset.py

  • Committer: Martin Pool
  • Date: 2005-07-18 11:24:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050718112434-90aeaa8f16c6a581
- weave raises IndexError when an invalid revision is given

- don't test internal method Weave._delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
1529
1529
 
1530
1530
 
1531
1531
        
1532
 
# XXX: Can't we unify this with the regular inventory object
 
1532
    
1533
1533
class Inventory(object):
1534
1534
    def __init__(self, inventory):
1535
1535
        self.inventory = inventory