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

Pass repository object to versionedfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
 
17
from bzrlib.revision import NULL_REVISION
17
18
from bzrlib.versionedfile import VersionedFiles, AbsentContentFactory
18
19
 
19
20
class GitTexts(VersionedFiles):
20
21
 
21
 
    def __init__(self, objectstore):
22
 
        self.store = objectstore
 
22
    def __init__(self, repository):
 
23
        self.repository = repository
23
24
 
24
25
    def check(self, progressbar=None):
25
26
        return True