hgext/convert/common.py
changeset 4762 47091c8d028e
parent 4760 07efcce17d28
child 4807 15a3cbfc6568
--- a/hgext/convert/common.py	Sun Jul 01 19:23:10 2007 -0700
+++ b/hgext/convert/common.py	Sun Jul 01 19:40:02 2007 -0700
@@ -8,6 +8,8 @@
             if not x in parts:
                 raise util.Abort("commit missing field %s" % x)
         self.__dict__.update(parts)
+        if not self.desc or self.desc.isspace():
+            self.desc = '*** empty log message ***'
 
 class converter_source(object):
     """Conversion source interface"""