hgext/convert/common.py
changeset 5378 8a2915f57dfc
parent 5377 756a43a30e34
child 5400 d9057f00d343
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -167,3 +167,13 @@ class converter_sink(object):
         pbranch: branch name of parent commit
         parents: destination revisions of parent"""
         pass
+
+    def setfilemapmode(self, active):
+        """Tell the destination that we're using a filemap
+
+        Some converter_sources (svn in particular) can claim that a file
+        was changed in a revision, even if there was no change.  This method
+        tells the destination that we're using a filemap and that it should
+        filter empty revisions.
+        """
+        pass