mercurial/changegroup.py
changeset 1997 802e8a029d99
parent 1981 736b6c96bbbc
child 2470 fe1689273f84
equal deleted inserted replaced
1996:4c70b10f0418 1997:802e8a029d99
     5 
     5 
     6 This software may be used and distributed according to the terms
     6 This software may be used and distributed according to the terms
     7 of the GNU General Public License, incorporated herein by reference.
     7 of the GNU General Public License, incorporated herein by reference.
     8 """
     8 """
     9 import struct
     9 import struct
       
    10 from i18n import gettext as _
    10 from demandload import *
    11 from demandload import *
    11 demandload(globals(), "util")
    12 demandload(globals(), "util")
    12 
    13 
    13 def getchunk(source):
    14 def getchunk(source):
    14     """get a chunk from a changegroup"""
    15     """get a chunk from a changegroup"""