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
This commit is contained in:
kichik 2007-04-26 19:02:05 +00:00
parent e06dcdcae6
commit d43219aa96

View file

@ -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'
)