/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/repository.py

  • Committer: John Arbash Meinel
  • Date: 2007-12-18 22:21:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3126.
  • Revision ID: john@arbash-meinel.com-20071218222126-323kuf097yi63ick
fix simple typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1654
1654
        parent_map = {}
1655
1655
        for revision_id in keys:
1656
1656
            if revision_id == _mod_revision.NULL_REVISION:
1657
 
                parents[revision_id] = []
 
1657
                parent_map[revision_id] = []
1658
1658
            else:
1659
1659
                try:
1660
1660
                    parent_ids = self.get_revision(revision_id).parent_ids