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:
parent
e06dcdcae6
commit
d43219aa96
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue