diff hgext/convert/subversion.py @ 21634:23b24d6a70c8

convert: rename sink hascommit to hascommitforsplicemap The name 'hascommit' sounds like something generic ... but it might also throw exceptions in specific cases and it is thus (apparently) only useful for splicemap.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 19 May 2014 22:11:14 +0200
parents 5236c7a72a2d
children 5f2cc464e502
line wrap: on
line diff
--- a/hgext/convert/subversion.py	Mon May 19 22:10:50 2014 +0200
+++ b/hgext/convert/subversion.py	Mon May 19 22:11:14 2014 +0200
@@ -1300,7 +1300,7 @@
         self.ui.warn(_('writing Subversion tags is not yet implemented\n'))
         return None, None
 
-    def hascommit(self, rev):
+    def hascommitforsplicemap(self, rev):
         # This is not correct as one can convert to an existing subversion
         # repository and childmap would not list all revisions. Too bad.
         if rev in self.childmap: