hgext/convert/common.py
changeset 9431 d1b135f2f415
parent 8970 eac360045ba4
child 9467 4c041f1ee1b4
child 9528 314fc589b313
--- a/hgext/convert/common.py	Sat Sep 05 18:56:51 2009 +0200
+++ b/hgext/convert/common.py	Sun Sep 06 15:29:14 2009 +0200
@@ -203,6 +203,8 @@
         """Put tags into sink.
 
         tags: {tagname: sink_rev_id, ...} where tagname is an UTF-8 string.
+        Return a pair (tag_revision, tag_parent_revision), or (None, None)
+        if nothing was changed.
         """
         raise NotImplementedError()