~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: John Arbash Meinel
  • Date: 2009-10-14 20:02:28 UTC
  • mfrom: (4634.52.19 2.0.1)
  • mto: (4734.3.1 2.1.0b1)
  • mto: This revision was merged to the branch mainline in revision 4747.
  • Revision ID: john@arbash-meinel.com-20091014200228-fpgssl16h6fmkqww
Merge in the bzr 2.0.1 branch, and resolve a bunch of issues with NEWS.

This also brings in the bug fixes, etc from 2.0.1 that were landed in bzr.dev
after the cut point for 2.1.0b1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2007, 2008 Canonical Ltd
 
1
# Copyright (C) 2007, 2008, 2009 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
368
368
    suitable for production use. :XXX
369
369
    """
370
370
 
371
 
    def __init__(self, transport, name, size):
 
371
    def __init__(self, transport, name, size, unlimited_cache=False):
372
372
        """Open an index called name on transport.
373
373
 
374
374
        :param transport: A bzrlib.transport.Transport.