hgext/convert/subversion.py
changeset 21634 23b24d6a70c8
parent 21076 5236c7a72a2d
child 21635 5f2cc464e502
equal deleted inserted replaced
21633:0ae44984b8d9 21634:23b24d6a70c8
  1298 
  1298 
  1299     def puttags(self, tags):
  1299     def puttags(self, tags):
  1300         self.ui.warn(_('writing Subversion tags is not yet implemented\n'))
  1300         self.ui.warn(_('writing Subversion tags is not yet implemented\n'))
  1301         return None, None
  1301         return None, None
  1302 
  1302 
  1303     def hascommit(self, rev):
  1303     def hascommitforsplicemap(self, rev):
  1304         # This is not correct as one can convert to an existing subversion
  1304         # This is not correct as one can convert to an existing subversion
  1305         # repository and childmap would not list all revisions. Too bad.
  1305         # repository and childmap would not list all revisions. Too bad.
  1306         if rev in self.childmap:
  1306         if rev in self.childmap:
  1307             return True
  1307             return True
  1308         raise util.Abort(_('splice map revision %s not found in subversion '
  1308         raise util.Abort(_('splice map revision %s not found in subversion '