From d43219aa96aafab7a12633e75261676708a6ad60 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 26 Apr 2007 19:02:05 +0000 Subject: [PATCH] don't use --show-tag, show entire history git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5125 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index 81ccc3c7..565d0fb6 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -257,7 +257,7 @@ def CreateChangeLog(): os.chdir('Scripts') run( - '%s -x %s %s --show-tag %s --file %s --stdin < cvs.log' % (CVS2CL_PERL, CVS2CL, CVS2CL_OPTS, CVS_TAG, changelog), + '%s -x %s %s --file %s --stdin < cvs.log' % (CVS2CL_PERL, CVS2CL, CVS2CL_OPTS, changelog), LOG_ALL, 'changelog failed' )