From 0d05d1ea6211451e43015ef6ef907cf4124ecc50 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 27 Nov 2006 17:50:53 +0000 Subject: [PATCH] properly print todo list git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4834 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Scripts/release.py b/Scripts/release.py index d51f44ce..df919379 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -322,11 +322,11 @@ def UpdateChangeLog(): def ToDo(): print 'automatic phase done\n' print """ - * Edit update.php - * Post news item - * http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit - * Update Freshmeat - * Update BetaNews + * Edit update.php + * Post news item + * http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit + * Update Freshmeat + * Update BetaNews """ def CloseLog():