##// END OF EJS Templates
tests: update test-bundle2-pushback to pass the import checker
Augie Fackler -
r33949:0124cf4a default
parent child Browse files
Show More
@@ -3,7 +3,8 b''
3 > Current bundle2 implementation doesn't provide a way to generate those
3 > Current bundle2 implementation doesn't provide a way to generate those
4 > parts, so they must be created by extensions.
4 > parts, so they must be created by extensions.
5 > """
5 > """
6 > from mercurial import bundle2, pushkey, exchange, util
6 > from __future__ import absolute_import
7 > from mercurial import bundle2, exchange, pushkey, util
7 > def _newhandlechangegroup(op, inpart):
8 > def _newhandlechangegroup(op, inpart):
8 > """This function wraps the changegroup part handler for getbundle.
9 > """This function wraps the changegroup part handler for getbundle.
9 > It issues an additional pushkey part to send a new
10 > It issues an additional pushkey part to send a new
General Comments 0
You need to be logged in to leave comments. Login now