diff mercurial/cmdutil.py @ 20773:efbf15979538

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Mar 2014 14:25:28 -0500
parents d5fa413346e7 434619dae569
children 49f2d5644f04
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Sat Mar 15 15:44:51 2014 +0100
+++ b/mercurial/cmdutil.py	Tue Mar 18 14:25:28 2014 -0500
@@ -1962,6 +1962,7 @@
                                  extra=extra)
             if editmsg:
                 new._text = commitforceeditor(repo, new, [])
+            repo.savecommitmessage(new.description())
 
             newdesc =  changelog.stripdesc(new.description())
             if ((not node)