mercurial/bundlerepo.py
changeset 4635 63b9d2deed48
parent 4266 1b5c38e9d7aa
child 4962 e017d3a82e1d
equal deleted inserted replaced
4634:73bf2b586f3f 4635:63b9d2deed48
     2 bundlerepo.py - repository class for viewing uncompressed bundles
     2 bundlerepo.py - repository class for viewing uncompressed bundles
     3 
     3 
     4 This provides a read-only repository interface to bundles as if
     4 This provides a read-only repository interface to bundles as if
     5 they were part of the actual repository.
     5 they were part of the actual repository.
     6 
     6 
     7 Copyright 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
     7 Copyright 2006, 2007 Benoit Boissinot <bboissin@gmail.com>
     8 
     8 
     9 This software may be used and distributed according to the terms
     9 This software may be used and distributed according to the terms
    10 of the GNU General Public License, incorporated herein by reference.
    10 of the GNU General Public License, incorporated herein by reference.
    11 """
    11 """
    12 
    12