hgext/convert/filemap.py
changeset 11673 a2f11188e2d2
parent 11134 33010ff1fd6f
child 11680 7fefef3ce791
--- a/hgext/convert/filemap.py	Sun Jul 25 17:10:32 2010 -0500
+++ b/hgext/convert/filemap.py	Sun Jul 25 17:18:35 2010 -0500
@@ -298,7 +298,9 @@
 
         self.origparents[rev] = parents
 
-        if len(mparents) < 2 and not self.wanted(rev, wp):
+        closed = 'close' in self.commits[rev].extra
+
+        if len(mparents) < 2 and not closed and not self.wanted(rev, wp):
             # We don't want this revision.
             # Update our state and tell the convert process to map this
             # revision to the same revision its parent as mapped to.