hgext/convert/transport.py
changeset 8778 c5f36402daad
parent 8120 2b36ed5c1911
child 10282 08a0f04b56bd
equal deleted inserted replaced
8777:012be286b2c4 8778:c5f36402daad
    95                 raise
    95                 raise
    96         else:
    96         else:
    97             self.ra = ra
    97             self.ra = ra
    98             svn.ra.reparent(self.ra, self.svn_url.encode('utf8'))
    98             svn.ra.reparent(self.ra, self.svn_url.encode('utf8'))
    99 
    99 
   100     class Reporter:
   100     class Reporter(object):
   101         def __init__(self, (reporter, report_baton)):
   101         def __init__(self, (reporter, report_baton)):
   102             self._reporter = reporter
   102             self._reporter = reporter
   103             self._baton = report_baton
   103             self._baton = report_baton
   104 
   104 
   105         def set_path(self, path, revnum, start_empty, lock_token, pool=None):
   105         def set_path(self, path, revnum, start_empty, lock_token, pool=None):