mercurial/exchange.py
changeset 20974 ef377f2e0ab9
parent 20971 557a083453c9
child 21002 dda41da069a4
equal deleted inserted replaced
20973:55543ee545ab 20974:ef377f2e0ab9
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     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 sys
       
     9 from i18n import _
     8 from i18n import _
    10 from node import hex, nullid
     9 from node import hex, nullid
    11 import cStringIO
    10 import cStringIO
    12 import errno
    11 import errno
    13 import util, scmutil, changegroup, base85
    12 import util, scmutil, changegroup, base85