changeset 1946:72246b13bd72

patch: document the section about import/export
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 22:03:44 -0700
parents f4f5bf8b4d17
children 3458aa1027e6
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Wed Mar 30 22:02:52 2016 -0700
+++ b/hgext3rd/topic/__init__.py	Wed Mar 30 22:03:44 2016 -0700
@@ -335,6 +335,8 @@
     rebase = extensions.find("rebase")
     extensions.wrapfunction(rebase, '_makeextrafn', newmakeextrafn)
 
+## preserve topic during import/export
+
 def _exporttopic(seq, ctx):
     topic = ctx.topic()
     if topic: