hgext/clonebundles.py
changeset 48875 6000f5b25c9b
parent 45785 80f32ec8653a
child 50403 5ae30ff79c76
child 50645 bf7404f2e22d
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
   200 occurs. So server operators should prepare for some people to follow these
   200 occurs. So server operators should prepare for some people to follow these
   201 instructions when a failure occurs, thus driving more load to the original
   201 instructions when a failure occurs, thus driving more load to the original
   202 Mercurial server when the bundle hosting service fails.
   202 Mercurial server when the bundle hosting service fails.
   203 """
   203 """
   204 
   204 
   205 from __future__ import absolute_import
       
   206 
   205 
   207 from mercurial import (
   206 from mercurial import (
   208     bundlecaches,
   207     bundlecaches,
   209     extensions,
   208     extensions,
   210     wireprotov1server,
   209     wireprotov1server,