comparison hgext/clonebundles.py @ 28977:740156eedf2c stable 3.8-rc

merge default into stable for 3.8 code freeze
author Matt Mackall <mpm@selenic.com>
date Sat, 16 Apr 2016 18:06:48 -0500
parents 7fa139eaebb4
children d5883fd055c6
comparison
equal deleted inserted replaced
28665:2d39f987f0ba 28977:740156eedf2c
160 occurs. So server operators should prepare for some people to follow these 160 occurs. So server operators should prepare for some people to follow these
161 instructions when a failure occurs, thus driving more load to the original 161 instructions when a failure occurs, thus driving more load to the original
162 Mercurial server when the bundle hosting service fails. 162 Mercurial server when the bundle hosting service fails.
163 """ 163 """
164 164
165 from __future__ import absolute_import
166
165 from mercurial import ( 167 from mercurial import (
166 extensions, 168 extensions,
167 wireproto, 169 wireproto,
168 ) 170 )
169 171