diff hgext/convert/hg.py @ 25589:273d94255e1e

convert: update 'intermediate-source' in the destination's extras dictionary
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 15 Jun 2015 16:50:31 -0400
parents 1abfe639a70c
children 328739ea70c3
line wrap: on
line diff
--- a/hgext/convert/hg.py	Tue Jun 16 23:06:30 2015 +0900
+++ b/hgext/convert/hg.py	Mon Jun 15 16:50:31 2015 -0400
@@ -225,7 +225,8 @@
 
         extra = commit.extra.copy()
 
-        for label in ('source', 'transplant_source', 'rebase_source'):
+        for label in ('source', 'transplant_source', 'rebase_source',
+                      'intermediate-source'):
             node = extra.get(label)
 
             if node is None: