hgext/convert/__init__.py
changeset 25741 86fe3c404c1e
parent 25558 daf9f7ee2a5c
child 25748 baea47cafe75
--- a/hgext/convert/__init__.py	Thu Jul 02 22:18:21 2015 +0900
+++ b/hgext/convert/__init__.py	Mon Jun 29 13:40:20 2015 -0700
@@ -355,6 +355,14 @@
 
     :convert.hg.usebranchnames: preserve branch names. The default is
         True.
+
+    All Destinations
+    ################
+
+    All destination types accept the following options:
+
+    :convert.skiptags: does not convert tags from the source repo to the target
+        repo. The default is False.
     """
     return convcmd.convert(ui, src, dest, revmapfile, **opts)