hgext3rd/topic/__init__.py
changeset 2649 cf930521f14d
parent 2648 d8b47d961c77
child 2652 839c2879edcc
--- a/hgext3rd/topic/__init__.py	Wed Jun 21 13:18:47 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Wed Jun 21 07:32:11 2017 +0530
@@ -331,6 +331,7 @@
                 del fixedextra[constants.extrakey]
             else:
                 fixedextra[constants.extrakey] = newtopic
+            fixedextra[constants.changekey] = c.hex()
             if 'amend_source' in fixedextra:
                 # TODO: right now the commitctx wrapper in
                 # topicrepo overwrites the topic in extra if