mercurial/streamclone.py
changeset 10905 13a1b2fb7ef2
parent 10414 1a8df80dfdde
child 11624 67260651d09d
equal deleted inserted replaced
10903:cd21bf199d17 10905:13a1b2fb7ef2
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 import util, error
     8 import util, error
     9 from i18n import _
       
    10 
     9 
    11 from mercurial import store
    10 from mercurial import store
    12 
    11 
    13 class StreamException(Exception):
    12 class StreamException(Exception):
    14     def __init__(self, code):
    13     def __init__(self, code):