--- Push.py.~1.52.~	2008-08-11 22:45:54.000000000 +0200
+++ Push.py	2008-08-19 20:45:09.000000000 +0200
@@ -205,6 +205,8 @@
     if hasattr(cfg.opts,'pushtotesting') and cfg.opts.pushtotesting:
         if dist.startswith('testing/'):
             srcdist = dist.replace('testing/','')
+        elif dist == 'development':
+            pass
         else:
             print "Operating in push-to-testing mode, but dist '%s' doesn't start with 'testing/', skipping copy+sign+move." % dist
             return 0, changedrepo
@@ -350,7 +352,7 @@
         count = brm.GetCount()
         if not count:
             continue
-        body += "\nPackages built and released for %s %s: %s\n\n" % (cfg.project_hr, dist, count)
+        body += "\n"+'='*76+"\nPackages built and released for %s %s: %s\n\n" % (cfg.project_hr, dist, count)
         body += brm.GetReport()
         body += '\n\n'
 
@@ -361,7 +363,7 @@
         count = brm.GetCount()
         if not count:
             continue
-        body += "\nChanges in %s %s: \n\n" % (cfg.project_hr, dist)
+        body += "\n"+'='*76+"\nChanges in %s %s: \n\n" % (cfg.project_hr, dist)
         try:
             WhatsNew.load(cfg.rundir)
             body += '\n'+WhatsNew.getallclogdiffs(dist)
